Skip to content

Commit 84acfde

Browse files
targosnodejs-github-bot
authored andcommitted
tools: update V8 gypfiles for 14.4
1 parent d2ab641 commit 84acfde

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

tools/v8_gypfiles/abseil.gyp

Lines changed: 2 additions & 0 deletions
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',

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
],
@@ -1812,7 +1807,6 @@
18121807
'v8_libplatform',
18131808
'v8_maybe_icu',
18141809
'v8_pch',
1815-
'fp16',
18161810
'abseil.gyp:abseil',
18171811
# "build/win:default_exe_manifest",
18181812
],
@@ -2346,7 +2340,7 @@
23462340
'variables': {
23472341
'FP16_ROOT': '../../deps/v8/third_party/fp16',
23482342
},
2349-
'direct_dependent_settings': {
2343+
'all_dependent_settings': {
23502344
'include_dirs': [
23512345
'<(FP16_ROOT)/src/include',
23522346
],
@@ -2359,7 +2353,7 @@
23592353
'variables': {
23602354
'HIGHWAY_ROOT': '../../deps/v8/third_party/highway',
23612355
},
2362-
'direct_dependent_settings': {
2356+
'all_dependent_settings': {
23632357
'include_dirs': [
23642358
'<(HIGHWAY_ROOT)/src',
23652359
],

0 commit comments

Comments
 (0)