Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e508489

Browse filesBrowse files
targosStefanStojanovic
authored andcommitted
tools: update V8 gypfiles for 14.4
Co-Authored-By: StefanStojanovic <stefan.stojanovic@janeasystems.com> PR-URL: #61898 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> (cherry picked from commit b5031b3)
1 parent 089d6c7 commit e508489
Copy full SHA for e508489

2 files changed

+18-14Lines changed: 18 additions & 14 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎tools/v8_gypfiles/abseil.gyp‎

Copy file name to clipboardExpand all lines: tools/v8_gypfiles/abseil.gyp
+11-1Lines 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
}
Collapse file

‎tools/v8_gypfiles/v8.gyp‎

Copy file name to clipboardExpand all lines: tools/v8_gypfiles/v8.gyp
+7-13Lines 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
],
@@ -1821,7 +1816,6 @@
18211816
'v8_libplatform',
18221817
'v8_maybe_icu',
18231818
'v8_pch',
1824-
'fp16',
18251819
'abseil.gyp:abseil',
18261820
# "build/win:default_exe_manifest",
18271821
],
@@ -2355,7 +2349,7 @@
23552349
'variables': {
23562350
'FP16_ROOT': '../../deps/v8/third_party/fp16',
23572351
},
2358-
'direct_dependent_settings': {
2352+
'all_dependent_settings': {
23592353
'include_dirs': [
23602354
'<(FP16_ROOT)/src/include',
23612355
],
@@ -2368,7 +2362,7 @@
23682362
'variables': {
23692363
'HIGHWAY_ROOT': '../../deps/v8/third_party/highway',
23702364
},
2371-
'direct_dependent_settings': {
2365+
'all_dependent_settings': {
23722366
'include_dirs': [
23732367
'<(HIGHWAY_ROOT)/src',
23742368
],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.