Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: base/build/base.vcproj

Issue 19411: Add ScopedTempDir - a class that manages the lifetime of a temporary director... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « base/base_lib.scons ('k') | base/build/base_unittests.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="base" 5 Name="base"
6 ProjectGUID="{1832A374-8A74-4F9E-B536-69A699B3E165}" 6 ProjectGUID="{1832A374-8A74-4F9E-B536-69A699B3E165}"
7 RootNamespace="base" 7 RootNamespace="base"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 </File> 711 </File>
712 <File 712 <File
713 RelativePath="..\scoped_nsautorelease_pool.h" 713 RelativePath="..\scoped_nsautorelease_pool.h"
714 > 714 >
715 </File> 715 </File>
716 <File 716 <File
717 RelativePath="..\scoped_ptr.h" 717 RelativePath="..\scoped_ptr.h"
718 > 718 >
719 </File> 719 </File>
720 <File 720 <File
721 RelativePath="..\scoped_temp_dir.cc"
722 >
723 </File>
724 <File
725 RelativePath="..\scoped_temp_dir.h"
726 >
727 </File>
728 <File
721 RelativePath="..\sha2.cc" 729 RelativePath="..\sha2.cc"
722 > 730 >
723 </File> 731 </File>
724 <File 732 <File
725 RelativePath="..\sha2.h" 733 RelativePath="..\sha2.h"
726 > 734 >
727 </File> 735 </File>
728 <File 736 <File
729 RelativePath="..\third_party\nss\sha256.h" 737 RelativePath="..\third_party\nss\sha256.h"
730 > 738 >
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 > 1014 >
1007 </File> 1015 </File>
1008 <File 1016 <File
1009 RelativePath="..\worker_pool.h" 1017 RelativePath="..\worker_pool.h"
1010 > 1018 >
1011 </File> 1019 </File>
1012 </Files> 1020 </Files>
1013 <Globals> 1021 <Globals>
1014 </Globals> 1022 </Globals>
1015 </VisualStudioProject> 1023 </VisualStudioProject>
OLDNEW
« no previous file with comments | « base/base_lib.scons ('k') | base/build/base_unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698