blob: 891be4d3b01fea171213193d478b1c68c6c20040 [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
load("//tools/bzl:js.bzl", "polygerrit_plugin")
gerrit_plugin(
name = "chumpdetector",
srcs = glob(["src/main/java/**/*.java"]),
manifest_entries = [
"Gerrit-PluginName: chumpdetector",
"Gerrit-Module: com.googlesource.chromium.plugins.chumpdetector.ChumpDetectorModule",
"Implementation-Title: Chumpdetector plugin",
],
resources = glob(["src/main/**/*"]),
)
polygerrit_plugin(
name = "chumpdetector_ui",
app = "src/main/resources/static/chumpdetector.html",
plugin_name = "chumpdetector",
)