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
This commit is contained in:
David Ostrovsky
2014-04-21 11:28:58 +02:00
committed by David Pursehouse
parent 0bec0c418e
commit c2da160c35

View File

@@ -7,6 +7,7 @@ GWT_COMPILER_OPTS = [
]
GWT_PLUGIN_DEPS = [
'//gerrit-gwtui-common:client',
'//gerrit-plugin-gwtui:gwtui-api-lib',
'//lib/gwt:user',
]