Skip to content

Commit f556983

Browse files
authored
Remove unused targets from the JS tree (#13129)
1 parent b83394c commit f556983

File tree

2 files changed

+0
-482
lines changed

2 files changed

+0
-482
lines changed

javascript/node/selenium-webdriver/BUILD.bazel

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -112,44 +112,6 @@ genrule(
112112
cmd = "cp $(locations //:license) $(@D)",
113113
)
114114

115-
[copy_file(
116-
name = "browser_protocol_" + n,
117-
src = "//common/devtools/chromium/" + n + ":browser_protocol.json",
118-
out = "devtools/generator/" + n + "/browser_protocol.json",
119-
) for n in BROWSER_VERSIONS]
120-
121-
[copy_file(
122-
name = "js_protocol_" + n,
123-
src = "//common/devtools/chromium/" + n + ":js_protocol.json",
124-
out = "devtools/generator/" + n + "/js_protocol.json",
125-
) for n in BROWSER_VERSIONS]
126-
127-
[nodejs_binary(
128-
name = "cdp-srcs-generator-" + n,
129-
data = [
130-
":browser_protocol_" + n,
131-
":js_protocol_" + n,
132-
],
133-
entry_point = "devtools/generator/protocol-dts-generator.js",
134-
) for n in BROWSER_VERSIONS]
135-
136-
[genrule(
137-
name = "create-cdp-srcs-" + n,
138-
srcs = [
139-
":browser_protocol_" + n,
140-
":js_protocol_" + n,
141-
],
142-
outs = [
143-
"devtools/generator/" + n + "/protocol.d.js",
144-
"devtools/generator/" + n + "/protocol-mapping.d.js",
145-
"devtools/generator/" + n + "/protocol-proxy-api.d.js",
146-
],
147-
cmd = "$(location :cdp-srcs-generator-" + n + ") $(location :browser_protocol_" + n + ") $(location :js_protocol_" + n + ") $(OUTS)",
148-
tools = [
149-
":cdp-srcs-generator-" + n,
150-
],
151-
) for n in BROWSER_VERSIONS]
152-
153115
copy_file(
154116
name = "manager-linux",
155117
src = "//common/manager:selenium-manager-linux",

0 commit comments

Comments
 (0)