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:
authorRyan Dahl <ry@tinyclouds.org>2011-10-12 00:16:33 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-10-12 00:16:33 +0400
commit96e423a6652185cc52f73915a74f4d862ec34120 (patch)
treec59c926421d7a92c903d77d2ece28272e6265135 /node.gyp
parentbe0bb2dc136ca20b44da81cded790417cbd1cfd2 (diff)
Remove child_process_legacy
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp5
1 files changed, 1 insertions, 4 deletions
diff --git a/node.gyp b/node.gyp
index c87c12e90fa..5f85101d8bf 100644
--- a/node.gyp
+++ b/node.gyp
@@ -15,8 +15,7 @@
'lib/assert.js',
'lib/buffer.js',
'lib/buffer_ieee754.js',
- 'lib/child_process_legacy.js',
- 'lib/child_process_uv.js',
+ 'lib/child_process.js',
'lib/console.js',
'lib/constants.js',
'lib/crypto.js',
@@ -102,7 +101,6 @@
'src/node.h',
'src/node_buffer.h',
'src/node_cares.h',
- 'src/node_child_process.h',
'src/node_constants.h',
'src/node_crypto.h',
'src/node_dtrace.h',
@@ -175,7 +173,6 @@
'src/node_stat_watcher.cc',
'src/node_io_watcher.cc',
'src/node_stdio.cc',
- 'src/node_child_process.cc',
]
}],
[ 'OS=="mac"', {