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"],
)