Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-03-25 05:58:29 +0300
committerRefael Ackermann <refack@gmail.com>2019-03-28 23:39:16 +0300
commit3b5773fee389c52077bd9f2dd324739af27fb6b5 (patch)
treea3967e13f38c431ab1ab9ca3dbfcb102e0bd0526 /node.gypi
parent3d8b844112bf6526ce126ecaec85f83b31a0a9aa (diff)
build,deps: move gypfiles out 2/2 - moving
* move all used files to `tools/v8_gypfiles` directory * fix references in node configuration PR-URL: https://github.com/nodejs/node/pull/26685 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'node.gypi')
-rw-r--r--node.gypi14
1 files changed, 4 insertions, 10 deletions
diff --git a/node.gypi b/node.gypi
index 6d7547fe060..b53ccfd6beb 100644
--- a/node.gypi
+++ b/node.gypi
@@ -85,15 +85,9 @@
'dependencies': [ 'deps/v8/gypfiles/d8.gyp:d8' ],
}],
[ 'node_use_bundled_v8=="true"', {
- 'conditions': [
- [ 'build_v8_with_gn=="true"', {
- 'dependencies': ['deps/v8/gypfiles/v8-monolithic.gyp:v8_monolith'],
- }, {
- 'dependencies': [
- 'deps/v8/gypfiles/v8.gyp:v8',
- 'deps/v8/gypfiles/v8.gyp:v8_libplatform',
- ],
- }],
+ 'dependencies': [
+ 'tools/v8_gypfiles/v8.gyp:v8',
+ 'tools/v8_gypfiles/v8.gyp:v8_libplatform',
],
}],
[ 'node_use_v8_platform=="true"', {
@@ -132,7 +126,7 @@
target_arch=="ia32" or target_arch=="x32")', {
'defines': [ 'NODE_ENABLE_VTUNE_PROFILING' ],
'dependencies': [
- 'deps/v8/gypfiles/v8vtune.gyp:v8_vtune'
+ 'tools/v8_gypfiles/v8vtune.gyp:v8_vtune'
],
}],
[ 'node_no_browser_globals=="true"', {