blob: 75d59ddd584a93f72dda53e6fcc68ab4616ac058 [file] [log] [blame]
load("//tools/bzl:classpath.bzl", "classpath_collector")
load(
"//tools/bzl:plugin.bzl",
"GWT_PLUGIN_DEPS",
)
classpath_collector(
name = "main_classpath_collect",
testonly = 1,
deps = GWT_PLUGIN_DEPS + [
"//external:gwt-dev",
"//external:gwt-user",
"//:verify-status__plugin_test_deps",
],
)