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

Side by Side Diff: chrome/plugin/plugin.vcproj

Issue 20378: Reduce the amount of included header files. Vast change like in "Oh God! This... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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
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="plugin" 5 Name="plugin"
6 ProjectGUID="{20A560A0-2CD0-4D9E-A58B-1F24B99C087A}" 6 ProjectGUID="{20A560A0-2CD0-4D9E-A58B-1F24B99C087A}"
7 RootNamespace="plugin" 7 RootNamespace="plugin"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 RelativePath="..\tools\build\win\precompiled.cc" 197 RelativePath="..\tools\build\win\precompiled.cc"
198 > 198 >
199 <FileConfiguration 199 <FileConfiguration
200 Name="Debug|Win32" 200 Name="Debug|Win32"
201 > 201 >
202 <Tool 202 <Tool
203 Name="VCCLCompilerTool" 203 Name="VCCLCompilerTool"
204 UsePrecompiledHeader="1" 204 UsePrecompiledHeader="1"
205 /> 205 />
206 </FileConfiguration> 206 </FileConfiguration>
207 <FileConfiguration
208 Name="Release|Win32"
209 ExcludedFromBuild="true"
210 >
211 <Tool
212 Name="VCCLCompilerTool"
213 />
214 </FileConfiguration>
207 </File> 215 </File>
208 <File 216 <File
209 RelativePath="..\tools\build\win\precompiled.h" 217 RelativePath="..\tools\build\win\precompiled.h"
210 > 218 >
211 </File> 219 </File>
212 <File 220 <File
213 RelativePath=".\webplugin_delegate_stub.cc" 221 RelativePath=".\webplugin_delegate_stub.cc"
214 > 222 >
215 </File> 223 </File>
216 <File 224 <File
217 RelativePath=".\webplugin_delegate_stub.h" 225 RelativePath=".\webplugin_delegate_stub.h"
218 > 226 >
219 </File> 227 </File>
220 <File 228 <File
221 RelativePath=".\webplugin_proxy.cc" 229 RelativePath=".\webplugin_proxy.cc"
222 > 230 >
223 </File> 231 </File>
224 <File 232 <File
225 RelativePath=".\webplugin_proxy.h" 233 RelativePath=".\webplugin_proxy.h"
226 > 234 >
227 </File> 235 </File>
228 </Files> 236 </Files>
229 <Globals> 237 <Globals>
230 </Globals> 238 </Globals>
231 </VisualStudioProject> 239 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698