diff options
author | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-02 08:28:37 +0000 |
---|---|---|
committer | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-02 08:28:37 +0000 |
commit | 5f6eee53a4ba6995b68a8ec6f22d3281529060c8 (patch) | |
tree | 1464c7ca7fdaaa3b7f387da90db9667988c1f25d /base/build | |
parent | 38f70a3e2ade7049c09831ed8f5b8ea90d9e68d6 (diff) | |
download | chromium_src-5f6eee53a4ba6995b68a8ec6f22d3281529060c8.zip chromium_src-5f6eee53a4ba6995b68a8ec6f22d3281529060c8.tar.gz chromium_src-5f6eee53a4ba6995b68a8ec6f22d3281529060c8.tar.bz2 |
Cleanup some Windows TimeTicks functions. Move TickTicks::Now and TicksTicks::UnreliableHighResNow to Singletons, which cleans up the code and removes some possible unsafe cross-thread access.
Move the Windows-specific rollover tests to time_unittests_win.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1633 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base_unittests.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj index 4ffb11b..0c22754 100644 --- a/base/build/base_unittests.vcproj +++ b/base/build/base_unittests.vcproj @@ -320,6 +320,10 @@ > </File> <File + RelativePath="..\time_unittest_win.cc" + > + </File> + <File RelativePath="..\timer_unittest.cc" > </File> |