summaryrefslogtreecommitdiff
path: root/deps/uv/uv.gyp
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-05-24 14:26:32 -0700
committerisaacs <i@izs.me>2012-05-24 14:26:32 -0700
commit24de89bd0e47cb657afa386fa7b2d2ae94309254 (patch)
tree8c02717c994d5e99a7d089550d7a95562669c56a /deps/uv/uv.gyp
parentb4ed3c19697e875c289363381498a896347cbca6 (diff)
downloadandroid-node-v8-24de89bd0e47cb657afa386fa7b2d2ae94309254.tar.gz
android-node-v8-24de89bd0e47cb657afa386fa7b2d2ae94309254.tar.bz2
android-node-v8-24de89bd0e47cb657afa386fa7b2d2ae94309254.zip
Upgrade uv to 604802a
Diffstat (limited to 'deps/uv/uv.gyp')
-rw-r--r--deps/uv/uv.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp
index 28f9994826..605b5b1c56 100644
--- a/deps/uv/uv.gyp
+++ b/deps/uv/uv.gyp
@@ -195,6 +195,7 @@
'src/unix/fs.c',
'src/unix/internal.h',
'src/unix/loop.c',
+ 'src/unix/loop-watcher.c',
'src/unix/pipe.c',
'src/unix/poll.c',
'src/unix/process.c',
@@ -328,6 +329,7 @@
'test/test-poll.c',
'test/test-process-title.c',
'test/test-ref.c',
+ 'test/test-run-once.c',
'test/test-shutdown-close.c',
'test/test-shutdown-eof.c',
'test/test-spawn.c',
@@ -393,6 +395,7 @@
'test/benchmark-ares.c',
'test/benchmark-getaddrinfo.c',
'test/benchmark-list.h',
+ 'test/benchmark-loop-count.c',
'test/benchmark-ping-pongs.c',
'test/benchmark-pound.c',
'test/benchmark-pump.c',