aboutsummaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-10-11 13:26:41 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-10-11 13:26:41 -0700
commit71cce3f45bc677b4a6d12e4f590bb2503252ec89 (patch)
treeaa2ffaa984a828b0f158b969058b7fb7c2d28848 /node.gyp
parent58e892dadd4a93da74fca40a4d0b4d57fd5ce0fb (diff)
downloadandroid-node-v8-71cce3f45bc677b4a6d12e4f590bb2503252ec89.tar.gz
android-node-v8-71cce3f45bc677b4a6d12e4f590bb2503252ec89.tar.bz2
android-node-v8-71cce3f45bc677b4a6d12e4f590bb2503252ec89.zip
Remove dgram_legacy
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index 88ada216e0..87ba666480 100644
--- a/node.gyp
+++ b/node.gyp
@@ -19,8 +19,7 @@
'lib/console.js',
'lib/constants.js',
'lib/crypto.js',
- 'lib/dgram_legacy.js',
- 'lib/dgram_uv.js',
+ 'lib/dgram.js',
'lib/dns.js',
'lib/events.js',
'lib/freelist.js',