Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(796)

Unified Diff: chrome/browser/browser.vcproj

Issue 2826: Move the download code to new directories: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/browser_commands.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.vcproj
===================================================================
--- chrome/browser/browser.vcproj (revision 2162)
+++ chrome/browser/browser.vcproj (working copy)
@@ -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"
>
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/browser_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698