Move ba-linkify.js to lib

This is code not authored by the PG authors, so move it out of the main
polygerrit-ui directory.

Change-Id: Ie711a9db22d718d60fa62767b97ac180bca719a8
This commit is contained in:
Dave Borowitz
2018-03-26 10:19:12 -04:00
parent a7f0e62938
commit e2206e547a
6 changed files with 31 additions and 1 deletions

View File

@@ -30,6 +30,12 @@ filegroup(
data = ["//lib:LICENSE-highlightjs"],
)
js_component(
name = "ba-linkify",
srcs = ["//lib/ba-linkify:ba-linkify.js"],
license = "//lib:LICENSE-ba-linkify",
)
bower_component(
name = "codemirror-minified",
license = "//lib:LICENSE-codemirror-minified",