summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-10-02 15:44:50 -0700
committerisaacs <i@izs.me>2012-12-13 17:00:23 -0800
commit420e07c5777bdb2e493147d296abfc102f725015 (patch)
tree410e8f91b14fde9b7539e091937e6452e6c1a439 /node.gyp
parent17834ed28cb9f376f9505a15273cff4317045feb (diff)
downloadnode-new-420e07c5777bdb2e493147d296abfc102f725015.tar.gz
streams2: The new stream base classes
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index f6651db83d..14058eb960 100644
--- a/node.gyp
+++ b/node.gyp
@@ -44,6 +44,11 @@
'lib/readline.js',
'lib/repl.js',
'lib/stream.js',
+ 'lib/_stream_readable.js',
+ 'lib/_stream_writable.js',
+ 'lib/_stream_duplex.js',
+ 'lib/_stream_transform.js',
+ 'lib/_stream_passthrough.js',
'lib/string_decoder.js',
'lib/sys.js',
'lib/timers.js',