|
289 | 289 | 'toolsets': ['host', 'target'],
|
290 | 290 | 'dependencies': [
|
291 | 291 | 'torque_generated_initializers',
|
292 |
| - 'v8_initializers_slow', |
293 | 292 | 'v8_base_without_compiler',
|
294 | 293 | 'v8_shared_internal_headers',
|
295 | 294 | 'v8_pch',
|
|
299 | 298 | '<(SHARED_INTERMEDIATE_DIR)',
|
300 | 299 | '<(generate_bytecode_output_root)',
|
301 | 300 | ],
|
302 |
| - # Compiled by v8_initializers_slow target. |
303 |
| - 'sources!': [ |
304 |
| - '<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/js-to-wasm-tq-csa.h', |
305 |
| - '<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/js-to-wasm-tq-csa.cc', |
306 |
| - '<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/wasm-to-js-tq-csa.h', |
307 |
| - '<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/wasm-to-js-tq-csa.cc', |
308 |
| - ], |
309 | 301 | 'sources': [
|
310 | 302 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_initializers.*?sources = ")',
|
311 | 303 | ],
|
312 | 304 | 'conditions': [
|
313 | 305 | ['v8_enable_webassembly==1', {
|
| 306 | + 'dependencies': [ |
| 307 | + 'v8_initializers_slow', |
| 308 | + ], |
| 309 | + # Compiled by v8_initializers_slow target. |
| 310 | + 'sources!': [ |
| 311 | + '<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/js-to-wasm-tq-csa.h', |
| 312 | + '<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/js-to-wasm-tq-csa.cc', |
| 313 | + '<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/wasm-to-js-tq-csa.h', |
| 314 | + '<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/wasm-to-js-tq-csa.cc', |
| 315 | + ], |
314 | 316 | 'sources': [
|
315 | 317 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_initializers.*?v8_enable_webassembly.*?sources \\+= ")',
|
316 | 318 | ],
|
|
0 commit comments