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