82e66ee4e5
Try to reduce the size of the top-level BUCK file by moving anything that has to do with Eclipse project generation and classpath management into tools/eclipse. Change-Id: Id779eaff4fe732908b28a8e3441004e364b59e21
7 lines
191 B
Python
7 lines
191 B
Python
java_library(
|
|
name = 'gwtdebug',
|
|
srcs = ['src/main/java/com/google/gerrit/gwtdebug/GerritDebugLauncher.java'],
|
|
deps = ['//lib/gwt:dev'],
|
|
visibility = ['//tools/eclipse:classpath'],
|
|
)
|