diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 21:47:27 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 21:47:27 +0000 |
commit | f870a32e61397ace3ed5d9da43963e7e1884d6be (patch) | |
tree | e3c58b9c9fe469d7bd87c0e4eff6eb8b84e0d883 /chrome/browser/browser.vcproj | |
parent | e7180497f2cb59414d06b944ccea5ceffd3c8e51 (diff) | |
download | chromium_src-f870a32e61397ace3ed5d9da43963e7e1884d6be.zip chromium_src-f870a32e61397ace3ed5d9da43963e7e1884d6be.tar.gz chromium_src-f870a32e61397ace3ed5d9da43963e7e1884d6be.tar.bz2 |
Move url_* to net subdir
Review URL: http://codereview.chromium.org/18305
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8224 0039d316-1c4b-4281-b951-d872f2087c98
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" |