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

Unified Diff: content/content_browser.gypi

Issue 11238044: Refactor BaseFile methods to return a DownloadInterruptReason instead of a net::Error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove SHFILE_TO_REASON macro Created 8 years, 2 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 | « content/browser/download/save_file_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 640d5c3151de5da34d7a85eaac49979dfb18a843..af33c409e1c51e7a35d5ef5836c4ef0a7aa46039 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -318,6 +318,10 @@
'browser/dom_storage/session_storage_namespace_impl.h',
'browser/download/base_file.cc',
'browser/download/base_file.h',
+ 'browser/download/base_file_linux.cc',
+ 'browser/download/base_file_mac.cc',
+ 'browser/download/base_file_posix.cc',
+ 'browser/download/base_file_win.cc',
'browser/download/byte_stream.cc',
'browser/download/byte_stream.h',
'browser/download/download_create_info.cc',
« no previous file with comments | « content/browser/download/save_file_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698