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

Unified Diff: content/content_browser.gypi

Issue 2191033002: Split ServiceRegistryAndroid into InterfaceRegistryAndroid and InterfaceProviderAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 6ebcde48a24331be6a338972c4df6ebdd2b51072..75b1436454cc70ddf2469134893156f57062f975 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -114,7 +114,8 @@
'public/browser/android/content_view_layer_renderer.h',
'public/browser/android/devtools_auth.h',
'public/browser/android/external_video_surface_container.h',
- 'public/browser/android/service_registry_android.h',
+ 'public/browser/android/interface_provider_android.h',
+ 'public/browser/android/interface_registry_android.h',
'public/browser/android/synchronous_compositor.cc',
'public/browser/android/synchronous_compositor.h',
'public/browser/android/synchronous_compositor_client.h',
@@ -417,8 +418,10 @@
'browser/android/content_video_view.cc',
'browser/android/content_video_view.h',
'browser/android/devtools_auth.cc',
- 'browser/android/service_registry_android_impl.cc',
- 'browser/android/service_registry_android_impl.h',
+ 'browser/android/interface_provider_android_impl.cc',
+ 'browser/android/interface_provider_android_impl.h',
+ 'browser/android/interface_registry_android_impl.cc',
+ 'browser/android/interface_registry_android_impl.h',
'browser/android/url_request_content_job.cc',
'browser/android/url_request_content_job.h',
'browser/appcache/appcache.cc',
@@ -1116,12 +1119,12 @@
'browser/mime_registry_impl.h',
'browser/mojo/constants.cc',
'browser/mojo/constants.h',
+ 'browser/mojo/interface_registrar_android.cc',
+ 'browser/mojo/interface_registrar_android.h',
'browser/mojo/mojo_child_connection.cc',
'browser/mojo/mojo_child_connection.h',
'browser/mojo/mojo_shell_context.cc',
'browser/mojo/mojo_shell_context.h',
- 'browser/mojo/service_registrar_android.cc',
- 'browser/mojo/service_registrar_android.h',
'browser/net/browser_online_state_observer.cc',
'browser/net/browser_online_state_observer.h',
'browser/net/network_errors_listing_ui.cc',

Powered by Google App Engine
This is Rietveld 408576698