| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -84,7 +84,7 @@ | |||
| 84 | 84 | '<(SHARED_INTERMEDIATE_DIR)/src/node_protocol.json', | |
| 85 | 85 | ], | |
| 86 | 86 | 'action': [ | |
| 87 | - 'python', | ||
| 87 | + '<(python)', | ||
| 88 | 88 | 'tools/inspector_protocol/convert_protocol_to_json.py', | |
| 89 | 89 | '<@(_inputs)', | |
| 90 | 90 | '<@(_outputs)', | |
@@ -102,7 +102,7 @@ | |||
| 102 | 102 | ], | |
| 103 | 103 | 'process_outputs_as_sources': 1, | |
| 104 | 104 | 'action': [ | |
| 105 | - 'python', | ||
| 105 | + '<(python)', | ||
| 106 | 106 | 'tools/inspector_protocol/code_generator.py', | |
| 107 | 107 | '--jinja_dir', '<@(protocol_tool_path)', | |
| 108 | 108 | '--output_base', '<(SHARED_INTERMEDIATE_DIR)/src/', | |
@@ -120,7 +120,7 @@ | |||
| 120 | 120 | '<(SHARED_INTERMEDIATE_DIR)/concatenated_protocol.json', | |
| 121 | 121 | ], | |
| 122 | 122 | 'action': [ | |
| 123 | - 'python', | ||
| 123 | + '<(python)', | ||
| 124 | 124 | 'tools/inspector_protocol/concatenate_protocols.py', | |
| 125 | 125 | '<@(_inputs)', | |
| 126 | 126 | '<@(_outputs)', | |
@@ -136,7 +136,7 @@ | |||
| 136 | 136 | ], | |
| 137 | 137 | 'process_outputs_as_sources': 1, | |
| 138 | 138 | 'action': [ | |
| 139 | - 'python', | ||
| 139 | + '<(python)', | ||
| 140 | 140 | 'tools/compress_json.py', | |
| 141 | 141 | '<@(_inputs)', | |
| 142 | 142 | '<@(_outputs)', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -142,7 +142,7 @@ | |||
| 142 | 142 | '<@(inspector_generated_output_root)/src/js_protocol.stamp', | |
| 143 | 143 | ], | |
| 144 | 144 | 'action': [ | |
| 145 | - 'python', | ||
| 145 | + '<(python)', | ||
| 146 | 146 | '<(inspector_protocol_path)/check_protocol_compatibility.py', | |
| 147 | 147 | '--stamp', '<@(_outputs)', | |
| 148 | 148 | '<@(_inputs)', | |
@@ -161,7 +161,7 @@ | |||
| 161 | 161 | ], | |
| 162 | 162 | 'process_outputs_as_sources': 1, | |
| 163 | 163 | 'action': [ | |
| 164 | - 'python', | ||
| 164 | + '<(python)', | ||
| 165 | 165 | '<(inspector_protocol_path)/code_generator.py', | |
| 166 | 166 | '--jinja_dir', '<(V8_ROOT)/third_party', | |
| 167 | 167 | '--output_base', '<(inspector_generated_output_root)/src/inspector', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments