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

Unified Diff: ios/web/BUILD.gn

Issue 2875153003: Added web::GetCommittedItemWithUniqueID function. (Closed)
Patch Set: Added GetCommittedItemIndexWithUniqueID Created 3 years, 7 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 | « no previous file | ios/web/navigation/navigation_manager_util.h » ('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 ad24765a7c48e7d13e86c08ebdff7b01ae6c8dbe..b5e1ad881d76550652f51dace47d932187d08771 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -66,6 +66,8 @@ source_set("web_arc") {
"navigation/navigation_manager_delegate.h",
"navigation/navigation_manager_impl.h",
"navigation/navigation_manager_impl.mm",
+ "navigation/navigation_manager_util.h",
+ "navigation/navigation_manager_util.mm",
"navigation/nscoder_util.h",
"navigation/nscoder_util.mm",
"navigation/serializable_user_data_manager_impl.h",
@@ -538,6 +540,7 @@ test("ios_web_unittests_arc") {
]
sources = [
+ "navigation/navigation_manager_util_unittest.mm",
"public/crw_session_certificate_policy_cache_storage_unittest.mm",
"web_state/session_certificate_policy_cache_impl_unittest.mm",
"web_state/session_certificate_policy_cache_storage_builder_unittest.mm",
« no previous file with comments | « no previous file | ios/web/navigation/navigation_manager_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698