| Index: base/base_lib.scons
|
| diff --git a/base/base_lib.scons b/base/base_lib.scons
|
| index 65081dde0124cb1655171e978c75473c30ff03dd..ab517ccc91250ced36ccdc67388d276a3661a471 100644
|
| --- a/base/base_lib.scons
|
| +++ b/base/base_lib.scons
|
| @@ -317,6 +317,7 @@ if not env.Bit('windows'):
|
| 'third_party/purify/pure_api.c',
|
| 'time_win.cc',
|
| 'waitable_event_win.cc',
|
| + 'waitable_event_watcher_win.cc',
|
| 'win_util.cc',
|
| 'wmi_util.cc',
|
| 'worker_pool.cc',
|
| @@ -340,7 +341,8 @@ if env.Bit('posix'):
|
| 'thread_local_storage_posix.cc',
|
| 'thread_local_posix.cc',
|
| 'time_posix.cc',
|
| - 'waitable_event_generic.cc',
|
| + 'waitable_event_posix.cc',
|
| + 'waitable_event_watcher_posix.cc',
|
| ])
|
|
|
| if env.Bit('mac'):
|
|
|