Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(957)

Unified Diff: base/base_lib.scons

Issue 16554: WaitableEvent (Closed)
Patch Set: Addresssing darin's comments (round 2) Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/atomic_ref_count.h ('k') | base/base_unittests.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'):
« no previous file with comments | « base/atomic_ref_count.h ('k') | base/base_unittests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698