Skip to content

Commit

Permalink
deps: update v8.gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored and nodejs-ci committed Apr 7, 2018
1 parent 1dbc71e commit 71c2f37
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deps/v8/gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,8 @@
'../src/extensions/trigger-failure-extension.h',
'../src/external-reference-table.cc',
'../src/external-reference-table.h',
'../src/external-reference.cc',
'../src/external-reference.h',
'../src/factory-inl.h',
'../src/factory.cc',
'../src/factory.h',
Expand Down Expand Up @@ -1179,6 +1181,8 @@
'../src/objects/literal-objects.h',
'../src/objects/map-inl.h',
'../src/objects/map.h',
'../src/objects/maybe-object-inl.h',
'../src/objects/maybe-object.h',
'../src/objects/microtask-inl.h',
'../src/objects/microtask.h',
'../src/objects/module-inl.h',
Expand Down Expand Up @@ -1471,8 +1475,6 @@
'../src/wasm/wasm-code-manager.h',
'../src/wasm/wasm-code-specialization.cc',
'../src/wasm/wasm-code-specialization.h',
'../src/wasm/wasm-code-wrapper.cc',
'../src/wasm/wasm-code-wrapper.h',
'../src/wasm/wasm-constants.h',
'../src/wasm/wasm-debug.cc',
'../src/wasm/wasm-engine.cc',
Expand Down Expand Up @@ -2343,7 +2345,6 @@
'../src/js/array.js',
'../src/js/typedarray.js',
'../src/js/messages.js',
'../src/js/spread.js',
'../src/debug/mirrors.js',
'../src/debug/debug.js',
'../src/debug/liveedit.js',
Expand Down

0 comments on commit 71c2f37

Please sign in to comment.