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_common.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: address comments 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
« no previous file with comments | « content/content_child.gypi ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 6c857e1f2f2347dbeb972c5947063e5312255628..57c6a5d22e74ad8b0c231e53d4ad03b3ca19194d 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -449,7 +449,6 @@
'common/navigation_gesture.h',
'common/navigation_params.cc',
'common/navigation_params.h',
- 'common/navigator_connect_messages.h',
'common/net/url_fetcher.cc',
'common/net/url_request_user_data.cc',
'common/net/url_request_user_data.h',
@@ -518,6 +517,8 @@
'common/savable_url_schemes.h',
'common/screen_orientation_messages.h',
'common/send_zygote_child_ping_linux.cc',
+ 'common/service_port_type_converters.cc',
+ 'common/service_port_type_converters.h',
'common/service_worker/embedded_worker_messages.h',
'common/service_worker/service_worker_client_info.cc',
'common/service_worker/service_worker_client_info.h',
@@ -619,6 +620,7 @@
'../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
'../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
'../ui/gl/gl.gyp:gl',
+ 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
],
'export_dependent_settings' : [
'../mojo/mojo_base.gyp:mojo_application_bindings',
« no previous file with comments | « content/content_child.gypi ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698