diff options
author | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-22 18:39:02 +0000 |
---|---|---|
committer | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-22 18:39:02 +0000 |
commit | 0178b9dc6ccfdb5d8cb533e76a9e80510aa4daec (patch) | |
tree | fd59749dedbf9935d7ece6d48fe04ed7496afbd5 /base/build/base_unittests.vcproj | |
parent | 8520bbc61b58da359898aeec9fd8715aee1e3625 (diff) | |
download | chromium_src-0178b9dc6ccfdb5d8cb533e76a9e80510aa4daec.zip chromium_src-0178b9dc6ccfdb5d8cb533e76a9e80510aa4daec.tar.gz chromium_src-0178b9dc6ccfdb5d8cb533e76a9e80510aa4daec.tar.bz2 |
Remove CallWrapper and SimpleThread. They overlap too closely with the message loop variants Thread and Task.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1230 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build/base_unittests.vcproj')
-rw-r--r-- | base/build/base_unittests.vcproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj index 29997f4..fa32036 100644 --- a/base/build/base_unittests.vcproj +++ b/base/build/base_unittests.vcproj @@ -168,10 +168,6 @@ > </File> <File - RelativePath="..\call_wrapper_unittest.cc" - > - </File> - <File RelativePath="..\clipboard_unittest.cc" > </File> @@ -268,10 +264,6 @@ > </File> <File - RelativePath="..\simple_thread_unittest.cc" - > - </File> - <File RelativePath="..\singleton_unittest.cc" > </File> |