blob: 2659b4de7c24fd0ea4d99a9822dbd1ba99a3f7a7 [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 + [
"//:importer__plugin",
],
)