diff options
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 42 |
1 files changed, 16 insertions, 26 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 8d6da23..5cc8fe9 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -482,14 +482,6 @@ > </File> <File - RelativePath=".\render_process_host.cc" - > - </File> - <File - RelativePath=".\render_process_host.h" - > - </File> - <File RelativePath=".\render_view_host.cc" > </File> @@ -2044,6 +2036,14 @@ > </File> <File + RelativePath=".\renderer_host\browser_render_process_host.cc" + > + </File> + <File + RelativePath=".\renderer_host\browser_render_process_host.h" + > + </File> + <File RelativePath=".\renderer_host\buffered_resource_handler.cc" > </File> @@ -2076,26 +2076,16 @@ > </File> <File + RelativePath=".\renderer_host\render_process_host.cc" + > + </File> + <File + RelativePath=".\renderer_host\render_process_host.h" + > + </File> + <File RelativePath=".\renderer_host\resource_dispatcher_host.cc" > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)\$(InputName)1.obj" - XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - ObjectFile="$(IntDir)\$(InputName)1.obj" - XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" - /> - </FileConfiguration> </File> <File RelativePath=".\renderer_host\resource_dispatcher_host.h" |