Sign in
gerrit
/
gerrit
/
bca5c429fb8cdcfb1ab5ef9cce231998baffda6a
/
.
/
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"
],
)