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