Skip to content

Commit a15ab0c

Browse files
targosnodejs-github-bot
authored andcommitted
tools: update V8 gypfiles for 14.4
1 parent 0f70d1d commit a15ab0c

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'],
@@ -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,6 +650,7 @@
653650
'run_torque',
654651
'v8_libbase',
655652
'fp16',
653+
'highway',
656654
'abseil.gyp:abseil',
657655
],
658656
'direct_dependent_settings': {
@@ -986,7 +984,6 @@
986984
'v8_libbase',
987985
'v8_shared_internal_headers',
988986
'v8_pch',
989-
'fp16',
990987
'abseil.gyp:abseil',
991988
],
992989
'conditions': [
@@ -1102,8 +1099,6 @@
11021099
'v8_maybe_icu',
11031100
'v8_zlib',
11041101
'v8_pch',
1105-
'fp16',
1106-
'highway',
11071102
'simdutf',
11081103
'abseil.gyp:abseil',
11091104
],
@@ -1790,7 +1785,6 @@
17901785
'v8_libplatform',
17911786
'v8_maybe_icu',
17921787
'v8_pch',
1793-
'fp16',
17941788
'abseil.gyp:abseil',
17951789
# "build/win:default_exe_manifest",
17961790
],
@@ -2320,7 +2314,7 @@
23202314
'variables': {
23212315
'FP16_ROOT': '../../deps/v8/third_party/fp16',
23222316
},
2323-
'direct_dependent_settings': {
2317+
'all_dependent_settings': {
23242318
'include_dirs': [
23252319
'<(FP16_ROOT)/src/include',
23262320
],
@@ -2333,7 +2327,7 @@
23332327
'variables': {
23342328
'HIGHWAY_ROOT': '../../deps/v8/third_party/highway',
23352329
},
2336-
'direct_dependent_settings': {
2330+
'all_dependent_settings': {
23372331
'include_dirs': [
23382332
'<(HIGHWAY_ROOT)/src',
23392333
],

0 commit comments

Comments
 (0)