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