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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user