blob: 5aa57dde14d2408d1b4299e3472a123d3244e04b [file] [log] [blame]
SRC = 'src/main/java/com/google/gerrit/extensions/'
gwt_module(
name = 'client',
srcs = glob([SRC + 'webui/GerritTopMenu.java']),
gwtxml = SRC + 'Extensions.gwt.xml',
visibility = ['PUBLIC'],
)
java_library2(
name = 'api',
srcs = glob([SRC + '**/*.java']),
compile_deps = ['//lib/guice:guice'],
visibility = ['PUBLIC'],
)
java_sources(
name = 'api-src',
srcs = glob([SRC + '**/*.java']),
visibility = ['PUBLIC'],
)