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

Side by Side Diff: chrome/app/chrome_dll.vcproj

Issue 126103: Wean activex_shim from urlmon.lib:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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 | « no previous file | 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="chrome_dll" 5 Name="chrome_dll"
6 ProjectGUID="{C0A7EE2C-2A6D-45BE-BA78-6D006FDF52D9}" 6 ProjectGUID="{C0A7EE2C-2A6D-45BE-BA78-6D006FDF52D9}"
7 RootNamespace="chrome_dll" 7 RootNamespace="chrome_dll"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 Name="VCManagedResourceCompilerTool" 49 Name="VCManagedResourceCompilerTool"
50 /> 50 />
51 <Tool 51 <Tool
52 Name="VCResourceCompilerTool" 52 Name="VCResourceCompilerTool"
53 /> 53 />
54 <Tool 54 <Tool
55 Name="VCPreLinkEventTool" 55 Name="VCPreLinkEventTool"
56 /> 56 />
57 <Tool 57 <Tool
58 Name="VCLinkerTool" 58 Name="VCLinkerTool"
59 » » » » AdditionalDependencies="$(OutDir)\obj\global_int ermediate\tcmalloc\libcmt.lib" 59 » » » » AdditionalDependencies="urlmon.lib $(OutDir)\obj \global_intermediate\tcmalloc\libcmt.lib"
60 OutputFile="$(IntDir)\chrome.dll" 60 OutputFile="$(IntDir)\chrome.dll"
61 LinkIncremental="1" 61 LinkIncremental="1"
62 IgnoreDefaultLibraryNames="libcmtd.lib" 62 IgnoreDefaultLibraryNames="libcmtd.lib"
63 ImportLibrary="$(OutDir)\lib\$(ProjectName).lib" 63 ImportLibrary="$(OutDir)\lib\$(ProjectName).lib"
64 /> 64 />
65 <Tool 65 <Tool
66 Name="VCALinkTool" 66 Name="VCALinkTool"
67 /> 67 />
68 <Tool 68 <Tool
69 Name="VCManifestTool" 69 Name="VCManifestTool"
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 Name="VCManagedResourceCompilerTool" 119 Name="VCManagedResourceCompilerTool"
120 /> 120 />
121 <Tool 121 <Tool
122 Name="VCResourceCompilerTool" 122 Name="VCResourceCompilerTool"
123 /> 123 />
124 <Tool 124 <Tool
125 Name="VCPreLinkEventTool" 125 Name="VCPreLinkEventTool"
126 /> 126 />
127 <Tool 127 <Tool
128 Name="VCLinkerTool" 128 Name="VCLinkerTool"
129 » » » » AdditionalDependencies="$(OutDir)\obj\global_int ermediate\tcmalloc\libcmt.lib" 129 » » » » AdditionalDependencies="urlmon.lib $(OutDir)\obj \global_intermediate\tcmalloc\libcmt.lib"
130 OutputFile="$(OutDir)\chrome.dll" 130 OutputFile="$(OutDir)\chrome.dll"
131 IgnoreDefaultLibraryNames="libcmt.lib" 131 IgnoreDefaultLibraryNames="libcmt.lib"
132 ImportLibrary="$(OutDir)\lib\$(ProjectName).lib" 132 ImportLibrary="$(OutDir)\lib\$(ProjectName).lib"
133 /> 133 />
134 <Tool 134 <Tool
135 Name="VCALinkTool" 135 Name="VCALinkTool"
136 /> 136 />
137 <Tool 137 <Tool
138 Name="VCManifestTool" 138 Name="VCManifestTool"
139 AdditionalManifestFiles="$(SolutionDir)\app\chro me.dll.manifest" 139 AdditionalManifestFiles="$(SolutionDir)\app\chro me.dll.manifest"
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 </File> 243 </File>
244 </Filter> 244 </Filter>
245 <File 245 <File
246 RelativePath=".\chrome_dll_main.cc" 246 RelativePath=".\chrome_dll_main.cc"
247 > 247 >
248 </File> 248 </File>
249 </Files> 249 </Files>
250 <Globals> 250 <Globals>
251 </Globals> 251 </Globals>
252 </VisualStudioProject> 252 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | chrome/test/unit/unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698