Skip to content

Commit 5def801

Browse files
targosRafaelGSS
authored andcommitted
tools: update V8 gypfiles for 12.4
Refs: v8/v8@6196de8 Refs: v8/v8@4af6461 Refs: v8/v8@7ba16ea PR-URL: #52465 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent 30801b8 commit 5def801

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': [
@@ -986,6 +988,7 @@
986988
'v8_zlib',
987989
'v8_pch',
988990
'v8_abseil',
991+
'fp16',
989992
],
990993
'includes': ['inspector.gypi'],
991994
'direct_dependent_settings': {
@@ -1037,6 +1040,7 @@
10371040
['v8_enable_webassembly==1', {
10381041
'sources': [
10391042
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_webassembly.*?sources \\+= ")',
1043+
'<(V8_ROOT)/src/wasm/fuzzing/random-module-generation.cc',
10401044
],
10411045
}],
10421046
['v8_enable_third_party_heap==1', {
@@ -2488,5 +2492,18 @@
24882492
'<(ABSEIL_ROOT)/absl/utility/utility.h',
24892493
]
24902494
}, # v8_abseil
2495+
{
2496+
'target_name': 'fp16',
2497+
'type': 'none',
2498+
'toolsets': ['host', 'target'],
2499+
'variables': {
2500+
'FP16_ROOT': '../../deps/v8/third_party/fp16',
2501+
},
2502+
'direct_dependent_settings': {
2503+
'include_dirs': [
2504+
'<(FP16_ROOT)/src/include',
2505+
],
2506+
},
2507+
}, # fp16
24912508
],
24922509
}

0 commit comments

Comments
 (0)