Index: test/test.gyp |
diff --git a/test/test.gyp b/test/test.gyp |
index aa0d7af6541d3da740e852f765bfdb9f0b279856..2d02287edc87d91c4ae0ed30f2ec5f7adbd86948 100644 |
--- a/test/test.gyp |
+++ b/test/test.gyp |
@@ -51,6 +51,8 @@ |
'scoped_temp_dir.h', |
'scoped_temp_dir_posix.cc', |
'scoped_temp_dir_win.cc', |
+ 'win/win_child_process.cc', |
+ 'win/win_child_process.h', |
'win/win_multiprocess.cc', |
'win/win_multiprocess.h', |
], |
@@ -69,13 +71,6 @@ |
], |
}, |
}], |
- ['OS=="win"', { |
- 'link_settings': { |
- 'libraries': [ |
- '-lshell32.lib', |
- ], |
- }, |
- }], |
], |
}, |
], |