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