summaryrefslogtreecommitdiff
path: root/deps/uv/uv.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/uv.gyp')
-rw-r--r--deps/uv/uv.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp
index 47f876706..964933d51 100644
--- a/deps/uv/uv.gyp
+++ b/deps/uv/uv.gyp
@@ -142,6 +142,7 @@
'src/win/fs-event.c',
'src/win/getaddrinfo.c',
'src/win/handle.c',
+ 'src/win/handle-inl.h',
'src/win/internal.h',
'src/win/loop-watcher.c',
'src/win/pipe.c',
@@ -149,7 +150,9 @@
'src/win/poll.c',
'src/win/process.c',
'src/win/req.c',
+ 'src/win/req-inl.h',
'src/win/stream.c',
+ 'src/win/stream-inl.h',
'src/win/tcp.c',
'src/win/tty.c',
'src/win/threadpool.c',
@@ -327,9 +330,11 @@
'test/test-pipe-connect-error.c',
'test/test-platform-output.c',
'test/test-poll.c',
+ 'test/test-poll-close.c',
'test/test-process-title.c',
'test/test-ref.c',
'test/test-run-once.c',
+ 'test/test-semaphore.c',
'test/test-shutdown-close.c',
'test/test-shutdown-eof.c',
'test/test-spawn.c',
@@ -337,6 +342,8 @@
'test/test-tcp-bind-error.c',
'test/test-tcp-bind6-error.c',
'test/test-tcp-close.c',
+ 'test/test-tcp-connect-error-after-write.c',
+ 'test/test-tcp-shutdown-after-write.c',
'test/test-tcp-flags.c',
'test/test-tcp-connect-error.c',
'test/test-tcp-connect-timeout.c',