diff options
author | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-29 07:54:54 +0000 |
---|---|---|
committer | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-29 07:54:54 +0000 |
commit | 8a2cebb5dc1393c74c1921852369cc45e291914e (patch) | |
tree | fd6bf76b0f7d6b3469873adb2983bb9fdb80451c /base/build | |
parent | 7a8475c6da19434a3bae6783279fd9e9ad79fc47 (diff) | |
download | chromium_src-8a2cebb5dc1393c74c1921852369cc45e291914e.zip chromium_src-8a2cebb5dc1393c74c1921852369cc45e291914e.tar.gz chromium_src-8a2cebb5dc1393c74c1921852369cc45e291914e.tar.bz2 |
Bring back SimpleThread, but with a Delegate interface.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1519 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base.vcproj | 8 | ||||
-rw-r--r-- | base/build/base_unittests.vcproj | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/base/build/base.vcproj b/base/build/base.vcproj index a0e0890..9d2b459 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -614,6 +614,14 @@ > </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 53da8e1..caf59c1 100644 --- a/base/build/base_unittests.vcproj +++ b/base/build/base_unittests.vcproj @@ -268,6 +268,10 @@ > </File> <File + RelativePath="..\simple_thread_unittest.cc" + > + </File> + <File RelativePath="..\singleton_unittest.cc" > </File> |