Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
buildtools
/
refs/heads/upstream/revert-1355-laramiel-patch-1
/
.
/
build
/
testdata
/
014.bzl.golden
blob: 87a040629a30679b13558f4c5be444abab639a2b [
file
] [
log
] [
blame
] [
edit
]
foo
=
[
x
for
x
in
(
1
,
2
,
3
)]
bar
(
a
=
-
1
,
b
=
not
foo
)
cc_library
(
name
=
"bot_scorer"
,
srcs
=
[
"bot_scorer.cc"
,
"bot_scorer.h"
,
],
deps
=
[
":logdata_protolib"
],
)