Sign in
chromium
/
chromium
/
src
/
95a62c45ddb4aab6730b50dadd82a296396e4f64
/
.
/
third_party
/
protobuf
/
six.BUILD
blob: fb0b3604cdf443f88ec73de70c4e98e742bda46b [
file
] [
log
] [
blame
]
genrule
(
name
=
"copy_six"
,
srcs
=
[
"six-1.10.0/six.py"
],
outs
=
[
"six.py"
],
cmd
=
"cp $< $(@)"
,
)
py_library
(
name
=
"six"
,
srcs
=
[
"six.py"
],
srcs_version
=
"PY2AND3"
,
visibility
=
[
"//visibility:public"
],
)