Buck: Package PolyGerrit in gerrit.war

Change-Id: I1a9b2d25f77668c3fa7ed8eb2db054b8d6e397bc
This commit is contained in:
David Ostrovsky
2015-11-12 12:03:31 -08:00
committed by Dave Borowitz
parent be81e1f4b5
commit fd1a418ea2

View File

@@ -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,