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

Side by Side Diff: base/build/base_unittests.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/build/base.vcproj ('k') | base/scoped_temp_dir.h » ('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_unittests" 5 Name="base_unittests"
6 ProjectGUID="{27A30967-4BBA-48D1-8522-CDE95F7B1CEC}" 6 ProjectGUID="{27A30967-4BBA-48D1-8522-CDE95F7B1CEC}"
7 RootNamespace="base_unittests" 7 RootNamespace="base_unittests"
8 > 8 >
9 <Platforms> 9 <Platforms>
10 <Platform 10 <Platform
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 </File> 289 </File>
290 <File 290 <File
291 RelativePath="..\scoped_comptr_win_unittest.cc" 291 RelativePath="..\scoped_comptr_win_unittest.cc"
292 > 292 >
293 </File> 293 </File>
294 <File 294 <File
295 RelativePath="..\scoped_ptr_unittest.cc" 295 RelativePath="..\scoped_ptr_unittest.cc"
296 > 296 >
297 </File> 297 </File>
298 <File 298 <File
299 RelativePath="..\scoped_temp_dir_unittest.cc"
300 >
301 </File>
302 <File
299 RelativePath="..\sha2_unittest.cc" 303 RelativePath="..\sha2_unittest.cc"
300 > 304 >
301 </File> 305 </File>
302 <File 306 <File
303 RelativePath="..\shared_memory_unittest.cc" 307 RelativePath="..\shared_memory_unittest.cc"
304 > 308 >
305 </File> 309 </File>
306 <File 310 <File
307 RelativePath="..\simple_thread_unittest.cc" 311 RelativePath="..\simple_thread_unittest.cc"
308 > 312 >
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 </File> 421 </File>
418 <File 422 <File
419 RelativePath="..\gfx\png_codec_unittest.cc" 423 RelativePath="..\gfx\png_codec_unittest.cc"
420 > 424 >
421 </File> 425 </File>
422 </Filter> 426 </Filter>
423 </Files> 427 </Files>
424 <Globals> 428 <Globals>
425 </Globals> 429 </Globals>
426 </VisualStudioProject> 430 </VisualStudioProject>
OLDNEW
« no previous file with comments | « base/build/base.vcproj ('k') | base/scoped_temp_dir.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698