| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1224817 commit 2de57ed
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -167,7 +167,7 @@ | |||
| 167 | 167 | 'msvs_quote_cmd': 0, | |
| 168 | 168 | 'inputs': [ '<(icu_data_in)', 'icu_small.json' ], | |
| 169 | 169 | 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/icutmp/icudt<(icu_ver_major)<(icu_endianness).dat' ], | |
| 170 | - 'action': [ 'python', | ||
| 170 | + 'action': [ '<(python)', | ||
| 171 | 171 | 'icutrim.py', | |
| 172 | 172 | '-P', '<(PRODUCT_DIR)/.', # '.' suffix is a workaround against GYP assumptions :( | |
| 173 | 173 | '-D', '<(icu_data_in)', | |
@@ -252,7 +252,7 @@ | |||
| 252 | 252 | 'action_name': 'icutrim', | |
| 253 | 253 | 'inputs': [ '<(icu_data_in)', 'icu_small.json' ], | |
| 254 | 254 | 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/icutmp/icudt<(icu_ver_major)<(icu_endianness).dat' ], | |
| 255 | - 'action': [ 'python', | ||
| 255 | + 'action': [ '<(python)', | ||
| 256 | 256 | 'icutrim.py', | |
| 257 | 257 | '-P', '<(PRODUCT_DIR)', | |
| 258 | 258 | '-D', '<(icu_data_in)', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -231,7 +231,7 @@ | |||
| 231 | 231 | '<(generate_bytecode_builtins_list_output)', | |
| 232 | 232 | ], | |
| 233 | 233 | 'action': [ | |
| 234 | - 'python', | ||
| 234 | + '<(python)', | ||
| 235 | 235 | '<(V8_ROOT)/tools/run.py', | |
| 236 | 236 | '<@(_inputs)', | |
| 237 | 237 | '<@(_outputs)', | |
@@ -1554,7 +1554,7 @@ | |||
| 1554 | 1554 | '<(SHARED_INTERMEDIATE_DIR)/src/regexp/special-case.cc', | |
| 1555 | 1555 | ], | |
| 1556 | 1556 | 'action': [ | |
| 1557 | - 'python', | ||
| 1557 | + '<(python)', | ||
| 1558 | 1558 | '<(V8_ROOT)/tools/run.py', | |
| 1559 | 1559 | '<@(_inputs)', | |
| 1560 | 1560 | '<@(_outputs)', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments