Skip to content

Commit f0e2a90

Browse files
targosnodejs-github-bot
authored andcommitted
tools: update V8 gypfiles for 14.4
1 parent 1971a24 commit f0e2a90

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-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: 11 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'],
@@ -330,7 +330,6 @@
330330
'v8_base_without_compiler',
331331
'v8_shared_internal_headers',
332332
'v8_pch',
333-
'fp16',
334333
'abseil.gyp:abseil',
335334
],
336335
'include_dirs': [
@@ -524,7 +523,6 @@
524523
'v8_initializers',
525524
'v8_libplatform',
526525
'abseil.gyp:abseil',
527-
'fp16',
528526
]
529527
}, {
530528
'dependencies': [
@@ -538,7 +536,6 @@
538536
'v8_initializers',
539537
'v8_libplatform',
540538
'abseil.gyp:abseil',
541-
'fp16',
542539
]
543540
}],
544541
['OS=="win" and clang==1', {
@@ -653,8 +650,13 @@
653650
'run_torque',
654651
'v8_libbase',
655652
'fp16',
653+
'highway',
656654
'abseil.gyp:abseil',
657655
],
656+
'export_dependent_settings': [
657+
'fp16',
658+
'highway',
659+
],
658660
'direct_dependent_settings': {
659661
'sources': [
660662
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?sources = ")',
@@ -986,7 +988,6 @@
986988
'v8_libbase',
987989
'v8_shared_internal_headers',
988990
'v8_pch',
989-
'fp16',
990991
'abseil.gyp:abseil',
991992
],
992993
'conditions': [
@@ -1102,8 +1103,6 @@
11021103
'v8_maybe_icu',
11031104
'v8_zlib',
11041105
'v8_pch',
1105-
'fp16',
1106-
'highway',
11071106
'simdutf',
11081107
'abseil.gyp:abseil',
11091108
],
@@ -1790,7 +1789,6 @@
17901789
'v8_libplatform',
17911790
'v8_maybe_icu',
17921791
'v8_pch',
1793-
'fp16',
17941792
'abseil.gyp:abseil',
17951793
# "build/win:default_exe_manifest",
17961794
],
@@ -2320,7 +2318,7 @@
23202318
'variables': {
23212319
'FP16_ROOT': '../../deps/v8/third_party/fp16',
23222320
},
2323-
'direct_dependent_settings': {
2321+
'all_dependent_settings': {
23242322
'include_dirs': [
23252323
'<(FP16_ROOT)/src/include',
23262324
],
@@ -2333,7 +2331,7 @@
23332331
'variables': {
23342332
'HIGHWAY_ROOT': '../../deps/v8/third_party/highway',
23352333
},
2336-
'direct_dependent_settings': {
2334+
'all_dependent_settings': {
23372335
'include_dirs': [
23382336
'<(HIGHWAY_ROOT)/src',
23392337
],

0 commit comments

Comments
 (0)