Skip to content

Commit

Permalink
tools: update v8.gyp and node.gypi
Browse files Browse the repository at this point in the history
until 0f0b31744fc2e4d3ac3811fad5a355822b254408
  • Loading branch information
ryzokuken authored and nodejs-ci committed Jun 28, 2019
1 parent b745777 commit c2ab560
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions node.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
'dependencies': [
'tools/v8_gypfiles/v8.gyp:v8_snapshot',
'tools/v8_gypfiles/v8.gyp:v8_libplatform',
'tools/v8_gypfiles/v8.gyp:v8_crash_keys',
],
}],
[ 'node_use_v8_platform=="true"', {
Expand Down
12 changes: 12 additions & 0 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
'<(torque_output_root)/torque-generated/exported-macros-assembler-tq.cc',
'<(torque_output_root)/torque-generated/exported-macros-assembler-tq.h',
'<(torque_output_root)/torque-generated/csa-types-tq.h',
'<(torque_output_root)/torque-generated/instance-types-tq.h',
'<@(torque_outputs)',
],
'action': [
Expand Down Expand Up @@ -743,6 +744,16 @@
}],
],
}, # v8_base_without_compiler
{
'target_name': 'v8_crash_keys',
'type': 'static_library',
'sources': ['<(V8_ROOT)/src/diagnostics/crash-key-noop.cc'], # This is fine since we don't build with Chromium
'conditions': [
['want_separate_host_toolset', {
'toolsets': ['host', 'target'],
}],
],
}, # v8_crash_keys
{
'target_name': 'v8_base',
'type': 'none',
Expand All @@ -754,6 +765,7 @@
'dependencies': [
'v8_base_without_compiler',
'v8_compiler',
'v8_crash_keys'
],
}, # v8_base
{
Expand Down

0 comments on commit c2ab560

Please sign in to comment.