Sign in
gerrit
/
gerrit
/
95a6935ff5367cd2460fa0402c68faf834755f6e
/
.
/
java
/
com
/
google
/
gwtexpui
/
css
/
BUILD
blob: 6c2fc71af3c0ff3cfc8e845d36539444f54bfd24 [
file
] [
log
] [
blame
]
load
(
"//tools/bzl:gwt.bzl"
,
"gwt_module"
)
java_library
(
name
=
"css"
,
srcs
=
glob
([
"rebind/*.java"
]),
resources
=
[
"CSS.gwt.xml"
],
visibility
=
[
"//visibility:public"
],
deps
=
[
"//lib/gwt:dev"
],
)