Sign in
gerrit
/
plugins
/
reviewers
/
c20909ede0e8d25d3464e8a042b1e916460c528f
/
.
/
tools
/
eclipse
/
BUILD
blob: a6cc8cb200a5a927a31c99234edb785a44a80112 [
file
] [
log
] [
blame
]
load
(
"//tools/bzl:plugin.bzl"
,
"GWT_PLUGIN_DEPS"
,
)
load
(
"//tools/bzl:classpath.bzl"
,
"classpath_collector"
)
classpath_collector
(
name
=
"main_classpath_collect"
,
testonly
=
1
,
deps
=
GWT_PLUGIN_DEPS
+
[
"//:reviewers__plugin_test_deps"
,
],
)