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

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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 2e4fc67063bb75675629dab129bc3bc5832ebdfb..fe835ccefe2a9ee0ea3e42229f1daec4daa2b975 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -113,7 +113,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',
@@ -413,8 +414,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',
@@ -1071,12 +1074,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',
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698