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

Unified Diff: content/content_browser.gypi

Issue 785133006: Enable messaging over a navigator.connect initiated channel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@navigator-connect_serviceside
Patch Set: comments Created 6 years 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 0e9dc488c87aba5cd2b5612ab8dcfed454c39175..2517b75d36afa1098cacebb4fb87c03c571f5efc 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -922,6 +922,7 @@
'browser/media/webrtc_identity_store_backend.h',
'browser/manifest/manifest_manager_host.cc',
'browser/manifest/manifest_manager_host.h',
+ 'browser/message_port_delegate.h',
'browser/message_port_message_filter.cc',
'browser/message_port_message_filter.h',
'browser/message_port_provider.cc',
@@ -933,6 +934,8 @@
'browser/mojo/mojo_application_host.h',
'browser/mojo/service_registry_android.cc',
'browser/mojo/service_registry_android.h',
+ 'browser/navigator_connect/navigator_connect_context.cc',
+ 'browser/navigator_connect/navigator_connect_context.h',
'browser/navigator_connect/navigator_connect_dispatcher_host.cc',
'browser/navigator_connect/navigator_connect_dispatcher_host.h',
'browser/net/browser_online_state_observer.cc',

Powered by Google App Engine
This is Rietveld 408576698