blob: abc05261004edbd5ede36b4a9ddb661f27eb610b [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",
deps = PLUGIN_DEPS + GWT_PLUGIN_DEPS + [
"//external:gwt-dev",
"//external:gwt-user",
"//:importer__plugin",
],
)