Skip to content

Commit

Permalink
deps: update v8.gyp
Browse files Browse the repository at this point in the history
until bb60967e360ebfa40bc02d29703903bb650f4adf
  • Loading branch information
targos authored and nodejs-ci committed May 12, 2018
1 parent c7b4c60 commit 97249c9
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions deps/v8/gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -786,12 +786,14 @@
'../src/compiler/loop-peeling.h',
'../src/compiler/loop-variable-optimizer.cc',
'../src/compiler/loop-variable-optimizer.h',
'../src/compiler/machine-graph-verifier.cc',
'../src/compiler/machine-graph-verifier.h',
'../src/compiler/machine-graph.cc',
'../src/compiler/machine-graph.h',
'../src/compiler/machine-operator-reducer.cc',
'../src/compiler/machine-operator-reducer.h',
'../src/compiler/machine-operator.cc',
'../src/compiler/machine-operator.h',
'../src/compiler/machine-graph-verifier.cc',
'../src/compiler/machine-graph-verifier.h',
'../src/compiler/memory-optimizer.cc',
'../src/compiler/memory-optimizer.h',
'../src/compiler/move-optimizer.cc',
Expand Down Expand Up @@ -1433,6 +1435,7 @@
'../src/transitions-inl.h',
'../src/transitions.cc',
'../src/transitions.h',
'../src/trap-handler/handler-inside.cc',
'../src/trap-handler/handler-outside.cc',
'../src/trap-handler/handler-shared.cc',
'../src/trap-handler/trap-handler.h',
Expand Down Expand Up @@ -1753,7 +1756,15 @@
],
}],
['v8_target_arch=="x64" and OS=="linux"', {
'sources': ['../src/trap-handler/handler-inside.cc']
'sources': [
'../src/trap-handler/handler-inside-linux.cc',
'../src/trap-handler/handler-outside-linux.cc',
],
}],
['v8_target_arch=="x64" and OS=="win"', {
'sources': [
'../src/trap-handler/handler-outside-win.cc',
],
}],
['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
'sources': [
Expand Down

0 comments on commit 97249c9

Please sign in to comment.