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

Unified Diff: ios/web/ios_web.gyp

Issue 1361173005: Created SerializedUserDataManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@serialized_navigation_manager
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 f8edbee5b131cbd12c8b4d90e2b7b00f00545280..2ee46f5a339945032c4837dc286ee066f052f556 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -105,6 +105,8 @@
'navigation/nscoder_util.mm',
'navigation/serialized_navigation_manager_builder.h',
'navigation/serialized_navigation_manager_builder.mm',
+ 'navigation/serialized_user_data_manager_impl.h',
+ 'navigation/serialized_user_data_manager_impl.mm',
'navigation/time_smoother.cc',
'navigation/time_smoother.h',
'navigation/web_load_params.h',
@@ -173,6 +175,7 @@
'public/referrer_util.cc',
'public/referrer_util.h',
'public/security_style.h',
+ 'public/serialized_user_data_manager.h',
'public/ssl_status.cc',
'public/ssl_status.h',
'public/string_util.h',

Powered by Google App Engine
This is Rietveld 408576698