tools: update V8 gypfiles for 13.9

Refs: e5c3c9bd66
This commit is contained in:
Michaël Zasso 2025-06-18 09:06:57 +02:00
parent 00b917ab60
commit 0b90f0fdc4
No known key found for this signature in database
GPG key ID: 770F7A9A5AE15600
3 changed files with 0 additions and 13 deletions

View file

@ -83,7 +83,6 @@
'v8_enable_external_code_space%': 0,
'v8_enable_sandbox%': 0,
'v8_enable_v8_checks%': 0,
'v8_enable_zone_compression%': 0,
'v8_use_perfetto': 0,
'tsan%': 0,
@ -453,9 +452,6 @@
['v8_enable_pointer_compression == 1 or v8_enable_31bit_smis_on_64bit_arch == 1', {
'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH'],
}],
['v8_enable_zone_compression == 1', {
'defines': ['V8_COMPRESS_ZONES',],
}],
['v8_enable_sandbox == 1', {
'defines': ['V8_ENABLE_SANDBOX',],
}],

View file

@ -193,8 +193,6 @@
'<(ABSEIL_ROOT)/absl/hash/internal/hash.h',
'<(ABSEIL_ROOT)/absl/hash/internal/hash.cc',
'<(ABSEIL_ROOT)/absl/hash/internal/spy_hash_state.h',
'<(ABSEIL_ROOT)/absl/hash/internal/low_level_hash.h',
'<(ABSEIL_ROOT)/absl/hash/internal/low_level_hash.cc',
'<(ABSEIL_ROOT)/absl/memory/memory.h',
'<(ABSEIL_ROOT)/absl/meta/type_traits.h',
'<(ABSEIL_ROOT)/absl/numeric/bits.h',

View file

@ -234,10 +234,6 @@
# for ARM64.
'v8_control_flow_integrity%': 0,
# Enable V8 zone compression experimental feature.
# Sets -DV8_COMPRESS_ZONES.
'v8_enable_zone_compression%': 0,
# Enable the experimental V8 sandbox.
# Sets -DV8_ENABLE_SANDBOX.
'v8_enable_sandbox%': 0,
@ -373,9 +369,6 @@
['v8_enable_short_builtin_calls==1', {
'defines': ['V8_SHORT_BUILTIN_CALLS',],
}],
['v8_enable_zone_compression==1', {
'defines': ['V8_COMPRESS_ZONES',],
}],
['v8_enable_sandbox==1', {
'defines': ['V8_ENABLE_SANDBOX',],
}],