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

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

Issue 1608: Create a LazyInstance abstraction. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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
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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 </File> 363 </File>
364 <File 364 <File
365 RelativePath="..\json_writer.cc" 365 RelativePath="..\json_writer.cc"
366 > 366 >
367 </File> 367 </File>
368 <File 368 <File
369 RelativePath="..\json_writer.h" 369 RelativePath="..\json_writer.h"
370 > 370 >
371 </File> 371 </File>
372 <File 372 <File
373 RelativePath="..\lazy_instance.cc"
374 >
375 </File>
376 <File
377 RelativePath="..\lazy_instance.h"
378 >
379 </File>
380 <File
373 RelativePath="..\linked_ptr.h" 381 RelativePath="..\linked_ptr.h"
374 > 382 >
375 </File> 383 </File>
376 <File 384 <File
377 RelativePath="..\lock.cc" 385 RelativePath="..\lock.cc"
378 > 386 >
379 </File> 387 </File>
380 <File 388 <File
381 RelativePath="..\lock.h" 389 RelativePath="..\lock.h"
382 > 390 >
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 > 842 >
835 </File> 843 </File>
836 <File 844 <File
837 RelativePath="..\worker_pool.h" 845 RelativePath="..\worker_pool.h"
838 > 846 >
839 </File> 847 </File>
840 </Files> 848 </Files>
841 <Globals> 849 <Globals>
842 </Globals> 850 </Globals>
843 </VisualStudioProject> 851 </VisualStudioProject>
OLDNEW
« no previous file with comments | « base/SConscript ('k') | base/build/base_unittests.vcproj » ('j') | base/lazy_instance.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698