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