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 | |
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')
-rw-r--r-- | base/build/base.vcproj | 12 | ||||
-rw-r--r-- | base/build/base_unittests.vcproj | 8 |
2 files changed, 0 insertions, 20 deletions
diff --git a/base/build/base.vcproj b/base/build/base.vcproj index ad52b1d..35295b9 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -206,10 +206,6 @@ > </File> <File - RelativePath="..\call_wrapper.h" - > - </File> - <File RelativePath="..\clipboard.h" > </File> @@ -614,14 +610,6 @@ > </File> <File - RelativePath="..\simple_thread.h" - > - </File> - <File - RelativePath="..\simple_thread.cc" - > - </File> - <File RelativePath="..\singleton.h" > </File> 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> |