Skip to content

Commit

Permalink
tools: update V8 gypfiles for 9.4
Browse files Browse the repository at this point in the history
Backport-PR-URL: #40285
PR-URL: #39945
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
  • Loading branch information
targos committed Oct 4, 2021
1 parent e7046e0 commit f7c8274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions tools/v8_gypfiles/features.gypi
Expand Up @@ -394,6 +394,9 @@
['v8_allocation_site_tracking==1', {
'defines': ['V8_ALLOCATION_SITE_TRACKING',],
}],
['v8_advanced_bigint_algorithms==1', {
'defines': ['V8_ADVANCED_BIGINT_ALGORITHMS',],
}],
], # conditions
'defines': [
'V8_GYP_BUILD',
Expand Down
3 changes: 0 additions & 3 deletions tools/v8_gypfiles/v8.gyp
Expand Up @@ -1607,9 +1607,6 @@
'sources': [
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_bigint.*?v8_advanced_bigint_algorithms.*?sources \\+= ")',
],
'defines': [
'V8_ADVANCED_BIGINT_ALGORITHMS',
],
}],
],
},
Expand Down

0 comments on commit f7c8274

Please sign in to comment.