summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2016-06-30 18:13:07 +0200
committerMichaël Zasso <targos@protonmail.com>2016-09-22 09:53:18 +0200
commitfbfc15c51b7cb8de96d6719d3b2096c086530ee3 (patch)
tree53fd225d54df4031e9c414bc53a5127ddc944d02 /node.gyp
parentec02b811a8a5c999bab4de312be2d732b7d9d50b (diff)
downloadandroid-node-v8-fbfc15c51b7cb8de96d6719d3b2096c086530ee3.tar.gz
android-node-v8-fbfc15c51b7cb8de96d6719d3b2096c086530ee3.tar.bz2
android-node-v8-fbfc15c51b7cb8de96d6719d3b2096c086530ee3.zip
build: update V8 gypfile paths
The location of various gypfiles has changed in V8 5.2. PR-URL: https://github.com/nodejs/node/pull/8317 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp12
1 files changed, 6 insertions, 6 deletions
diff --git a/node.gyp b/node.gyp
index 9cbdab063d..3f3326b8cb 100644
--- a/node.gyp
+++ b/node.gyp
@@ -259,8 +259,8 @@
}],
[ 'node_use_bundled_v8=="true"', {
'dependencies': [
- 'deps/v8/tools/gyp/v8.gyp:v8',
- 'deps/v8/tools/gyp/v8.gyp:v8_libplatform'
+ 'deps/v8/src/v8.gyp:v8',
+ 'deps/v8/src/v8.gyp:v8_libplatform'
],
}],
[ 'node_use_v8_platform=="true"', {
@@ -463,7 +463,7 @@
'defines': [ 'NODE_NO_BROWSER_GLOBALS' ],
} ],
[ 'node_use_bundled_v8=="true" and v8_postmortem_support=="true"', {
- 'dependencies': [ 'deps/v8/tools/gyp/v8.gyp:postmortem-metadata' ],
+ 'dependencies': [ 'deps/v8/src/v8.gyp:postmortem-metadata' ],
'conditions': [
# -force_load is not applicable for the static library
[ 'node_target_type!="static_library"', {
@@ -870,13 +870,13 @@
}],
[ 'node_use_v8_platform=="true"', {
'dependencies': [
- 'deps/v8/tools/gyp/v8.gyp:v8_libplatform',
+ 'deps/v8/src/v8.gyp:v8_libplatform',
],
}],
[ 'node_use_bundled_v8=="true"', {
'dependencies': [
- 'deps/v8/tools/gyp/v8.gyp:v8',
- 'deps/v8/tools/gyp/v8.gyp:v8_libplatform'
+ 'deps/v8/src/v8.gyp:v8',
+ 'deps/v8/src/v8.gyp:v8_libplatform'
],
}],
]