Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
1613b6e37df35dac7a91a4491ecedcd4e4ebab54
/
.
/
debian
/
glog.BUILD
blob: c2dc0947db8d5970de97fb5ca99435f736c4f9e3 [
file
] [
log
] [
blame
]
Austin Schuh
85ec5ef
2015-11-27 14:33:43 -0800
[
diff
] [
blame
]
1
py_library
(
2
name
=
'glog'
,
3
srcs
=
[
4
'glog.py'
,
5
],
6
deps
=
[
7
'//external:python-gflags'
,
8
],
9
visibility
=
[
'//visibility:public'
],
10
)