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

Side by Side Diff: chrome/test/perf/perftests.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/interactive_ui/interactive_ui.vcproj ('k') | chrome/test/unit/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="perf_tests" 5 Name="perf_tests"
6 ProjectGUID="{9055E088-25C6-47FD-87D5-D9DD9FD75C9F}" 6 ProjectGUID="{9055E088-25C6-47FD-87D5-D9DD9FD75C9F}"
7 RootNamespace="perf_tests" 7 RootNamespace="perf_tests"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 /> 44 />
45 <Tool 45 <Tool
46 Name="VCResourceCompilerTool" 46 Name="VCResourceCompilerTool"
47 /> 47 />
48 <Tool 48 <Tool
49 Name="VCPreLinkEventTool" 49 Name="VCPreLinkEventTool"
50 /> 50 />
51 <Tool 51 <Tool
52 Name="VCLinkerTool" 52 Name="VCLinkerTool"
53 AdditionalDependencies="shlwapi.lib rpcrt4.lib w inmm.lib" 53 AdditionalDependencies="shlwapi.lib rpcrt4.lib w inmm.lib"
54 LinkIncremental="1"
54 SubSystem="1" 55 SubSystem="1"
55 /> 56 />
56 <Tool 57 <Tool
57 Name="VCALinkTool" 58 Name="VCALinkTool"
58 /> 59 />
59 <Tool 60 <Tool
60 Name="VCManifestTool" 61 Name="VCManifestTool"
61 /> 62 />
62 <Tool 63 <Tool
63 Name="VCXDCMakeTool" 64 Name="VCXDCMakeTool"
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 > 191 >
191 <File 192 <File
192 RelativePath="..\..\browser\safe_browsing\databa se_perftest.cc" 193 RelativePath="..\..\browser\safe_browsing\databa se_perftest.cc"
193 > 194 >
194 </File> 195 </File>
195 </Filter> 196 </Filter>
196 </Files> 197 </Files>
197 <Globals> 198 <Globals>
198 </Globals> 199 </Globals>
199 </VisualStudioProject> 200 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/test/interactive_ui/interactive_ui.vcproj ('k') | chrome/test/unit/unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698