diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 03:29:03 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 03:29:03 +0000 |
commit | 3b073b258b19937b1dd9b6b2a609dee207865eba (patch) | |
tree | fb0779236d58e8a49513c1036d891c2e10c9573c /chrome/browser/browser.vcproj | |
parent | 7fb087e0800d0faaa31e4a029ad6813f251b4848 (diff) | |
download | chromium_src-3b073b258b19937b1dd9b6b2a609dee207865eba.zip chromium_src-3b073b258b19937b1dd9b6b2a609dee207865eba.tar.gz chromium_src-3b073b258b19937b1dd9b6b2a609dee207865eba.tar.bz2 |
Move all the SSL stuff into its own subdir
Review URL: http://codereview.chromium.org/18137
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8165 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 140 |
1 files changed, 108 insertions, 32 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 5538417..8d6da23 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -753,22 +753,6 @@ RelativePath=".\security_style.h" > </File> - <File - RelativePath=".\ssl_error_info.cc" - > - </File> - <File - RelativePath=".\ssl_error_info.h" - > - </File> - <File - RelativePath=".\ssl_manager.cc" - > - </File> - <File - RelativePath=".\ssl_manager.h" - > - </File> </Filter> <Filter Name="Browser Window" @@ -917,14 +901,6 @@ RelativePath=".\renderer_security_policy.h" > </File> - <File - RelativePath=".\ssl_policy.cc" - > - </File> - <File - RelativePath=".\ssl_policy.h" - > - </File> </Filter> <Filter Name="Destination" @@ -2648,6 +2624,114 @@ > </File> </Filter> + <Filter + Name="SSL" + > + <File + RelativePath=".\ssl\ssl_blocking_page.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=".\ssl\ssl_blocking_page.h" + > + </File> + <File + RelativePath=".\ssl\ssl_error_info.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=".\ssl\ssl_error_info.h" + > + </File> + <File + RelativePath=".\ssl\ssl_manager.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=".\ssl\ssl_manager.h" + > + </File> + <File + RelativePath=".\ssl\ssl_policy.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=".\ssl\ssl_policy.h" + > + </File> + </Filter> <File RelativePath=".\browser_trial.cc" > @@ -2733,14 +2817,6 @@ > </File> <File - RelativePath=".\ssl_blocking_page.cc" - > - </File> - <File - RelativePath=".\ssl_blocking_page.h" - > - </File> - <File RelativePath=".\toolbar_model.cc" > </File> |