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

Unified Diff: content/content_browser.gypi

Issue 2014803002: Move DownloadControllerAndroid from content/ to chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved DownloadControllerAndroid(Impl) to chrome/ Created 4 years, 6 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 30c13d010ee483f4de3594954c7a69396741cd70..61a19a797a2bcda5efc88e0fed4f443d5dd9e888 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -111,8 +111,6 @@
'public/browser/android/content_view_core.h',
'public/browser/android/content_view_layer_renderer.h',
'public/browser/android/devtools_auth.h',
- 'public/browser/android/download_controller_android.cc',
- 'public/browser/android/download_controller_android.h',
'public/browser/android/external_video_surface_container.h',
'public/browser/android/service_registry_android.h',
'public/browser/android/synchronous_compositor.cc',
@@ -1671,10 +1669,6 @@
'browser/android/content_view_statics.h',
'browser/android/date_time_chooser_android.cc',
'browser/android/date_time_chooser_android.h',
- 'browser/android/deferred_download_observer.cc',
- 'browser/android/deferred_download_observer.h',
- 'browser/android/download_controller_android_impl.cc',
- 'browser/android/download_controller_android_impl.h',
'browser/android/gesture_event_type.h',
'browser/android/interstitial_page_delegate_android.cc',
'browser/android/interstitial_page_delegate_android.h',

Powered by Google App Engine
This is Rietveld 408576698