Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: don't include V8 from node.gyp
It is no longer necessary now that libplatform/libplatform.h uses proper
includes.

PR-URL: #7016
Reviewed-By: Ben Noordhuis <[email protected]>
  • Loading branch information
targos authored and ofrobots committed Aug 25, 2016
commit dcd065522ed178d58db1d084d13f03e66d4adc9c
4 changes: 0 additions & 4 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,6 @@
'dependencies': [ 'deps/v8/src/d8.gyp:d8' ],
}],
[ 'node_use_bundled_v8=="true"', {
'include_dirs': [
'deps/v8', # include/v8_platform.h
],

'dependencies': [
'deps/v8/tools/gyp/v8.gyp:v8',
'deps/v8/tools/gyp/v8.gyp:v8_libplatform'
Expand Down