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

Unified Diff: ios/web/BUILD.gn

Issue 2957163002: [Navigation Experiment] Add WKBasedNavigationManagerImpl. (Closed)
Patch Set: Created 3 years, 6 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/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index 2dca221c09254eb608c9f69651db4c225ce27790..125ae8e64e629c6557a1a3a9693bd9591c7f06d4 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -67,6 +67,7 @@ source_set("web_arc") {
"navigation/navigation_item_storage_builder.mm",
"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",
@@ -77,6 +78,11 @@ source_set("web_arc") {
"navigation/session_storage_builder.mm",
"navigation/time_smoother.cc",
"navigation/time_smoother.h",
+ "navigation/web_view_navigation_proxy.h",
+ "navigation/web_view_navigation_proxy_impl.h",
+ "navigation/web_view_navigation_proxy_impl.mm",
+ "navigation/wk_based_navigation_manager_impl.h",
+ "navigation/wk_based_navigation_manager_impl.mm",
"net/cert_host_pair.cc",
"net/cert_host_pair.h",
"net/cert_policy.cc",
« no previous file with comments | « no previous file | ios/web/navigation/legacy_navigation_manager_impl.mm » ('j') | ios/web/navigation/navigation_manager_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698