summaryrefslogtreecommitdiff
path: root/deps/uv/uv.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-08-23 02:34:43 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2011-08-24 22:27:24 +0200
commit28998a8cfe92043b27ff573b54258e21123616a4 (patch)
treea54899d80d0a09d52903e374b44d878066eb5b57 /deps/uv/uv.gyp
parent7003d6eff56193aa6f2370cafb7f7bf10db243c7 (diff)
downloadnode-new-28998a8cfe92043b27ff573b54258e21123616a4.tar.gz
uv: upgrade to 80e5491
Diffstat (limited to 'deps/uv/uv.gyp')
-rw-r--r--deps/uv/uv.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp
index e202e13bf1..ca90b826c7 100644
--- a/deps/uv/uv.gyp
+++ b/deps/uv/uv.gyp
@@ -109,6 +109,7 @@
'src/win/stream.c',
'src/win/tcp.c',
'src/win/timer.c',
+ 'src/win/udp.c',
'src/win/util.c',
'src/win/winapi.c',
'src/win/winapi.h',
@@ -232,6 +233,9 @@
'test/test-tcp-writealot.c',
'test/test-timer-again.c',
'test/test-timer.c',
+ 'test/test-udp-dgram-too-big.c',
+ 'test/test-udp-ipv6.c',
+ 'test/test-udp-send-and-recv.c',
],
'conditions': [
[ 'OS=="win"', {
@@ -269,6 +273,7 @@
'test/benchmark-pump.c',
'test/benchmark-sizes.c',
'test/benchmark-spawn.c',
+ 'test/benchmark-udp-packet-storm.c',
'test/dns-server.c',
'test/echo-server.c',
'test/run-benchmarks.c',