Skip to content

Commit b4c7d58

Browse files
targosnodejs-github-bot
authored andcommitted
tools: update V8 gypfiles for 14.4
1 parent 69094ca commit b4c7d58

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
@@ -284,7 +284,6 @@
284284
'v8_base_without_compiler',
285285
'v8_initializers',
286286
'v8_maybe_icu',
287-
'fp16',
288287
'abseil.gyp:abseil',
289288
],
290289
'sources': [
@@ -299,9 +298,10 @@
299298
'type': 'static_library',
300299
'toolsets': ['host', 'target'],
301300
'dependencies': [
302-
'generate_bytecode_builtins_list',
303-
'run_torque',
304-
'fp16',
301+
'torque_generated_initializers',
302+
'v8_base_without_compiler',
303+
'v8_shared_internal_headers',
304+
'v8_pch',
305305
'abseil.gyp:abseil',
306306
],
307307
'cflags!': ['-O3'],
@@ -335,7 +335,6 @@
335335
'v8_base_without_compiler',
336336
'v8_shared_internal_headers',
337337
'v8_pch',
338-
'fp16',
339338
'abseil.gyp:abseil',
340339
],
341340
'include_dirs': [
@@ -534,7 +533,6 @@
534533
'v8_initializers',
535534
'v8_libplatform',
536535
'abseil.gyp:abseil',
537-
'fp16',
538536
]
539537
}, {
540538
'dependencies': [
@@ -548,7 +546,6 @@
548546
'v8_initializers',
549547
'v8_libplatform',
550548
'abseil.gyp:abseil',
551-
'fp16',
552549
]
553550
}],
554551
['OS=="win" and clang==1', {
@@ -663,6 +660,7 @@
663660
'run_torque',
664661
'v8_libbase',
665662
'fp16',
663+
'highway',
666664
'abseil.gyp:abseil',
667665
],
668666
'direct_dependent_settings': {
@@ -996,7 +994,6 @@
996994
'v8_libbase',
997995
'v8_shared_internal_headers',
998996
'v8_pch',
999-
'fp16',
1000997
'abseil.gyp:abseil',
1001998
],
1002999
'conditions': [
@@ -1112,8 +1109,6 @@
11121109
'v8_maybe_icu',
11131110
'v8_zlib',
11141111
'v8_pch',
1115-
'fp16',
1116-
'highway',
11171112
'simdutf',
11181113
'abseil.gyp:abseil',
11191114
],
@@ -1807,7 +1802,6 @@
18071802
'v8_libplatform',
18081803
'v8_maybe_icu',
18091804
'v8_pch',
1810-
'fp16',
18111805
'abseil.gyp:abseil',
18121806
# "build/win:default_exe_manifest",
18131807
],
@@ -2337,7 +2331,7 @@
23372331
'variables': {
23382332
'FP16_ROOT': '../../deps/v8/third_party/fp16',
23392333
},
2340-
'direct_dependent_settings': {
2334+
'all_dependent_settings': {
23412335
'include_dirs': [
23422336
'<(FP16_ROOT)/src/include',
23432337
],
@@ -2350,7 +2344,7 @@
23502344
'variables': {
23512345
'HIGHWAY_ROOT': '../../deps/v8/third_party/highway',
23522346
},
2353-
'direct_dependent_settings': {
2347+
'all_dependent_settings': {
23542348
'include_dirs': [
23552349
'<(HIGHWAY_ROOT)/src',
23562350
],

0 commit comments

Comments
 (0)