diff options
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" > |