summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authoryorkie <yorkiefixer@gmail.com>2016-08-09 23:34:23 +0800
committerMatteo Collina <hello@matteocollina.com>2017-02-01 09:58:51 +0100
commit1b30df10037d24224a555829754f4423d35bbf88 (patch)
treead946f2ef26524f61f908426f4f5d646d8c9b319 /node.gyp
parent9db89732e6461fca5c07e1b6bbe168618f2b494f (diff)
downloadandroid-node-v8-1b30df10037d24224a555829754f4423d35bbf88.tar.gz
android-node-v8-1b30df10037d24224a555829754f4423d35bbf88.tar.bz2
android-node-v8-1b30df10037d24224a555829754f4423d35bbf88.zip
stream: move legacy to lib/internal dir
Improve readability of lib/stream.js by moving the legacy abstract Stream into lib/internal/streams/legacy.js. PR-URL: https://github.com/nodejs/node/pull/8197 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
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 dca7dc56f0..6cccf74a89 100644
--- a/node.gyp
+++ b/node.gyp
@@ -101,6 +101,7 @@
'lib/internal/v8_prof_processor.js',
'lib/internal/streams/lazy_transform.js',
'lib/internal/streams/BufferList.js',
+ 'lib/internal/streams/legacy.js',
'deps/v8/tools/splaytree.js',
'deps/v8/tools/codemap.js',
'deps/v8/tools/consarray.js',