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

Unified Diff: util/util.gyp

Issue 909263002: Add Semaphore::TimedWait() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 10 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
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 2d3d848cb7752fb7f9b34b8b9705c4b8fb86a8a3..adea50661218ded08ef0129d1cd0d1415c3c82cc 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -121,7 +121,9 @@
'stdlib/strlcpy.h',
'stdlib/strnlen.cc',
'stdlib/strnlen.h',
- 'synchronization/semaphore.cc',
+ 'synchronization/semaphore_mac.cc',
+ 'synchronization/semaphore_posix.cc',
+ 'synchronization/semaphore_win.cc',
'synchronization/semaphore.h',
'win/scoped_handle.cc',
'win/scoped_handle.h',
« util/synchronization/semaphore_posix.cc ('K') | « util/synchronization/semaphore_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698