blob: 77a865ecb32a49415a84953f1c10b234beef20ca [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",
"//:reviewers__plugin_test_deps",
],
)