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

Unified Diff: ios/web/BUILD.gn

Issue 2957163002: [Navigation Experiment] Add WKBasedNavigationManagerImpl. (Closed)
Patch Set: Patch for landing 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
« no previous file with comments | « no previous file | ios/web/navigation/legacy_navigation_manager_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 aca28f6888ce70779437bf5bb51d16ba8266f608..a2c5d28c78db026be344b4f5d42659b419e784f5 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,8 @@ source_set("web_arc") {
"navigation/session_storage_builder.mm",
"navigation/time_smoother.cc",
"navigation/time_smoother.h",
+ "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",
@@ -220,6 +223,7 @@ source_set("web_arc") {
"web_state/ui/crw_swipe_recognizer_provider.h",
"web_state/ui/crw_touch_tracking_recognizer.h",
"web_state/ui/crw_touch_tracking_recognizer.mm",
+ "web_state/ui/crw_web_view_navigation_proxy.h",
"web_state/ui/crw_web_view_proxy_impl.h",
"web_state/ui/crw_web_view_proxy_impl.mm",
"web_state/ui/crw_web_view_scroll_view_proxy.mm",
« no previous file with comments | « no previous file | ios/web/navigation/legacy_navigation_manager_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698