tools: update V8 gypfiles

until 152ecad8cd4d170e4091a79eaa8d70d10d94734d
This commit is contained in:
Michaël Zasso
2021-07-28 16:06:50 +02:00
parent 25dccfcc6c
commit b2011805d5
2 changed files with 3 additions and 3 deletions

View File

@@ -391,6 +391,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',

View File

@@ -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',
],
}],
],
},