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

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: Cleaned up download file interface and unit test class. 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 58b5abf3eb7830410ca80008c6af322921b3bbce..ea53268b31a7a6e240ada99a35b1effcb420b730 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