summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorMathias Buus <mathiasbuus@gmail.com>2018-04-04 16:52:19 +0200
committerMathias Buus <mathiasbuus@gmail.com>2018-04-16 16:02:12 +0200
commitf64bebf2059d35299da58cf9c5ca22d68035d617 (patch)
tree0c1861d2ff8ef1eff11c7a9ecf90302867b4084b /node.gyp
parent5cc948b77a1452cdd8b667978c3cc1188b433b1a (diff)
downloadandroid-node-v8-f64bebf2059d35299da58cf9c5ca22d68035d617.tar.gz
android-node-v8-f64bebf2059d35299da58cf9c5ca22d68035d617.tar.bz2
android-node-v8-f64bebf2059d35299da58cf9c5ca22d68035d617.zip
stream: add pipeline and finished
PR-URL: https://github.com/nodejs/node/pull/19828 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index e2e6842c4f..7ca158c25f 100644
--- a/node.gyp
+++ b/node.gyp
@@ -154,6 +154,8 @@
'lib/internal/streams/legacy.js',
'lib/internal/streams/destroy.js',
'lib/internal/streams/state.js',
+ 'lib/internal/streams/pipeline.js',
+ 'lib/internal/streams/end-of-stream.js',
'lib/internal/wrap_js_stream.js',
'deps/v8/tools/splaytree.js',
'deps/v8/tools/codemap.js',