Skip to content

Commit c43eedd

Browse files
targosnodejs-github-bot
authored andcommitted
tools: update V8 gypfiles for 13.1
Refs: v8/v8@74e68ab Refs: v8/v8@8390dab
1 parent 5cb2b61 commit c43eedd

File tree

1 file changed

+5
-44
lines changed

1 file changed

+5
-44
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 5 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,11 @@
604604
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?sources = ")',
605605
],
606606
'conditions': [
607+
['v8_enable_maglev==0', {
608+
'sources': [
609+
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?!v8_enable_maglev.*?sources \\+= ")',
610+
],
611+
}],
607612
['v8_enable_snapshot_compression==1', {
608613
'sources': [
609614
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_snapshot_compression.*?sources \\+= ")',
@@ -904,7 +909,6 @@
904909
'v8_base_without_compiler',
905910
'v8_libbase',
906911
'v8_shared_internal_headers',
907-
'v8_turboshaft',
908912
'v8_pch',
909913
'v8_abseil',
910914
'fp16',
@@ -917,40 +921,6 @@
917921
}],
918922
],
919923
}, # v8_compiler
920-
{
921-
'target_name': 'v8_turboshaft',
922-
'type': 'static_library',
923-
'toolsets': ['host', 'target'],
924-
'dependencies': [
925-
'generate_bytecode_builtins_list',
926-
'run_torque',
927-
'v8_internal_headers',
928-
'v8_maybe_icu',
929-
'v8_base_without_compiler',
930-
'v8_libbase',
931-
'v8_shared_internal_headers',
932-
'v8_pch',
933-
'v8_abseil',
934-
'fp16',
935-
],
936-
'sources': [
937-
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?sources = ")',
938-
],
939-
'conditions': [
940-
['v8_enable_maglev==0', {
941-
'sources': [
942-
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?!v8_enable_maglev.*?sources \\+= ")',
943-
],
944-
}],
945-
],
946-
'msvs_settings': {
947-
'VCCLCompilerTool': {
948-
'AdditionalOptions': [
949-
'/bigobj'
950-
],
951-
},
952-
},
953-
}, # v8_turboshaft
954924
{
955925
'target_name': 'v8_compiler_for_mksnapshot',
956926
'type': 'none',
@@ -1051,7 +1021,6 @@
10511021
['v8_enable_webassembly==1', {
10521022
'sources': [
10531023
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_webassembly.*?sources \\+= ")',
1054-
'<(V8_ROOT)/src/wasm/fuzzing/random-module-generation.cc',
10551024
],
10561025
}],
10571026
['v8_enable_heap_snapshot_verify==1', {
@@ -1256,13 +1225,6 @@
12561225
'v8_base_without_compiler',
12571226
'v8_compiler',
12581227
],
1259-
'conditions': [
1260-
['v8_enable_turbofan==1', {
1261-
'dependencies': [
1262-
'v8_turboshaft',
1263-
],
1264-
}],
1265-
],
12661228
}, # v8_base
12671229
{
12681230
'target_name': 'torque_base',
@@ -1667,7 +1629,6 @@
16671629
'v8_libbase',
16681630
'v8_libplatform',
16691631
'v8_maybe_icu',
1670-
'v8_turboshaft',
16711632
'v8_pch',
16721633
'v8_abseil',
16731634
'fp16',

0 commit comments

Comments
 (0)