diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-28 20:49:35 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-28 20:49:35 +0000 |
commit | 4a251111c2d7754fb99f49e1c7da01dc2813d05f (patch) | |
tree | 75168f66fb01c306baa5be1210354b55eaf6d303 /base/build | |
parent | 6a9a660a03de66f8ed1e2d75ea56efcde9ad6d74 (diff) | |
download | chromium_src-4a251111c2d7754fb99f49e1c7da01dc2813d05f.zip chromium_src-4a251111c2d7754fb99f49e1c7da01dc2813d05f.tar.gz chromium_src-4a251111c2d7754fb99f49e1c7da01dc2813d05f.tar.bz2 |
Add ScopedTempDir - a class that manages the lifetime of a temporary directory.
Review URL: http://codereview.chromium.org/19411
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8824 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 cb41422..ae9ba94 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -726,6 +726,14 @@ > </File> <File + RelativePath="..\scoped_temp_dir.cc" + > + </File> + <File + RelativePath="..\scoped_temp_dir.h" + > + </File> + <File RelativePath="..\sha2.cc" > </File> diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj index 22df2c8..7d80df8 100644 --- a/base/build/base_unittests.vcproj +++ b/base/build/base_unittests.vcproj @@ -296,6 +296,10 @@ > </File> <File + RelativePath="..\scoped_temp_dir_unittest.cc" + > + </File> + <File RelativePath="..\sha2_unittest.cc" > </File> |