| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index ac7fc477339fcc07e013e3a29c897a8cdee838b2..f432267df41cefe4caa5c5b0e0ff351645dc7df0 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -224,9 +224,6 @@
|
| 'sources': [
|
| 'test/errors.cc',
|
| 'test/errors.h',
|
| - 'test/executable_path.h',
|
| - 'test/executable_path_mac.cc',
|
| - 'test/executable_path_win.cc',
|
| 'test/mac/dyld.h',
|
| 'test/mac/mach_errors.cc',
|
| 'test/mac/mach_errors.h',
|
| @@ -237,6 +234,10 @@
|
| 'test/multiprocess_exec_posix.cc',
|
| 'test/multiprocess_exec_win.cc',
|
| 'test/multiprocess_posix.cc',
|
| + 'test/paths.cc',
|
| + 'test/paths.h',
|
| + 'test/paths_mac.cc',
|
| + 'test/paths_win.cc',
|
| 'test/scoped_temp_dir.cc',
|
| 'test/scoped_temp_dir.h',
|
| 'test/scoped_temp_dir_posix.cc',
|
| @@ -308,10 +309,10 @@
|
| 'stdlib/strlcpy_test.cc',
|
| 'stdlib/strnlen_test.cc',
|
| 'synchronization/semaphore_test.cc',
|
| - 'test/executable_path_test.cc',
|
| 'test/mac/mach_multiprocess_test.cc',
|
| 'test/multiprocess_exec_test.cc',
|
| 'test/multiprocess_posix_test.cc',
|
| + 'test/paths_test.cc',
|
| 'test/scoped_temp_dir_test.cc',
|
| 'win/process_info_test.cc',
|
| 'win/time_test.cc',
|
|
|