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

Unified Diff: ios/web/ios_web.gyp

Issue 1360993002: Moved NavigationManagerImpl serialization out of CRWSessionController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Eugene's comments Created 5 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: ios/web/ios_web.gyp
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
index ff79384af177f82ddb1c95e77c4b1bc3a6365f33..f8edbee5b131cbd12c8b4d90e2b7b00f00545280 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -85,6 +85,8 @@
'interstitials/web_interstitial_impl.h',
'interstitials/web_interstitial_impl.mm',
'load_committed_details.cc',
+ 'navigation/crw_serialized_navigation_manager.h',
+ 'navigation/crw_serialized_navigation_manager.mm',
'navigation/crw_session_certificate_policy_manager.h',
'navigation/crw_session_certificate_policy_manager.mm',
'navigation/crw_session_controller+private_constructors.h',
@@ -101,6 +103,8 @@
'navigation/navigation_manager_impl.mm',
'navigation/nscoder_util.h',
'navigation/nscoder_util.mm',
+ 'navigation/serialized_navigation_manager_builder.h',
+ 'navigation/serialized_navigation_manager_builder.mm',
'navigation/time_smoother.cc',
'navigation/time_smoother.h',
'navigation/web_load_params.h',

Powered by Google App Engine
This is Rietveld 408576698