File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ genrule(
1616 outs = [
1717 "browser_protocol.json" ,
1818 ],
19- cmd = "python3 $(location //common/devtools:pdl_to_json) $(location :browser_protocol.pdl) --map_binary_to_string=true $@" ,
19+ cmd = "$(location //common/devtools:pdl_to_json) $(location :browser_protocol.pdl) --map_binary_to_string=true $@" ,
2020 tools = [
2121 "//common/devtools:pdl_to_json" ,
2222 ],
@@ -30,7 +30,7 @@ genrule(
3030 outs = [
3131 "js_protocol.json" ,
3232 ],
33- cmd = "python3 $(location //common/devtools:pdl_to_json) $(location :js_protocol.pdl) --map_binary_to_string=true $@" ,
33+ cmd = "$(location //common/devtools:pdl_to_json) $(location :js_protocol.pdl) --map_binary_to_string=true $@" ,
3434 tools = [
3535 "//common/devtools:pdl_to_json" ,
3636 ],
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ genrule(
1616 outs = [
1717 "browser_protocol.json" ,
1818 ],
19- cmd = "python3 $(location //common/devtools:pdl_to_json) $(location :browser_protocol.pdl) --map_binary_to_string=true $@" ,
19+ cmd = "$(location //common/devtools:pdl_to_json) $(location :browser_protocol.pdl) --map_binary_to_string=true $@" ,
2020 tools = [
2121 "//common/devtools:pdl_to_json" ,
2222 ],
@@ -30,7 +30,7 @@ genrule(
3030 outs = [
3131 "js_protocol.json" ,
3232 ],
33- cmd = "python3 $(location //common/devtools:pdl_to_json) $(location :js_protocol.pdl) --map_binary_to_string=true $@" ,
33+ cmd = "$(location //common/devtools:pdl_to_json) $(location :js_protocol.pdl) --map_binary_to_string=true $@" ,
3434 tools = [
3535 "//common/devtools:pdl_to_json" ,
3636 ],
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ genrule(
1616 outs = [
1717 "browser_protocol.json" ,
1818 ],
19- cmd = "python3 $(location //common/devtools:pdl_to_json) $(location :browser_protocol.pdl) --map_binary_to_string=true $@" ,
19+ cmd = "$(location //common/devtools:pdl_to_json) $(location :browser_protocol.pdl) --map_binary_to_string=true $@" ,
2020 tools = [
2121 "//common/devtools:pdl_to_json" ,
2222 ],
@@ -30,7 +30,7 @@ genrule(
3030 outs = [
3131 "js_protocol.json" ,
3232 ],
33- cmd = "python3 $(location //common/devtools:pdl_to_json) $(location :js_protocol.pdl) --map_binary_to_string=true $@" ,
33+ cmd = "$(location //common/devtools:pdl_to_json) $(location :js_protocol.pdl) --map_binary_to_string=true $@" ,
3434 tools = [
3535 "//common/devtools:pdl_to_json" ,
3636 ],
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ genrule(
1616 outs = [
1717 "browser_protocol.json" ,
1818 ],
19- cmd = "python3 $(location //common/devtools:pdl_to_json) $(location :browser_protocol.pdl) --map_binary_to_string=true $@" ,
19+ cmd = "$(location //common/devtools:pdl_to_json) $(location :browser_protocol.pdl) --map_binary_to_string=true $@" ,
2020 tools = [
2121 "//common/devtools:pdl_to_json" ,
2222 ],
@@ -30,7 +30,7 @@ genrule(
3030 outs = [
3131 "js_protocol.json" ,
3232 ],
33- cmd = "python3 $(location //common/devtools:pdl_to_json) $(location :js_protocol.pdl) --map_binary_to_string=true $@" ,
33+ cmd = "$(location //common/devtools:pdl_to_json) $(location :js_protocol.pdl) --map_binary_to_string=true $@" ,
3434 tools = [
3535 "//common/devtools:pdl_to_json" ,
3636 ],
You can’t perform that action at this time.
0 commit comments