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

Unified Diff: content/content_common.gypi

Issue 861373002: Refactor navigator.connect code to make it more flexible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lower similarity threshold Created 5 years, 11 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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 1948e36a05dc5e8a894d57d66a6da8ed2d6048d6..049e7d099697128a093a27d6fc23f19a8c62d9c7 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -82,6 +82,8 @@
'public/common/media_stream_request.h',
'public/common/menu_item.cc',
'public/common/menu_item.h',
+ 'public/common/navigator_connect_client.cc',
+ 'public/common/navigator_connect_client.h',
'public/common/page_state.cc',
'public/common/page_state.h',
'public/common/page_type.h',
@@ -417,8 +419,6 @@
'common/navigation_params.cc',
'common/navigation_params.h',
'common/navigator_connect_messages.h',
- 'common/navigator_connect_types.cc',
- 'common/navigator_connect_types.h',
'common/net/url_fetcher.cc',
'common/net/url_request_user_data.cc',
'common/net/url_request_user_data.h',

Powered by Google App Engine
This is Rietveld 408576698