Skip to content

Commit 391370c

Browse files
committed
tools: update V8 gypfiles for 14.4
1 parent 5c4a465 commit 391370c

2 files changed

Lines changed: 17 additions & 14 deletions

File tree

tools/v8_gypfiles/abseil.gyp

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@
141141
'<(ABSEIL_ROOT)/absl/debugging/failure_signal_handler.cc',
142142
'<(ABSEIL_ROOT)/absl/debugging/internal/address_is_readable.h',
143143
'<(ABSEIL_ROOT)/absl/debugging/internal/address_is_readable.cc',
144+
'<(ABSEIL_ROOT)/absl/debugging/internal/borrowed_fixup_buffer.h',
145+
'<(ABSEIL_ROOT)/absl/debugging/internal/borrowed_fixup_buffer.cc',
144146
'<(ABSEIL_ROOT)/absl/debugging/internal/bounded_utf8_length_sequence.h',
145147
'<(ABSEIL_ROOT)/absl/debugging/internal/decode_rust_punycode.h',
146148
'<(ABSEIL_ROOT)/absl/debugging/internal/decode_rust_punycode.cc',
@@ -367,7 +369,15 @@
367369
'<(ABSEIL_ROOT)/absl/types/span.h',
368370
'<(ABSEIL_ROOT)/absl/types/variant.h',
369371
'<(ABSEIL_ROOT)/absl/utility/utility.h',
370-
]
372+
],
373+
'conditions': [
374+
['OS=="win"', {
375+
'sources': [
376+
'<(ABSEIL_ROOT)/absl/time/internal/cctz/src/time_zone_name_win.h',
377+
'<(ABSEIL_ROOT)/absl/time/internal/cctz/src/time_zone_name_win.cc',
378+
],
379+
}],
380+
],
371381
}, # abseil
372382
]
373383
}

tools/v8_gypfiles/v8.gyp

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@
285285
'v8_base_without_compiler',
286286
'v8_initializers',
287287
'v8_maybe_icu',
288-
'fp16',
289288
'abseil.gyp:abseil',
290289
],
291290
'sources': [
@@ -300,9 +299,9 @@
300299
'type': 'static_library',
301300
'toolsets': ['host', 'target'],
302301
'dependencies': [
303-
'generate_bytecode_builtins_list',
304-
'run_torque',
305-
'fp16',
302+
'v8_base_without_compiler',
303+
'v8_shared_internal_headers',
304+
'v8_pch',
306305
'abseil.gyp:abseil',
307306
],
308307
'cflags!': ['-O3'],
@@ -336,7 +335,6 @@
336335
'v8_base_without_compiler',
337336
'v8_shared_internal_headers',
338337
'v8_pch',
339-
'fp16',
340338
'abseil.gyp:abseil',
341339
],
342340
'include_dirs': [
@@ -535,7 +533,6 @@
535533
'v8_initializers',
536534
'v8_libplatform',
537535
'abseil.gyp:abseil',
538-
'fp16',
539536
]
540537
}, {
541538
'dependencies': [
@@ -549,7 +546,6 @@
549546
'v8_initializers',
550547
'v8_libplatform',
551548
'abseil.gyp:abseil',
552-
'fp16',
553549
]
554550
}],
555551
['OS=="win" and clang==1', {
@@ -664,6 +660,7 @@
664660
'run_torque',
665661
'v8_libbase',
666662
'fp16',
663+
'highway',
667664
'abseil.gyp:abseil',
668665
],
669666
'direct_dependent_settings': {
@@ -997,7 +994,6 @@
997994
'v8_libbase',
998995
'v8_shared_internal_headers',
999996
'v8_pch',
1000-
'fp16',
1001997
'abseil.gyp:abseil',
1002998
],
1003999
'conditions': [
@@ -1113,8 +1109,6 @@
11131109
'v8_maybe_icu',
11141110
'v8_zlib',
11151111
'v8_pch',
1116-
'fp16',
1117-
'highway',
11181112
'simdutf',
11191113
'abseil.gyp:abseil',
11201114
],
@@ -1821,7 +1815,6 @@
18211815
'v8_libplatform',
18221816
'v8_maybe_icu',
18231817
'v8_pch',
1824-
'fp16',
18251818
'abseil.gyp:abseil',
18261819
# "build/win:default_exe_manifest",
18271820
],
@@ -2355,7 +2348,7 @@
23552348
'variables': {
23562349
'FP16_ROOT': '../../deps/v8/third_party/fp16',
23572350
},
2358-
'direct_dependent_settings': {
2351+
'all_dependent_settings': {
23592352
'include_dirs': [
23602353
'<(FP16_ROOT)/src/include',
23612354
],
@@ -2368,7 +2361,7 @@
23682361
'variables': {
23692362
'HIGHWAY_ROOT': '../../deps/v8/third_party/highway',
23702363
},
2371-
'direct_dependent_settings': {
2364+
'all_dependent_settings': {
23722365
'include_dirs': [
23732366
'<(HIGHWAY_ROOT)/src',
23742367
],

0 commit comments

Comments
 (0)