| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index e1bb129994c3f831f9fd38ef63d47dee28570d3b..3bfa2585ba9945f61ca336a9a8a82300e65c14b6 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -139,8 +139,12 @@
|
| 'synchronization/semaphore_posix.cc',
|
| 'synchronization/semaphore_win.cc',
|
| 'synchronization/semaphore.h',
|
| + 'thread/thread.cc',
|
| + 'thread/thread.h',
|
| 'thread/thread_log_messages.cc',
|
| 'thread/thread_log_messages.h',
|
| + 'thread/thread_posix.cc',
|
| + 'thread/thread_win.cc',
|
| 'win/address_types.h',
|
| 'win/checked_win_address_range.h',
|
| 'win/process_info.cc',
|
|
|