diff options
author | paulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-13 02:48:59 +0000 |
---|---|---|
committer | paulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-13 02:48:59 +0000 |
commit | cdaa86594dcdd5fc4ccac5dbf63a5e4dbfcdb8ea (patch) | |
tree | c9e3f5a89a3d9733ea75b97153ef2be4e8425aa3 /chrome/browser/browser.vcproj | |
parent | 431838df78d6e3cd06794a45cf0243be32149c7c (diff) | |
download | chromium_src-cdaa86594dcdd5fc4ccac5dbf63a5e4dbfcdb8ea.zip chromium_src-cdaa86594dcdd5fc4ccac5dbf63a5e4dbfcdb8ea.tar.gz chromium_src-cdaa86594dcdd5fc4ccac5dbf63a5e4dbfcdb8ea.tar.bz2 |
Move the download code to new directories:
browser/download/
browser/views/
Review URL: http://codereview.chromium.org/2826
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2166 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 80 |
1 files changed, 42 insertions, 38 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 5ab27dd..b0511f1 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -330,42 +330,6 @@ > </File> <File - RelativePath=".\download_exe.cc" - > - </File> - <File - RelativePath=".\download_file.cc" - > - </File> - <File - RelativePath=".\download_file.h" - > - </File> - <File - RelativePath=".\download_item_model.cc" - > - </File> - <File - RelativePath=".\download_item_model.h" - > - </File> - <File - RelativePath=".\download_manager.cc" - > - </File> - <File - RelativePath=".\download_manager.h" - > - </File> - <File - RelativePath=".\download_util.cc" - > - </File> - <File - RelativePath=".\download_util.h" - > - </File> - <File RelativePath=".\fav_icon_helper.cc" > </File> @@ -1194,11 +1158,11 @@ > </File> <File - RelativePath=".\download_tab_view.cc" + RelativePath=".\views\download_tab_view.cc" > </File> <File - RelativePath=".\download_tab_view.h" + RelativePath=".\views\download_tab_view.h" > </File> <File @@ -2022,6 +1986,46 @@ > </File> </Filter> + <Filter + Name="Download" + > + <File + RelativePath=".\download\download_exe.cc" + > + </File> + <File + RelativePath=".\download\download_file.cc" + > + </File> + <File + RelativePath=".\download\download_file.h" + > + </File> + <File + RelativePath=".\download\download_item_model.cc" + > + </File> + <File + RelativePath=".\download\download_item_model.h" + > + </File> + <File + RelativePath=".\download\download_manager.cc" + > + </File> + <File + RelativePath=".\download\download_manager.h" + > + </File> + <File + RelativePath=".\download\download_util.cc" + > + </File> + <File + RelativePath=".\download\download_util.h" + > + </File> + </Filter> <File RelativePath=".\cert_store.cc" > |