| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index 70a55af1371c0d81af612ad11c66ae253a2ab848..e94377cf703fb54dab3b46500b69f11784f60bc5 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -135,6 +135,8 @@
|
| 'synchronization/semaphore_posix.cc',
|
| 'synchronization/semaphore_win.cc',
|
| 'synchronization/semaphore.h',
|
| + 'thread/thread_log_messages.cc',
|
| + 'thread/thread_log_messages.h',
|
| 'win/process_info.cc',
|
| 'win/process_info.h',
|
| 'win/process_structs.h',
|
| @@ -327,6 +329,7 @@
|
| 'test/multiprocess_posix_test.cc',
|
| 'test/paths_test.cc',
|
| 'test/scoped_temp_dir_test.cc',
|
| + 'thread/thread_log_messages_test.cc',
|
| 'win/process_info_test.cc',
|
| 'win/time_test.cc',
|
| ],
|
|
|