Buck: Package PolyGerrit in gerrit.war
Change-Id: I1a9b2d25f77668c3fa7ed8eb2db054b8d6e397bc
This commit is contained in:

committed by
Dave Borowitz

parent
be81e1f4b5
commit
fd1a418ea2
@@ -68,7 +68,10 @@ def gerrit_war(name, ui = 'ui_optdbg', context = [], docs = False, visibility =
|
||||
context = [
|
||||
'//gerrit-main:main_bin',
|
||||
'//gerrit-war:webapp_assets',
|
||||
] + (['//gerrit-gwtui:' + ui] if ui else []) +
|
||||
] + ([
|
||||
'//gerrit-gwtui:' + ui,
|
||||
'//polygerrit-ui/app:polygerrit_ui',
|
||||
] if ui else []) +
|
||||
context,
|
||||
docs = docs,
|
||||
visibility = visibility,
|
||||
|
Reference in New Issue
Block a user