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

Unified Diff: ios/web/BUILD.gn

Issue 2672723003: Converted CRWSessionController to use NavigationItems. (Closed)
Patch Set: test fixes, self review Created 3 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 | « ios/chrome/browser/tabs/tab_unittest.mm ('k') | ios/web/interstitials/web_interstitial_impl.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index 4bee2668bc6eb68ef701513cf9a8fe8957d56d75..da7a849f9f02df74f1add9b46b41d084179e6114 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -60,6 +60,8 @@ source_set("web_arc") {
"navigation/navigation_item_facade_delegate.h",
"navigation/navigation_item_impl.h",
"navigation/navigation_item_impl.mm",
+ "navigation/navigation_item_impl_list.h",
+ "navigation/navigation_item_impl_list.mm",
"navigation/navigation_item_storage_builder.h",
"navigation/navigation_item_storage_builder.mm",
"navigation/navigation_manager_delegate.h",
@@ -114,6 +116,8 @@ source_set("web_arc") {
"public/java_script_dialog_type.h",
"public/load_committed_details.h",
"public/navigation_item.h",
+ "public/navigation_item_list.h",
+ "public/navigation_item_list.mm",
"public/navigation_manager.h",
"public/origin_util.h",
"public/origin_util.mm",
« no previous file with comments | « ios/chrome/browser/tabs/tab_unittest.mm ('k') | ios/web/interstitials/web_interstitial_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698