Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
e782cb645aafb85459ed9f6b59c4efcc89c7f970
/
.
/
javascript
/
private
/
BUILD.bazel
blob: 34e1392a9e2a499e57ad85e27c891514963f4b65 [
file
]
load
(
"@rules_python//python:defs.bzl"
,
"py_binary"
)
py_binary
(
name
=
"gen_file"
,
srcs
=
[
"gen_file.py"
,
],
visibility
=
[
"//visibility:public"
,
],
)