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

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: fix typo 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/content_browser_client.h » ('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 87db9598d10d3a2cbf466a2e9ce3a06cd21cce4e..2f712e4ff117ac74db56bb6e26d602596f638010 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',
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698