aboutsummaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-10-11 13:21:30 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-10-11 13:21:30 -0700
commit58e892dadd4a93da74fca40a4d0b4d57fd5ce0fb (patch)
tree7b2f9fcbdba66a693fd3c2a169b9f408440de597 /node.gyp
parent96e423a6652185cc52f73915a74f4d862ec34120 (diff)
downloadandroid-node-v8-58e892dadd4a93da74fca40a4d0b4d57fd5ce0fb.tar.gz
android-node-v8-58e892dadd4a93da74fca40a4d0b4d57fd5ce0fb.tar.bz2
android-node-v8-58e892dadd4a93da74fca40a4d0b4d57fd5ce0fb.zip
Remove dns_legacy
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp4
1 files changed, 1 insertions, 3 deletions
diff --git a/node.gyp b/node.gyp
index 5f85101d8b..88ada216e0 100644
--- a/node.gyp
+++ b/node.gyp
@@ -21,8 +21,7 @@
'lib/crypto.js',
'lib/dgram_legacy.js',
'lib/dgram_uv.js',
- 'lib/dns_legacy.js',
- 'lib/dns_uv.js',
+ 'lib/dns.js',
'lib/events.js',
'lib/freelist.js',
'lib/fs.js',
@@ -168,7 +167,6 @@
},{ # POSIX
'defines': [ '__POSIX__' ],
'sources': [
- 'src/node_cares.cc',
'src/node_signal_watcher.cc',
'src/node_stat_watcher.cc',
'src/node_io_watcher.cc',