| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index 15a4505503c14330db55f7fb032722084e6c6870..2d3d848cb7752fb7f9b34b8b9705c4b8fb86a8a3 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -219,10 +219,11 @@
|
| 'test/mac/mach_errors.h',
|
| 'test/mac/mach_multiprocess.cc',
|
| 'test/mac/mach_multiprocess.h',
|
| - 'test/multiprocess.cc',
|
| 'test/multiprocess.h',
|
| - 'test/multiprocess_exec.cc',
|
| 'test/multiprocess_exec.h',
|
| + 'test/multiprocess_exec_posix.cc',
|
| + 'test/multiprocess_exec_win.cc',
|
| + 'test/multiprocess_posix.cc',
|
| 'test/scoped_temp_dir.cc',
|
| 'test/scoped_temp_dir.h',
|
| 'test/scoped_temp_dir_posix.cc',
|
| @@ -297,7 +298,7 @@
|
| 'test/executable_path_test.cc',
|
| 'test/mac/mach_multiprocess_test.cc',
|
| 'test/multiprocess_exec_test.cc',
|
| - 'test/multiprocess_test.cc',
|
| + 'test/multiprocess_posix_test.cc',
|
| 'test/scoped_temp_dir_test.cc',
|
| ],
|
| 'conditions': [
|
|
|