Files
gerrit/tools/bzl
viktard 3c1139ee68 Update polygerrit_plugin() build rule
Add support for .js based plugins, custom plugin_name to prevent
conflicts with server-side plugins with the same name.

Here's an example:
https://chromium-review.googlesource.com/c/infra/gerrit-plugins/landingwidget/+/1295049

So what we want to achieve is to have:

  gerrit_plugin(
    name = "landingwidget",
  [...]

and

  polygerrit_plugin(
    name = "landingwidget_ui",
    plugin_name = "landingwidget",
  [...]

and produce the following final artifacts:

  landingwidget.jar
  landingwidget.js

Change-Id: Ic9c68809cbaaf4650301d98e56d7c1c76e008251
2018-10-25 16:35:00 +00:00
..
2016-12-07 11:33:07 +00:00
2018-07-10 20:38:52 +09:00
2018-09-13 09:55:53 +09:00
2018-07-10 20:38:52 +09:00
2018-10-25 16:35:00 +00:00
2018-09-25 07:31:33 +00:00
2018-09-13 09:55:53 +09:00
2018-07-10 20:38:52 +09:00
2018-07-10 20:38:52 +09:00
2018-09-13 09:55:53 +09:00