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.gyp5
1 files changed, 4 insertions, 1 deletions
diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp
index 96fb801a77..46606c5bda 100644
--- a/deps/uv/uv.gyp
+++ b/deps/uv/uv.gyp
@@ -78,6 +78,7 @@
'src/inet.c',
'src/queue.h',
'src/threadpool.c',
+ 'src/uv-data-getter-setters.c',
'src/uv-common.c',
'src/uv-common.h',
'src/version.c'
@@ -339,7 +340,6 @@
['OS=="zos"', {
'sources': [
'src/unix/pthread-fixes.c',
- 'src/unix/no-fsevents.c',
'src/unix/os390.c',
'src/unix/os390-syscalls.c'
]
@@ -366,6 +366,7 @@
'test/test-callback-order.c',
'test/test-close-fd.c',
'test/test-close-order.c',
+ 'test/test-connect-unspecified.c',
'test/test-connection-fail.c',
'test/test-cwd-and-chdir.c',
'test/test-default-loop-close.c',
@@ -380,6 +381,7 @@
'test/test-fs.c',
'test/test-fs-copyfile.c',
'test/test-fs-event.c',
+ 'test/test-getters-setters.c',
'test/test-get-currentexe.c',
'test/test-get-memory.c',
'test/test-get-passwd.c',
@@ -425,6 +427,7 @@
'test/test-poll-closesocket.c',
'test/test-poll-oob.c',
'test/test-process-title.c',
+ 'test/test-process-title-threadsafe.c',
'test/test-queue-foreach-delete.c',
'test/test-ref.c',
'test/test-run-nowait.c',