Sign in
gerrit
/
gerrit
/
refs/heads/stable-2.16-issue-13858
/
.
/
java
/
com
/
google
/
gwtexpui
/
css
/
BUILD
blob: 34029adff4c4ecab0fde1cc1a87ef582cf3f15d4 [
file
] [
log
] [
blame
] [
edit
]
load
(
"@rules_java//java:defs.bzl"
,
"java_library"
)
java_library
(
name
=
"css"
,
srcs
=
glob
([
"rebind/*.java"
]),
resources
=
[
"CSS.gwt.xml"
],
visibility
=
[
"//visibility:public"
],
deps
=
[
"//lib/gwt:dev"
],
)