Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4236aff

Browse files
committedApr 11, 2024··
tools: update V8 gypfiles for 12.4
Refs: v8/v8@6196de8 Refs: v8/v8@4af6461 Refs: v8/v8@7ba16ea
1 parent 7e03bfb commit 4236aff

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎tools/v8_gypfiles/v8.gyp

+17
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@
558558
'direct_dependent_settings': {
559559
'sources': [
560560
'<(V8_ROOT)/src/flags/flag-definitions.h',
561+
'<(V8_ROOT)/src/flags/flags-impl.h',
561562
'<(V8_ROOT)/src/flags/flags.h',
562563
],
563564
},
@@ -577,6 +578,7 @@
577578
'run_torque',
578579
'v8_abseil',
579580
'v8_libbase',
581+
'fp16',
580582
],
581583
'direct_dependent_settings': {
582584
'sources': [
@@ -979,6 +981,7 @@
979981
'v8_zlib',
980982
'v8_pch',
981983
'v8_abseil',
984+
'fp16',
982985
],
983986
'includes': ['inspector.gypi'],
984987
'direct_dependent_settings': {
@@ -1030,6 +1033,7 @@
10301033
['v8_enable_webassembly==1', {
10311034
'sources': [
10321035
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_webassembly.*?sources \\+= ")',
1036+
'<(V8_ROOT)/src/wasm/fuzzing/random-module-generation.cc',
10331037
],
10341038
}],
10351039
['v8_enable_third_party_heap==1', {
@@ -2481,5 +2485,18 @@
24812485
'<(ABSEIL_ROOT)/absl/utility/utility.h',
24822486
]
24832487
}, # v8_abseil
2488+
{
2489+
'target_name': 'fp16',
2490+
'type': 'none',
2491+
'toolsets': ['host', 'target'],
2492+
'variables': {
2493+
'FP16_ROOT': '../../deps/v8/third_party/fp16',
2494+
},
2495+
'direct_dependent_settings': {
2496+
'include_dirs': [
2497+
'<(FP16_ROOT)/src/include',
2498+
],
2499+
},
2500+
}, # fp16
24842501
],
24852502
}

0 commit comments

Comments
 (0)
Please sign in to comment.