blob: 64c7eff721c54c2df0b0cf8674fb7d826253fb6c [file] [log] [blame]
David Ostrovskyc5382782013-11-12 09:41:18 +01001GWT_COMPILER_OPTS = [
2 '-strict',
3 '-style', 'OBF',
4 '-optimize', '9',
5 '-XdisableClassMetadata',
6 '-XdisableCastChecking',
7 '-XenableClosureCompiler',
8]
9
10GWT_PLUGIN_DEPS = [
Bruce Zu2d6c1e32013-11-25 10:43:45 +080011 '//gerrit-plugin-gwtui:gwtui-api',
David Ostrovskyc5382782013-11-12 09:41:18 +010012 '//lib/gwt:user',
13]