c2da160c35
520f8a9e23
extracted gerrit-gwtui-common
from gerrit-gwtui to make it possible to reuse the common UI code from
Gerrit core and plugins.
gerrit_plugin() rule wasn't adjusted to respect the new dependency for
Gerrit plugins that expose GWT modules.
Change-Id: I595b10ac313dabd7776b0ee25ea5b5939ef3e063
14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
GWT_COMPILER_OPTS = [
|
|
'-strict',
|
|
'-style', 'OBF',
|
|
'-optimize', '9',
|
|
'-XdisableClassMetadata',
|
|
'-XdisableCastChecking',
|
|
]
|
|
|
|
GWT_PLUGIN_DEPS = [
|
|
'//gerrit-gwtui-common:client',
|
|
'//gerrit-plugin-gwtui:gwtui-api-lib',
|
|
'//lib/gwt:user',
|
|
]
|