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

Unified Diff: content/content_browser.gypi

Issue 23615009: Stub out initial NavigationController browser implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/host_id/peer_id/g Created 7 years, 3 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 a4a7095fc3e541cd93a2ff3add580c112e676d86..dbc771c742376bdf02cee3186601978ad4be9354 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -717,6 +717,10 @@
'browser/media_devices_monitor.cc',
'browser/mime_registry_message_filter.cc',
'browser/mime_registry_message_filter.h',
+ 'browser/nav_controller/nav_controller_dispatcher_host.h',
+ 'browser/nav_controller/nav_controller_dispatcher_host.cc',
+ 'browser/nav_controller/nav_controller_context.h',
+ 'browser/nav_controller/nav_controller_context.cc',
'browser/net/browser_online_state_observer.cc',
'browser/net/browser_online_state_observer.h',
'browser/net/sqlite_persistent_cookie_store.cc',

Powered by Google App Engine
This is Rietveld 408576698