Dmitrii Filippov 93e4b083af Update package.json files and licences
This change:
* adds dependencies to polygerrit-ui package.json files
  and defines licenses for polygerrit-ui/app dependencies.
* generates new licenses.txt files. Because bower
  components are still in use, licenses for js packages
  appear twice in .txt file. In the following change duplicated
  licenses are removed.
  This is the reason for the following warning:
    WARNING: ..id assigned to block already in use: ...
  Fixed in other change in the chain.

The packages from package.json are not used to build final
artifact (gerrit.war), so frontend still uses Polymer 2.

Change-Id: I7dc91a89640f607abc4e0c9e3577786663daa3de
2020-02-12 15:29:58 +00:00

10 lines
380 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Initially, ba-linkify.js was placed in this folder
# Because BUILD file can't be in the npm package, the .js file was moved to a src/... subfolder.
# Some plugin can still use ba-linkify, so we add alias to this file, so plugins
# сan be built without any update.
alias(
name = "ba-linkify.js",
actual = "src/ba-linkify.js",
visibility = ["//visibility:public"],
)