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