summaryrefslogtreecommitdiffstats
path: root/base/build
diff options
context:
space:
mode:
authordarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-09 03:27:08 +0000
committerdarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-09 03:27:08 +0000
commit0a646946bcb2d40e003494ad32721d333f47382b (patch)
tree22dab319734c75f0c8e3a6d8accbdeca1f2f36ed /base/build
parent8687244a01e4333ed0edb429bdefbf88f83e965b (diff)
downloadchromium_src-0a646946bcb2d40e003494ad32721d333f47382b.zip
chromium_src-0a646946bcb2d40e003494ad32721d333f47382b.tar.gz
chromium_src-0a646946bcb2d40e003494ad32721d333f47382b.tar.bz2
A basic wrapper for a windows event object that encapsulates the way we often use windows events. This API is not meant to be compatible with ObjectWatcher or MessageLoop::WatchObject. This API is meant to be easily ported to Mac & Linux using a traditional mutex and condition variable pairing.
There's nothing to test here since the implementation is such a thin wrapper around Win32 APIs. However, once we go off to implement a posix version, we'll need some tests. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@620 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r--base/build/base.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/base/build/base.vcproj b/base/build/base.vcproj
index 3e2cd15..9a732b0 100644
--- a/base/build/base.vcproj
+++ b/base/build/base.vcproj
@@ -730,6 +730,14 @@
>
</File>
<File
+ RelativePath="..\waitable_event.h"
+ >
+ </File>
+ <File
+ RelativePath="..\waitable_event_win.cc"
+ >
+ </File>
+ <File
RelativePath="..\watchdog.cc"
>
</File>