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

Side by Side Diff: chrome/tools/profiles/generate_profile.vcproj

Issue 42016: Reenable incremental linking for most projects except the largest ones. Will ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | « chrome/test/unit/unittests.vcproj ('k') | no next file » | 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="generate_profile" 5 Name="generate_profile"
6 ProjectGUID="{2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357}" 6 ProjectGUID="{2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357}"
7 RootNamespace="generate_profile" 7 RootNamespace="generate_profile"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 /> 45 />
46 <Tool 46 <Tool
47 Name="VCResourceCompilerTool" 47 Name="VCResourceCompilerTool"
48 /> 48 />
49 <Tool 49 <Tool
50 Name="VCPreLinkEventTool" 50 Name="VCPreLinkEventTool"
51 /> 51 />
52 <Tool 52 <Tool
53 Name="VCLinkerTool" 53 Name="VCLinkerTool"
54 AdditionalDependencies="shlwapi.lib rpcrt4.lib w inmm.lib" 54 AdditionalDependencies="shlwapi.lib rpcrt4.lib w inmm.lib"
55 LinkIncremental="1"
55 SubSystem="1" 56 SubSystem="1"
56 /> 57 />
57 <Tool 58 <Tool
58 Name="VCALinkTool" 59 Name="VCALinkTool"
59 /> 60 />
60 <Tool 61 <Tool
61 Name="VCManifestTool" 62 Name="VCManifestTool"
62 /> 63 />
63 <Tool 64 <Tool
64 Name="VCXDCMakeTool" 65 Name="VCXDCMakeTool"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 > 153 >
153 </File> 154 </File>
154 <File 155 <File
155 RelativePath=".\thumbnail-inl.h" 156 RelativePath=".\thumbnail-inl.h"
156 > 157 >
157 </File> 158 </File>
158 </Files> 159 </Files>
159 <Globals> 160 <Globals>
160 </Globals> 161 </Globals>
161 </VisualStudioProject> 162 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/test/unit/unittests.vcproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698