Sign in
gerrit
/
gerrit.git
/
3ceb50d2e7f75b3ba5a0e0a505e9255752ccbb7c
/
.
/
java
/
com
/
google
/
gwtexpui
/
css
/
BUILD
blob: 6c2fc71af3c0ff3cfc8e845d36539444f54bfd24 [
file
]
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"
],
)