summaryrefslogtreecommitdiffstats
path: root/base/build
diff options
context:
space:
mode:
authordarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-11 14:35:15 +0000
committerdarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-11 14:35:15 +0000
commitffd830813ff2ad974e5b8596e7053cbfc77511f2 (patch)
treebe43c75d0ca05361ed0905e8062fe5f62a583ae8 /base/build
parent7ce742d8a2434377005763f7b54e4ae844e3e2bd (diff)
downloadchromium_src-ffd830813ff2ad974e5b8596e7053cbfc77511f2.zip
chromium_src-ffd830813ff2ad974e5b8596e7053cbfc77511f2.tar.gz
chromium_src-ffd830813ff2ad974e5b8596e7053cbfc77511f2.tar.bz2
Provide cross-platform implementation of WaitableEvent for use on Mac and Linux.
I gave the file the suffix _generic since it is implemented entirely in terms of other APIs in base. This CL also adds a simple unit test for WaitableEvent, and I switched some code in thread.cc over to using WaitableEvent. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@648 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r--base/build/base_unittests.vcproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj
index 9c56e25..648cd17 100644
--- a/base/build/base_unittests.vcproj
+++ b/base/build/base_unittests.vcproj
@@ -328,6 +328,10 @@
>
</File>
<File
+ RelativePath="..\waitable_event_unittest.cc"
+ >
+ </File>
+ <File
RelativePath="..\watchdog_test.cc"
>
</File>