Skip to content

Commit d497f6c

Browse files
tools: update V8 gypfiles for 14.4
Co-Authored-By: StefanStojanovic <[email protected]>
1 parent 6a9a291 commit d497f6c

2 files changed

Lines changed: 18 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: 7 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,10 @@
300299
'type': 'static_library',
301300
'toolsets': ['host', 'target'],
302301
'dependencies': [
303-
'generate_bytecode_builtins_list',
304-
'run_torque',
305-
'fp16',
302+
'torque_generated_initializers',
303+
'v8_base_without_compiler',
304+
'v8_shared_internal_headers',
305+
'v8_pch',
306306
'abseil.gyp:abseil',
307307
],
308308
'cflags!': ['-O3'],
@@ -336,7 +336,6 @@
336336
'v8_base_without_compiler',
337337
'v8_shared_internal_headers',
338338
'v8_pch',
339-
'fp16',
340339
'abseil.gyp:abseil',
341340
],
342341
'include_dirs': [
@@ -535,7 +534,6 @@
535534
'v8_initializers',
536535
'v8_libplatform',
537536
'abseil.gyp:abseil',
538-
'fp16',
539537
]
540538
}, {
541539
'dependencies': [
@@ -549,7 +547,6 @@
549547
'v8_initializers',
550548
'v8_libplatform',
551549
'abseil.gyp:abseil',
552-
'fp16',
553550
]
554551
}],
555552
['OS=="win" and clang==1', {
@@ -664,6 +661,7 @@
664661
'run_torque',
665662
'v8_libbase',
666663
'fp16',
664+
'highway',
667665
'abseil.gyp:abseil',
668666
],
669667
'direct_dependent_settings': {
@@ -997,7 +995,6 @@
997995
'v8_libbase',
998996
'v8_shared_internal_headers',
999997
'v8_pch',
1000-
'fp16',
1001998
'abseil.gyp:abseil',
1002999
],
10031000
'conditions': [
@@ -1113,8 +1110,6 @@
11131110
'v8_maybe_icu',
11141111
'v8_zlib',
11151112
'v8_pch',
1116-
'fp16',
1117-
'highway',
11181113
'simdutf',
11191114
'abseil.gyp:abseil',
11201115
],
@@ -1831,7 +1826,6 @@
18311826
'v8_libplatform',
18321827
'v8_maybe_icu',
18331828
'v8_pch',
1834-
'fp16',
18351829
'abseil.gyp:abseil',
18361830
# "build/win:default_exe_manifest",
18371831
],
@@ -2422,7 +2416,7 @@
24222416
'variables': {
24232417
'FP16_ROOT': '../../deps/v8/third_party/fp16',
24242418
},
2425-
'direct_dependent_settings': {
2419+
'all_dependent_settings': {
24262420
'include_dirs': [
24272421
'<(FP16_ROOT)/src/include',
24282422
],
@@ -2435,7 +2429,7 @@
24352429
'variables': {
24362430
'HIGHWAY_ROOT': '../../deps/v8/third_party/highway',
24372431
},
2438-
'direct_dependent_settings': {
2432+
'all_dependent_settings': {
24392433
'include_dirs': [
24402434
'<(HIGHWAY_ROOT)/src',
24412435
],

0 commit comments

Comments
 (0)