
Migrate gwt build tool chain to built in gwt_binary() rule [1]. [1] https://github.com/facebook/buck/issues/109 Change-Id: I1f13f4d29864bc7e7278f8a2b2e39c882acf44aa
13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
GWT_JVM_ARGS = ['-Xmx512m']
|
|
|
|
GWT_COMPILER_ARGS = [
|
|
'-XdisableClassMetadata',
|
|
'-XdisableCastChecking',
|
|
]
|
|
|
|
GWT_PLUGIN_DEPS = [
|
|
'//gerrit-gwtui-common:client',
|
|
'//gerrit-plugin-gwtui:gwtui-api-lib',
|
|
'//lib/gwt:user',
|
|
]
|