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

Side by Side Diff: chrome/test/interactive_ui/interactive_ui.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 | « build/debug.vsprops ('k') | chrome/test/perf/perftests.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="interactive_ui_tests" 5 Name="interactive_ui_tests"
6 ProjectGUID="{018D4F38-6272-448F-A864-976DA09F05D0}" 6 ProjectGUID="{018D4F38-6272-448F-A864-976DA09F05D0}"
7 RootNamespace="manual_ui" 7 RootNamespace="manual_ui"
8 > 8 >
9 <Platforms> 9 <Platforms>
10 <Platform 10 <Platform
11 Name="Win32" 11 Name="Win32"
12 /> 12 />
13 </Platforms> 13 </Platforms>
14 <ToolFiles> 14 <ToolFiles>
15 <ToolFile 15 <ToolFile
16 RelativePath="..\..\tools\build\win\version.rules" 16 RelativePath="..\..\tools\build\win\version.rules"
17 /> 17 />
18 </ToolFiles> 18 </ToolFiles>
19 <Configurations> 19 <Configurations>
20 <Configuration 20 <Configuration
21 Name="Debug|Win32" 21 Name="Debug|Win32"
22 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
23 ConfigurationType="1" 22 ConfigurationType="1"
24 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;..\..\tools\build\win\precompiled_wt l.vsprops;..\..\tools\build\win\unit_test.vsprops;$(SolutionDir)..\third_party\l ibpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops; $(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\libxml\bui ld\using_libxml.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vspro ps;$(SolutionDir)..\testing\using_gtest.vsprops;..\..\third_party\hunspell\using _hunspell.vsprops;..\..\installer\util\using_util.vsprops;..\..\..\third_party\n papi\using_npapi.vsprops" 23 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;..\..\tools\build\win\precompiled_wt l.vsprops;..\..\tools\build\win\unit_test.vsprops;$(SolutionDir)..\third_party\l ibpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops; $(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\libxml\bui ld\using_libxml.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vspro ps;$(SolutionDir)..\testing\using_gtest.vsprops;..\..\third_party\hunspell\using _hunspell.vsprops;..\..\installer\util\using_util.vsprops;..\..\..\third_party\n papi\using_npapi.vsprops"
25 > 24 >
26 <Tool 25 <Tool
27 Name="VCPreBuildEventTool" 26 Name="VCPreBuildEventTool"
28 /> 27 />
29 <Tool 28 <Tool
30 Name="VCCustomBuildTool" 29 Name="VCCustomBuildTool"
31 /> 30 />
32 <Tool 31 <Tool
(...skipping 17 matching lines...) Expand all
50 <Tool 49 <Tool
51 Name="VCResourceCompilerTool" 50 Name="VCResourceCompilerTool"
52 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;"
53 /> 52 />
54 <Tool 53 <Tool
55 Name="VCPreLinkEventTool" 54 Name="VCPreLinkEventTool"
56 /> 55 />
57 <Tool 56 <Tool
58 Name="VCLinkerTool" 57 Name="VCLinkerTool"
59 AdditionalDependencies="winmm.lib" 58 AdditionalDependencies="winmm.lib"
59 LinkIncremental="1"
60 /> 60 />
61 <Tool 61 <Tool
62 Name="VCALinkTool" 62 Name="VCALinkTool"
63 /> 63 />
64 <Tool 64 <Tool
65 Name="VCManifestTool" 65 Name="VCManifestTool"
66 /> 66 />
67 <Tool 67 <Tool
68 Name="VCXDCMakeTool" 68 Name="VCXDCMakeTool"
69 /> 69 />
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 > 349 >
350 <File 350 <File
351 RelativePath=".\npapi_interactive_test.cc" 351 RelativePath=".\npapi_interactive_test.cc"
352 > 352 >
353 </File> 353 </File>
354 </Filter> 354 </Filter>
355 </Files> 355 </Files>
356 <Globals> 356 <Globals>
357 </Globals> 357 </Globals>
358 </VisualStudioProject> 358 </VisualStudioProject>
OLDNEW
« no previous file with comments | « build/debug.vsprops ('k') | chrome/test/perf/perftests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698