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

Unified Diff: content/content_browser.gypi

Issue 11112022: Add DownloadControllerAndroid public interface for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding OWNERS file 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 79879ad24c84c64d7cc746a02c91c31a0efda755..0b02f446fd85be23b2cd9fbdace37a354cd41ea3 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -26,6 +26,7 @@
'public/browser/android/compositor.h',
'public/browser/android/content_view_core.h',
'public/browser/android/devtools_auth.h',
+ 'public/browser/android/download_controller_android.h',
'public/browser/android/draw_delegate.h',
'public/browser/browser_accessibility_state.h',
'public/browser/browser_child_process_host.h',
@@ -205,8 +206,8 @@
'browser/android/content_view_statics.h',
'browser/android/cookie_getter_impl.cc',
'browser/android/cookie_getter_impl.h',
- 'browser/android/download_controller.cc',
- 'browser/android/download_controller.h',
+ 'browser/android/download_controller_android_impl.cc',
+ 'browser/android/download_controller_android_impl.h',
'browser/android/devtools_auth.cc',
'browser/android/draw_delegate_impl.h',
'browser/android/draw_delegate_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698