Skip to content

Commit c8a0e20

Browse files
targosRafaelGSS
authored andcommitted
tools: update V8 gypfiles for 13.1
Refs: v8/v8@74e68ab Refs: v8/v8@8390dab PR-URL: #58070 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 1689ee8 commit c8a0e20

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
@@ -617,6 +617,11 @@
617617
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?sources = ")',
618618
],
619619
'conditions': [
620+
['v8_enable_maglev==0', {
621+
'sources': [
622+
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?!v8_enable_maglev.*?sources \\+= ")',
623+
],
624+
}],
620625
['v8_enable_snapshot_compression==1', {
621626
'sources': [
622627
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_snapshot_compression.*?sources \\+= ")',
@@ -927,7 +932,6 @@
927932
'v8_base_without_compiler',
928933
'v8_libbase',
929934
'v8_shared_internal_headers',
930-
'v8_turboshaft',
931935
'v8_pch',
932936
'fp16',
933937
'abseil.gyp:abseil',
@@ -940,40 +944,6 @@
940944
}],
941945
],
942946
}, # v8_compiler
943-
{
944-
'target_name': 'v8_turboshaft',
945-
'type': 'static_library',
946-
'toolsets': ['host', 'target'],
947-
'dependencies': [
948-
'generate_bytecode_builtins_list',
949-
'run_torque',
950-
'v8_internal_headers',
951-
'v8_maybe_icu',
952-
'v8_base_without_compiler',
953-
'v8_libbase',
954-
'v8_shared_internal_headers',
955-
'v8_pch',
956-
'fp16',
957-
'abseil.gyp:abseil',
958-
],
959-
'sources': [
960-
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?sources = ")',
961-
],
962-
'conditions': [
963-
['v8_enable_maglev==0', {
964-
'sources': [
965-
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?!v8_enable_maglev.*?sources \\+= ")',
966-
],
967-
}],
968-
],
969-
'msvs_settings': {
970-
'VCCLCompilerTool': {
971-
'AdditionalOptions': [
972-
'/bigobj'
973-
],
974-
},
975-
},
976-
}, # v8_turboshaft
977947
{
978948
'target_name': 'v8_compiler_for_mksnapshot',
979949
'type': 'none',
@@ -1127,7 +1097,6 @@
11271097
['v8_enable_webassembly==1', {
11281098
'sources': [
11291099
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_webassembly.*?sources \\+= ")',
1130-
'<(V8_ROOT)/src/wasm/fuzzing/random-module-generation.cc',
11311100
],
11321101
}],
11331102
['v8_enable_heap_snapshot_verify==1', {
@@ -1337,13 +1306,6 @@
13371306
'v8_base_without_compiler',
13381307
'v8_compiler',
13391308
],
1340-
'conditions': [
1341-
['v8_enable_turbofan==1', {
1342-
'dependencies': [
1343-
'v8_turboshaft',
1344-
],
1345-
}],
1346-
],
13471309
}, # v8_base
13481310
{
13491311
'target_name': 'torque_base',
@@ -1748,7 +1710,6 @@
17481710
'v8_libbase',
17491711
'v8_libplatform',
17501712
'v8_maybe_icu',
1751-
'v8_turboshaft',
17521713
'v8_pch',
17531714
'fp16',
17541715
'abseil.gyp:abseil',

0 commit comments

Comments
 (0)