@@ -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-
153115copy_file (
154116 name = "manager-linux" ,
155117 src = "//common/manager:selenium-manager-linux" ,
0 commit comments