blob: 39b12bc16366fe404ecf830a27e52d1f71f5d6a7 [file] [log] [blame]
load("//tools/bzl:js.bzl", "polygerrit_plugin")
polygerrit_plugin(
name = "chromium-behavior",
srcs = glob([
"src/main/resources/static/*.html",
"src/main/resources/static/*.js",
]),
app = "src/main/resources/static/chromium-behavior.html",
)