Fix :chrome and :firefox draft WAR builds

A last minute fix renamed the targets in gerrit-gwtui, breaking these
top-level rules. Correct them to point to ui_chrome and ui_firefox.

Change-Id: Ib1d5494548330fe3865288fa547c76c8adc16105
This commit is contained in:
Shawn Pearce
2013-05-09 08:03:29 -07:00
parent aef44b033d
commit be1ebcd1c4

4
BUCK
View File

@@ -1,8 +1,8 @@
include_defs('//tools/build.defs')
gerrit_war(name = 'gerrit')
gerrit_war(name = 'chrome', ui = 'draft_safari')
gerrit_war(name = 'firefox', ui = 'draft_gecko1_8')
gerrit_war(name = 'chrome', ui = 'ui_chrome')
gerrit_war(name = 'firefox', ui = 'ui_firefox')
gerrit_war(name = 'withdocs', context = DOCS)
gerrit_war(name = 'release', context = DOCS + ['//plugins:core.zip'])