diff options
Diffstat (limited to 'deps/uv/uv.gyp')
-rw-r--r-- | deps/uv/uv.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp index 6600a2f51..e32dddd3b 100644 --- a/deps/uv/uv.gyp +++ b/deps/uv/uv.gyp @@ -103,6 +103,7 @@ 'src/win/core.c', 'src/win/error.c', 'src/win/fs.c', + 'src/win/fs-event.c', 'src/win/getaddrinfo.c', 'src/win/handle.c', 'src/win/internal.h', @@ -238,6 +239,7 @@ 'test/test-delayed-accept.c', 'test/test-fail-always.c', 'test/test-fs.c', + 'test/test-fs-event.c', 'test/test-get-currentexe.c', 'test/test-getaddrinfo.c', 'test/test-gethostbyname.c', @@ -334,3 +336,4 @@ ] } + |