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

Side by Side Diff: chrome/test/unit/unittests.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/perf/perftests.vcproj ('k') | chrome/tools/profiles/generate_profile.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="unit_tests" 5 Name="unit_tests"
6 ProjectGUID="{ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC}" 6 ProjectGUID="{ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC}"
7 RootNamespace="unit_tests" 7 RootNamespace="unit_tests"
8 > 8 >
9 <Platforms> 9 <Platforms>
10 <Platform 10 <Platform
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 <Tool 49 <Tool
50 Name="VCResourceCompilerTool" 50 Name="VCResourceCompilerTool"
51 AdditionalIncludeDirectories="$(SolutionDir)..;& quot;$(IntDir)&quot;;&quot;$(IntDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(In tDir)\..\&quot;" 51 AdditionalIncludeDirectories="$(SolutionDir)..;& quot;$(IntDir)&quot;;&quot;$(IntDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(In tDir)\..\&quot;"
52 /> 52 />
53 <Tool 53 <Tool
54 Name="VCPreLinkEventTool" 54 Name="VCPreLinkEventTool"
55 /> 55 />
56 <Tool 56 <Tool
57 Name="VCLinkerTool" 57 Name="VCLinkerTool"
58 AdditionalDependencies="winmm.lib" 58 AdditionalDependencies="winmm.lib"
59 LinkIncremental="1"
59 /> 60 />
60 <Tool 61 <Tool
61 Name="VCALinkTool" 62 Name="VCALinkTool"
62 /> 63 />
63 <Tool 64 <Tool
64 Name="VCManifestTool" 65 Name="VCManifestTool"
65 /> 66 />
66 <Tool 67 <Tool
67 Name="VCXDCMakeTool" 68 Name="VCXDCMakeTool"
68 /> 69 />
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 </File> 1001 </File>
1001 <File 1002 <File
1002 RelativePath="..\..\..\googleurl\src\url_util_un ittest.cc" 1003 RelativePath="..\..\..\googleurl\src\url_util_un ittest.cc"
1003 > 1004 >
1004 </File> 1005 </File>
1005 </Filter> 1006 </Filter>
1006 </Files> 1007 </Files>
1007 <Globals> 1008 <Globals>
1008 </Globals> 1009 </Globals>
1009 </VisualStudioProject> 1010 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/test/perf/perftests.vcproj ('k') | chrome/tools/profiles/generate_profile.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698