Sign in
chromium
/
infra
/
gerrit-plugins
/
chromium-behavior
/
6786b656731b7c1e6b0aaad45177ea50bb4b8708
/
.
/
BUILD
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"
,
)