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

Unified Diff: content/content_browser.gypi

Issue 1192713004: Update client side navigator.connect API to use ServicePortCollection [2/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use mojo for all ServicePort related IPC Created 5 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 4876d0fc4aea3af6cb6e47c37b01d1cfe83945de..053c4e95a6c76dd978b8d2d1197e9bb886841104 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1053,10 +1053,10 @@
'browser/mojo/service_registry_android.h',
'browser/navigator_connect/navigator_connect_context_impl.cc',
'browser/navigator_connect/navigator_connect_context_impl.h',
- 'browser/navigator_connect/navigator_connect_dispatcher_host.cc',
- 'browser/navigator_connect/navigator_connect_dispatcher_host.h',
'browser/navigator_connect/navigator_connect_service_worker_service_factory.cc',
'browser/navigator_connect/navigator_connect_service_worker_service_factory.h',
+ 'browser/navigator_connect/service_port_service_impl.cc',
+ 'browser/navigator_connect/service_port_service_impl.h',
'browser/net/browser_online_state_observer.cc',
'browser/net/browser_online_state_observer.h',
'browser/net/quota_policy_cookie_store.cc',

Powered by Google App Engine
This is Rietveld 408576698