|
32 | 32 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "torque_files =.*?v8_enable_webassembly.*?torque_files \\+= ")', |
33 | 33 | ], |
34 | 34 | }], |
| 35 | + ['v8_enable_temporal_support==1', { |
| 36 | + 'torque_files': [ |
| 37 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "torque_files =.*?v8_enable_temporal_support.*?torque_files \\+= ")', |
| 38 | + ], |
| 39 | + }], |
35 | 40 | ], |
36 | 41 | }, |
37 | 42 | 'includes': ['toolchain.gypi', 'features.gypi'], |
|
314 | 319 | '<(icu_gyp_path):icuuc', |
315 | 320 | ], |
316 | 321 | }], |
| 322 | + ['v8_enable_temporal_support==1', { |
| 323 | + 'dependencies': [ |
| 324 | + '../../deps/temporal/temporal_capi/temporal_capi.gyp:temporal_capi', |
| 325 | + ], |
| 326 | + }], |
317 | 327 | ], |
318 | 328 | }, # v8_initializers_slow |
319 | 329 | { |
|
351 | 361 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_initializers.*?v8_enable_webassembly.*?sources \\+= ")', |
352 | 362 | ], |
353 | 363 | }], |
| 364 | + ['v8_enable_temporal_support==1', { |
| 365 | + 'dependencies': [ |
| 366 | + '../../deps/temporal/temporal_capi/temporal_capi.gyp:temporal_capi', |
| 367 | + ], |
| 368 | + }], |
354 | 369 | ['v8_target_arch=="ia32"', { |
355 | 370 | 'sources': [ |
356 | 371 | '<(V8_ROOT)/src/builtins/ia32/builtins-ia32.cc', |
|
1122 | 1137 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_sparkplug.*?sources \\+= ")', |
1123 | 1138 | ], |
1124 | 1139 | }], |
| 1140 | + ['v8_enable_temporal_support==1', { |
| 1141 | + 'dependencies': [ |
| 1142 | + '../../deps/temporal/temporal_capi/temporal_capi.gyp:temporal_capi', |
| 1143 | + ], |
| 1144 | + 'sources': [ |
| 1145 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_temporal_support.*?sources \\+= ")', |
| 1146 | + ], |
| 1147 | + }], |
1125 | 1148 | ['v8_enable_maglev==1', { |
1126 | 1149 | 'sources': [ |
1127 | 1150 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_maglev.*?sources \\+= ")', |
|
0 commit comments