Sign in
skia
/
buildbot
/
87111746e4cc4b0d345d5badce502ad840b9359a
/
.
/
bazel
/
gazelle
/
BUILD.bazel
blob: 9b83e45c206eba593e1c8d422d78638db575bce2 [
file
] [
log
] [
blame
]
load
(
"@bazel_gazelle//:def.bzl"
,
"DEFAULT_LANGUAGES"
,
"gazelle_binary"
)
gazelle_binary
(
name
=
"gazelle"
,
languages
=
DEFAULT_LANGUAGES
+
[
"//bazel/gazelle/frontend"
,
],
visibility
=
[
"//visibility:public"
],
)