diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-25 20:33:42 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-25 20:33:42 +0000 |
commit | 89836e2574a390828deb9bf86f0d169f7aacfd39 (patch) | |
tree | d41fc75cbd5d348051cf66fe12a2bf0c8f9987d4 /base/build | |
parent | 1a8f5d1d016723fb1fcc49b1fc5290fa1b7f2706 (diff) | |
download | chromium_src-89836e2574a390828deb9bf86f0d169f7aacfd39.zip chromium_src-89836e2574a390828deb9bf86f0d169f7aacfd39.tar.gz chromium_src-89836e2574a390828deb9bf86f0d169f7aacfd39.tar.bz2 |
Provide autorelease pool management on the Mac in all types of message pumps.
Fix a few unit tests to use autorelease pools as needed.
Review URL: http://codereview.chromium.org/3805
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2603 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/build/base.vcproj b/base/build/base.vcproj index c80e372..c188a0f 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -594,6 +594,10 @@ > </File> <File + RelativePath="..\scoped_nsautorelease_pool.h" + > + </File> + <File RelativePath="..\scoped_ptr.h" > </File> |