aboutsummaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2014-02-10 21:22:06 +0100
committerBert Belder <bertbelder@gmail.com>2014-02-10 21:22:06 +0100
commitfa4eb47caacde4435c16f4ebef0c4f3fa001ccd2 (patch)
tree76554f03374cecc9dc6331d841e23f5d2471f566 /node.gyp
parentd58c206862dc4f4ffe364cab5bf6b69afc0a52df (diff)
downloadandroid-node-v8-fa4eb47caacde4435c16f4ebef0c4f3fa001ccd2.tar.gz
android-node-v8-fa4eb47caacde4435c16f4ebef0c4f3fa001ccd2.tar.bz2
android-node-v8-fa4eb47caacde4435c16f4ebef0c4f3fa001ccd2.zip
bindings: add spawn_sync bindings
This implements a nested event loop that makes it possible to control a child process, while blocking the main loop until the process exits.
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index fa9b44a048..5ff8577e06 100644
--- a/node.gyp
+++ b/node.gyp
@@ -104,6 +104,7 @@
'src/pipe_wrap.cc',
'src/signal_wrap.cc',
'src/smalloc.cc',
+ 'src/spawn_sync.cc',
'src/string_bytes.cc',
'src/stream_wrap.cc',
'src/tcp_wrap.cc',