Skip to content

Commit

Permalink
tools: update V8 gypfiles for 12.4
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
targos authored and RafaelGSS committed Apr 22, 2024
1 parent 30801b8 commit 5def801
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@
'direct_dependent_settings': {
'sources': [
'<(V8_ROOT)/src/flags/flag-definitions.h',
'<(V8_ROOT)/src/flags/flags-impl.h',
'<(V8_ROOT)/src/flags/flags.h',
],
},
Expand All @@ -577,6 +578,7 @@
'run_torque',
'v8_abseil',
'v8_libbase',
'fp16',
],
'direct_dependent_settings': {
'sources': [
Expand Down Expand Up @@ -986,6 +988,7 @@
'v8_zlib',
'v8_pch',
'v8_abseil',
'fp16',
],
'includes': ['inspector.gypi'],
'direct_dependent_settings': {
Expand Down Expand Up @@ -1037,6 +1040,7 @@
['v8_enable_webassembly==1', {
'sources': [
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_webassembly.*?sources \\+= ")',
'<(V8_ROOT)/src/wasm/fuzzing/random-module-generation.cc',
],
}],
['v8_enable_third_party_heap==1', {
Expand Down Expand Up @@ -2488,5 +2492,18 @@
'<(ABSEIL_ROOT)/absl/utility/utility.h',
]
}, # v8_abseil
{
'target_name': 'fp16',
'type': 'none',
'toolsets': ['host', 'target'],
'variables': {
'FP16_ROOT': '../../deps/v8/third_party/fp16',
},
'direct_dependent_settings': {
'include_dirs': [
'<(FP16_ROOT)/src/include',
],
},
}, # fp16
],
}

0 comments on commit 5def801

Please sign in to comment.