diff options
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 102 |
1 files changed, 78 insertions, 24 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 5cc8fe9..583d4b4 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -570,30 +570,6 @@ > </File> <File - RelativePath=".\url_fetcher.cc" - > - </File> - <File - RelativePath=".\url_fetcher.h" - > - </File> - <File - RelativePath=".\url_fetcher_protect.cc" - > - </File> - <File - RelativePath=".\url_fetcher_protect.h" - > - </File> - <File - RelativePath=".\url_fixer_upper.cc" - > - </File> - <File - RelativePath=".\url_fixer_upper.h" - > - </File> - <File RelativePath=".\user_data_manager.cc" > </File> @@ -1759,6 +1735,84 @@ RelativePath=".\net\sdch_dictionary_fetcher.h" > </File> + <File + RelativePath=".\net\url_fetcher.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=".\net\url_fetcher.h" + > + </File> + <File + RelativePath=".\net\url_fetcher_protect.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=".\net\url_fetcher_protect.h" + > + </File> + <File + RelativePath=".\net\url_fixer_upper.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=".\net\url_fixer_upper.h" + > + </File> </Filter> <Filter Name="RLZ" |