Sign in
gerrit
/
gerrit
/
b827f87b4ac1e3901e36223f845765e73a8d7ce2
/
.
/
java
/
com
/
google
/
gwtexpui
/
user
/
BUILD
blob: 813f4330cb9239dc6a698db79a2b014a13b74a79 [
file
] [
log
] [
blame
]
load
(
"//tools/bzl:gwt.bzl"
,
"gwt_module"
)
gwt_module
(
name
=
"agent"
,
srcs
=
glob
([
"client/*.java"
]),
gwt_xml
=
"User.gwt.xml"
,
resources
=
[
"client/tooltip.css"
],
visibility
=
[
"//visibility:public"
],
deps
=
[
"//lib/gwt:user"
],
)