| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index 5a54a683205b12598011fc0b3eadb038ea790bd5..86d13f77c87ee0c10d95f581e4c7b93f5ce863ca 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -211,10 +211,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',
|
| @@ -289,7 +290,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': [
|
| @@ -300,6 +301,12 @@
|
| ],
|
| },
|
| }],
|
| + ['OS=="win"', {
|
| + 'sources!': [
|
| + # TODO(scottmg): Temporarily excluded during Windows bring up.
|
| + 'net/http_transport_test.cc',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|