Skip to content

Commit f7c8274

Browse files
committed
tools: update V8 gypfiles for 9.4
Backport-PR-URL: #40285 PR-URL: #39945 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent e7046e0 commit f7c8274

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/v8_gypfiles/features.gypi

+3
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@
394394
['v8_allocation_site_tracking==1', {
395395
'defines': ['V8_ALLOCATION_SITE_TRACKING',],
396396
}],
397+
['v8_advanced_bigint_algorithms==1', {
398+
'defines': ['V8_ADVANCED_BIGINT_ALGORITHMS',],
399+
}],
397400
], # conditions
398401
'defines': [
399402
'V8_GYP_BUILD',

tools/v8_gypfiles/v8.gyp

-3
Original file line numberDiff line numberDiff line change
@@ -1607,9 +1607,6 @@
16071607
'sources': [
16081608
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_bigint.*?v8_advanced_bigint_algorithms.*?sources \\+= ")',
16091609
],
1610-
'defines': [
1611-
'V8_ADVANCED_BIGINT_ALGORITHMS',
1612-
],
16131610
}],
16141611
],
16151612
},

0 commit comments

Comments
 (0)