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

Unified Diff: chrome/browser/browser.vcproj

Issue 3040: Move the Save Page code. (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/browser.cc ('k') | chrome/browser/download/save_file.h » ('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 2173)
+++ chrome/browser/browser.vcproj (working copy)
@@ -562,50 +562,6 @@
>
</File>
<File
- RelativePath=".\save_file.cc"
- >
- </File>
- <File
- RelativePath=".\save_file.h"
- >
- </File>
- <File
- RelativePath=".\save_file_manager.cc"
- >
- </File>
- <File
- RelativePath=".\save_file_manager.h"
- >
- </File>
- <File
- RelativePath=".\save_item.cc"
- >
- </File>
- <File
- RelativePath=".\save_item.h"
- >
- </File>
- <File
- RelativePath=".\save_package.cc"
- >
- </File>
- <File
- RelativePath=".\save_package.h"
- >
- </File>
- <File
- RelativePath=".\save_page_model.cc"
- >
- </File>
- <File
- RelativePath=".\save_page_model.h"
- >
- </File>
- <File
- RelativePath=".\save_types.h"
- >
- </File>
- <File
RelativePath=".\session_crashed_view.cc"
>
</File>
@@ -2026,6 +1982,54 @@
>
</File>
</Filter>
+ <Filter
+ Name="Save Page"
+ >
+ <File
+ RelativePath=".\download\save_file.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\download\save_file.h"
+ >
+ </File>
+ <File
+ RelativePath=".\download\save_file_manager.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\download\save_file_manager.h"
+ >
+ </File>
+ <File
+ RelativePath=".\download\save_item.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\download\save_item.h"
+ >
+ </File>
+ <File
+ RelativePath=".\download\save_package.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\download\save_package.h"
+ >
+ </File>
+ <File
+ RelativePath=".\download\save_page_model.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\download\save_page_model.h"
+ >
+ </File>
+ <File
+ RelativePath=".\download\save_types.h"
+ >
+ </File>
+ </Filter>
<File
RelativePath=".\cert_store.cc"
>
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/download/save_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698