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

Unified Diff: content/content_browser.gypi

Issue 8372034: Created an interface for DownloadFile, for use in unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed typo Created 9 years, 1 month 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index de2741074d7722d115b44d5bc57431a0803b361e..37e8e6f42f25a5e19d76b4acc4267ae14f7b52d3 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -113,6 +113,8 @@
'browser/download/download_create_info.h',
'browser/download/download_file.cc',
'browser/download/download_file.h',
+ 'browser/download/download_file_impl.cc',
+ 'browser/download/download_file_impl.h',
'browser/download/download_file_manager.cc',
'browser/download/download_file_manager.h',
'browser/download/download_id.cc',

Powered by Google App Engine
This is Rietveld 408576698