Sign in
gerrit
/
plugins
/
image-diff
/
fc2484ad8e9e93564b4cb3a6dd8f5782a0f8aa80
/
.
/
BUILD
blob: c97e62e8c81ebb66f7b6d93dc9d8e762782a8159 [
file
] [
log
] [
blame
]
load
(
"//tools/bzl:js.bzl"
,
"polygerrit_plugin"
)
polygerrit_plugin
(
name
=
"image-diff"
,
srcs
=
glob
([
"**/*.html"
,
"**/*.js"
,
]),
app
=
"plugin.html"
,
externs
=
[
"externs.js"
],
deps
=
[
"//lib/js:resemblejs"
],
)