"Fossies" - the Fresh Open Source Software Archive 
Member "selenium-selenium-4.8.1/javascript/private/BUILD.bazel" (17 Feb 2023, 189 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 load("@rules_python//python:defs.bzl", "py_binary")
2
3 py_binary(
4 name = "gen_file",
5 srcs = [
6 "gen_file.py",
7 ],
8 visibility = [
9 "//visibility:public",
10 ],
11 )