gerrit/tools/gwt-constants.defs
Bruce Zu 2d6c1e3a10 Fix build failure caused by missing 'gerrit-plugin-gwtui:client' target
In bb360ebe the target '//gerrit-plugin-gwtui:client' was renamed to
'//gerrit-plugin-gwtui:gwtui-api', but the 'tools/eclipse/BUCK' and
'tools/gwt-constants.defs' files were not updated to use it, thus
running 'tools/eclipse/project' failed with a "No such build target"
error.

Change-Id: I72307de9bac2484722b666ac0f5d0c0bb99b3906
2013-11-25 03:00:25 +00:00

14 lines
240 B
Plaintext

GWT_COMPILER_OPTS = [
'-strict',
'-style', 'OBF',
'-optimize', '9',
'-XdisableClassMetadata',
'-XdisableCastChecking',
'-XenableClosureCompiler',
]
GWT_PLUGIN_DEPS = [
'//gerrit-plugin-gwtui:gwtui-api',
'//lib/gwt:user',
]