diff options
author | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-26 10:54:21 +0000 |
---|---|---|
committer | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-26 10:54:21 +0000 |
commit | 224e009843c1a1996a05c35ff527f83d9ccd9445 (patch) | |
tree | 8b9eb08de0de6aae52dd04b885ba3e6f164f3f97 /base/build | |
parent | ccd0e110a34b9f7c6d5766a9cf7ea00e99027bac (diff) | |
download | chromium_src-224e009843c1a1996a05c35ff527f83d9ccd9445.zip chromium_src-224e009843c1a1996a05c35ff527f83d9ccd9445.tar.gz chromium_src-224e009843c1a1996a05c35ff527f83d9ccd9445.tar.bz2 |
Move unittests that had a _test filename to _unittest. Update some missing tests in the SCons build.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1375 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base_unittests.vcproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj index 8eb9a94..cb3d1ef 100644 --- a/base/build/base_unittests.vcproj +++ b/base/build/base_unittests.vcproj @@ -176,7 +176,7 @@ > </File> <File - RelativePath="..\condition_variable_test.cc" + RelativePath="..\condition_variable_unittest.cc" > </File> <File @@ -188,7 +188,7 @@ > </File> <File - RelativePath="..\histogram_test.cc" + RelativePath="..\histogram_unittest.cc" > </File> <File @@ -236,7 +236,7 @@ > </File> <File - RelativePath="..\pr_time_test.cc" + RelativePath="..\pr_time_unittest.cc" > </File> <File @@ -316,7 +316,7 @@ > </File> <File - RelativePath="..\tracked_objects_test.cc" + RelativePath="..\tracked_objects_unittest.cc" > </File> <File @@ -332,7 +332,7 @@ > </File> <File - RelativePath="..\watchdog_test.cc" + RelativePath="..\watchdog_unittest.cc" > </File> <File |