Skip to content

Commit 41f597b

Browse files
targosnodejs-ci
authored andcommitted
deps: update v8.gyp
until bb60967e360ebfa40bc02d29703903bb650f4adf
1 parent 9e9e105 commit 41f597b

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

deps/v8/gypfiles/v8.gyp

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,12 +786,14 @@
786786
'../src/compiler/loop-peeling.h',
787787
'../src/compiler/loop-variable-optimizer.cc',
788788
'../src/compiler/loop-variable-optimizer.h',
789+
'../src/compiler/machine-graph-verifier.cc',
790+
'../src/compiler/machine-graph-verifier.h',
791+
'../src/compiler/machine-graph.cc',
792+
'../src/compiler/machine-graph.h',
789793
'../src/compiler/machine-operator-reducer.cc',
790794
'../src/compiler/machine-operator-reducer.h',
791795
'../src/compiler/machine-operator.cc',
792796
'../src/compiler/machine-operator.h',
793-
'../src/compiler/machine-graph-verifier.cc',
794-
'../src/compiler/machine-graph-verifier.h',
795797
'../src/compiler/memory-optimizer.cc',
796798
'../src/compiler/memory-optimizer.h',
797799
'../src/compiler/move-optimizer.cc',
@@ -1433,6 +1435,7 @@
14331435
'../src/transitions-inl.h',
14341436
'../src/transitions.cc',
14351437
'../src/transitions.h',
1438+
'../src/trap-handler/handler-inside.cc',
14361439
'../src/trap-handler/handler-outside.cc',
14371440
'../src/trap-handler/handler-shared.cc',
14381441
'../src/trap-handler/trap-handler.h',
@@ -1753,7 +1756,15 @@
17531756
],
17541757
}],
17551758
['v8_target_arch=="x64" and OS=="linux"', {
1756-
'sources': ['../src/trap-handler/handler-inside.cc']
1759+
'sources': [
1760+
'../src/trap-handler/handler-inside-linux.cc',
1761+
'../src/trap-handler/handler-outside-linux.cc',
1762+
],
1763+
}],
1764+
['v8_target_arch=="x64" and OS=="win"', {
1765+
'sources': [
1766+
'../src/trap-handler/handler-outside-win.cc',
1767+
],
17571768
}],
17581769
['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
17591770
'sources': [

0 commit comments

Comments
 (0)