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