Skip to content

Commit c810d5f

Browse files
committed
tools: update V8 gypfiles for 13.9
Refs: v8/v8@e5c3c9b
1 parent 3cdd0d4 commit c810d5f

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
@@ -229,10 +229,6 @@
229229
# for ARM64.
230230
'v8_control_flow_integrity%': 0,
231231

232-
# Enable V8 zone compression experimental feature.
233-
# Sets -DV8_COMPRESS_ZONES.
234-
'v8_enable_zone_compression%': 0,
235-
236232
# Enable the experimental V8 sandbox.
237233
# Sets -DV8_ENABLE_SANDBOX.
238234
'v8_enable_sandbox%': 0,
@@ -371,9 +367,6 @@
371367
['v8_enable_short_builtin_calls==1', {
372368
'defines': ['V8_SHORT_BUILTIN_CALLS',],
373369
}],
374-
['v8_enable_zone_compression==1', {
375-
'defines': ['V8_COMPRESS_ZONES',],
376-
}],
377370
['v8_enable_sandbox==1', {
378371
'defines': ['V8_ENABLE_SANDBOX',],
379372
}],

0 commit comments

Comments
 (0)