Skip to content

Commit aeab6bc

Browse files
targosnodejs-github-bot
authored andcommitted
tools: update V8 gypfiles for 13.9
Refs: v8/v8@e5c3c9b
1 parent 43d7e6f commit aeab6bc

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

common.gypi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
'v8_enable_external_code_space%': 0,
8484
'v8_enable_sandbox%': 0,
8585
'v8_enable_v8_checks%': 0,
86-
'v8_enable_zone_compression%': 0,
8786
'v8_use_perfetto': 0,
8887
'tsan%': 0,
8988

@@ -453,9 +452,6 @@
453452
['v8_enable_pointer_compression == 1 or v8_enable_31bit_smis_on_64bit_arch == 1', {
454453
'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH'],
455454
}],
456-
['v8_enable_zone_compression == 1', {
457-
'defines': ['V8_COMPRESS_ZONES',],
458-
}],
459455
['v8_enable_sandbox == 1', {
460456
'defines': ['V8_ENABLE_SANDBOX',],
461457
}],

tools/v8_gypfiles/abseil.gyp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@
193193
'<(ABSEIL_ROOT)/absl/hash/internal/hash.h',
194194
'<(ABSEIL_ROOT)/absl/hash/internal/hash.cc',
195195
'<(ABSEIL_ROOT)/absl/hash/internal/spy_hash_state.h',
196-
'<(ABSEIL_ROOT)/absl/hash/internal/low_level_hash.h',
197-
'<(ABSEIL_ROOT)/absl/hash/internal/low_level_hash.cc',
198196
'<(ABSEIL_ROOT)/absl/memory/memory.h',
199197
'<(ABSEIL_ROOT)/absl/meta/type_traits.h',
200198
'<(ABSEIL_ROOT)/absl/numeric/bits.h',

tools/v8_gypfiles/features.gypi

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,6 @@
234234
# for ARM64.
235235
'v8_control_flow_integrity%': 0,
236236

237-
# Enable V8 zone compression experimental feature.
238-
# Sets -DV8_COMPRESS_ZONES.
239-
'v8_enable_zone_compression%': 0,
240-
241237
# Enable the experimental V8 sandbox.
242238
# Sets -DV8_ENABLE_SANDBOX.
243239
'v8_enable_sandbox%': 0,
@@ -373,9 +369,6 @@
373369
['v8_enable_short_builtin_calls==1', {
374370
'defines': ['V8_SHORT_BUILTIN_CALLS',],
375371
}],
376-
['v8_enable_zone_compression==1', {
377-
'defines': ['V8_COMPRESS_ZONES',],
378-
}],
379372
['v8_enable_sandbox==1', {
380373
'defines': ['V8_ENABLE_SANDBOX',],
381374
}],

0 commit comments

Comments
 (0)