Bazel: Add extensions sources to gerrit-plugin-gwtui artifact

In dissolving top level directory series we lost this source package
and as the consequence, GWT enabled gerrit plugins cannot be built in
standalone build mode.

Test Plan:

* Build the gerrit-plugin-gwtui artifact:

  $ bazel build gerrit-plugin-gwtui/gwtui-api_deploy.jar

* Verify that the sources for extensions package are included:

  $ unzip -t bazel-bin/gerrit-plugin-gwtui/gwtui-api_deploy.jar | grep AccountFieldName.java
  testing: com/google/gerrit/extensions/client/AccountFieldName.java   OK

Change-Id: I3c80723b470b5ccf96ecd7c9edb75dadc0630d75
This commit is contained in:
David Ostrovsky
2018-01-30 21:22:34 +01:00
parent eac0daa104
commit 48dcfa302b

View File

@@ -24,6 +24,7 @@ java_library2(
"//java/org/eclipse/jgit:libclient-src.jar",
"//java/org/eclipse/jgit:libEdit-src.jar",
"//java/com/google/gerrit/common:libclient-src.jar",
"//java/com/google/gerrit/extensions:libapi-src.jar",
"//java/com/google/gwtexpui/clippy:libclippy-src.jar",
"//java/com/google/gwtexpui/globalkey:libglobalkey-src.jar",
"//java/com/google/gwtexpui/progress:libprogress-src.jar",