gerrit/tools/gwt-constants.defs
David Ostrovsky c2da160c35 Buck: Respect gerrit-gwtui-common dependency for GWT plugins
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
2014-04-21 12:35:54 +00:00

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',
]