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

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

Issue 62044: Make the RenderViewHostFactory a global. This prevents us from having to pass... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/browser/browser.cc ('k') | chrome/browser/debugger/debugger_view.cc » ('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="browser" 5 Name="browser"
6 ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}" 6 ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}"
7 RootNamespace="Browser" 7 RootNamespace="Browser"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 2068 matching lines...) Expand 10 before | Expand all | Expand 10 after
2079 </File> 2079 </File>
2080 <File 2080 <File
2081 RelativePath=".\renderer_host\render_view_host.h " 2081 RelativePath=".\renderer_host\render_view_host.h "
2082 > 2082 >
2083 </File> 2083 </File>
2084 <File 2084 <File
2085 RelativePath=".\renderer_host\render_view_host_d elegate.h" 2085 RelativePath=".\renderer_host\render_view_host_d elegate.h"
2086 > 2086 >
2087 </File> 2087 </File>
2088 <File 2088 <File
2089 RelativePath=".\renderer_host\render_view_host_f actory.cc"
2090 >
2091 </File>
2092 <File
2093 RelativePath=".\renderer_host\render_view_host_f actory.h"
2094 >
2095 </File>
2096 <File
2089 RelativePath=".\renderer_host\render_widget_help er.cc" 2097 RelativePath=".\renderer_host\render_widget_help er.cc"
2090 > 2098 >
2091 </File> 2099 </File>
2092 <File 2100 <File
2093 RelativePath=".\renderer_host\render_widget_help er.h" 2101 RelativePath=".\renderer_host\render_widget_help er.h"
2094 > 2102 >
2095 </File> 2103 </File>
2096 <File 2104 <File
2097 RelativePath=".\renderer_host\render_widget_host .cc" 2105 RelativePath=".\renderer_host\render_widget_host .cc"
2098 > 2106 >
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
2579 > 2587 >
2580 </File> 2588 </File>
2581 <File 2589 <File
2582 RelativePath=".\toolbar_model.h" 2590 RelativePath=".\toolbar_model.h"
2583 > 2591 >
2584 </File> 2592 </File>
2585 </Files> 2593 </Files>
2586 <Globals> 2594 <Globals>
2587 </Globals> 2595 </Globals>
2588 </VisualStudioProject> 2596 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/debugger/debugger_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698