blob: 70a98c17af649bb70d58ff39eedf1844142326b2 [file] [log] [blame]
load("//tools/bzl:js.bzl", "polygerrit_plugin")
polygerrit_plugin(
name = "cm",
srcs = glob(["**/*.html", "**/*.js"]),
app = "plugin.html",
deps = ["//lib/js:codemirror-minified"],
)