summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-04-11 15:37:14 -0700
committerBen Noordhuis <info@bnoordhuis.nl>2013-04-17 00:08:28 +0200
commitdc9f97b7b99f27eaf21faf29c7df8c9d823ef863 (patch)
tree8e44a1187e9fe9731f944e538e9bceeb02ed58ed /node.gyp
parentbb56489f21da9d668c279edb45d6a90d03517a30 (diff)
downloadnode-new-dc9f97b7b99f27eaf21faf29c7df8c9d823ef863.tar.gz
http: move OutgoingMessage into it's own file
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 36c05cfe16..210dcd8cd7 100644
--- a/node.gyp
+++ b/node.gyp
@@ -37,6 +37,7 @@
'lib/_http_agent.js',
'lib/_http_common.js',
'lib/_http_incoming.js',
+ 'lib/_http_outgoing.js',
'lib/https.js',
'lib/module.js',
'lib/net.js',