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

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

Issue 4079: Porting refactoring changes:... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 2 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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 </File> 551 </File>
552 <File 552 <File
553 RelativePath="..\third_party\purify\pure.h" 553 RelativePath="..\third_party\purify\pure.h"
554 > 554 >
555 </File> 555 </File>
556 <File 556 <File
557 RelativePath="..\third_party\purify\pure_api.c" 557 RelativePath="..\third_party\purify\pure_api.c"
558 > 558 >
559 </File> 559 </File>
560 <File 560 <File
561 RelativePath=".\rand_util.cc"
Mark Mentovai 2008/09/29 22:20:05 These need to be ..\whatever.
562 >
563 </File>
564 <File
565 RelativePath=".\rand_util_win.cc"
Mark Mentovai 2008/09/29 22:20:05 Should follow rand_util.h. (The VS IDE sorts thes
566 >
567 </File>
568 <File
569 RelativePath=".\rand_util.h"
570 >
571 </File>
572 <File
561 RelativePath="..\ref_counted.cc" 573 RelativePath="..\ref_counted.cc"
562 > 574 >
563 </File> 575 </File>
564 <File 576 <File
565 RelativePath="..\ref_counted.h" 577 RelativePath="..\ref_counted.h"
566 > 578 >
567 </File> 579 </File>
568 <File 580 <File
569 RelativePath="..\registry.cc" 581 RelativePath="..\registry.cc"
570 > 582 >
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 > 870 >
859 </File> 871 </File>
860 <File 872 <File
861 RelativePath="..\worker_pool.h" 873 RelativePath="..\worker_pool.h"
862 > 874 >
863 </File> 875 </File>
864 </Files> 876 </Files>
865 <Globals> 877 <Globals>
866 </Globals> 878 </Globals>
867 </VisualStudioProject> 879 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698