2d6c1e3a10
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
14 lines
240 B
Plaintext
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',
|
|
]
|