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

Unified Diff: ios/web/BUILD.gn

Issue 2698413004: Implemented WebStateObserver::DidFinishNavigation(NavigationHandle*). (Closed)
Patch Set: Self review Created 3 years, 10 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 322051cfef5b69c511d3aa6aff292de03ec43b49..ed16f341d8c3050ed4aae5526cd6286275ff54ff 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -151,6 +151,7 @@ source_set("web_arc") {
"public/web_state/js/crw_js_injection_evaluator.h",
"public/web_state/js/crw_js_injection_manager.h",
"public/web_state/js/crw_js_injection_receiver.h",
+ "public/web_state/navigation_handle.h",
"public/web_state/page_display_state.h",
"public/web_state/page_display_state.mm",
"public/web_state/ui/crw_content_view.h",
@@ -208,6 +209,8 @@ source_set("web_arc") {
"web_state/js/crw_js_window_id_manager.mm",
"web_state/js/page_script_util.h",
"web_state/js/page_script_util.mm",
+ "web_state/navigation_handle_impl.h",
+ "web_state/navigation_handle_impl.mm",
"web_state/page_viewport_state.h",
"web_state/page_viewport_state.mm",
"web_state/ui/crw_context_menu_controller.h",
@@ -564,6 +567,7 @@ test("ios_web_unittests") {
"web_state/js/crw_js_post_request_loader_unittest.mm",
"web_state/js/crw_js_window_id_manager_unittest.mm",
"web_state/js/page_script_util_unittest.mm",
+ "web_state/navigation_handle_impl_unittest.mm",
"web_state/page_display_state_unittest.mm",
"web_state/ui/crw_web_controller_container_view_unittest.mm",
"web_state/ui/crw_web_controller_observer_unittest.mm",
@@ -609,6 +613,7 @@ test("ios_web_inttests") {
"public/test/http_server_inttest.mm",
"test/run_all_unittests.cc",
"web_state/http_auth_inttest.mm",
+ "web_state/navigation_callbacks_inttest.mm",
"webui/web_ui_mojo_inttest.mm",
]
« no previous file with comments | « no previous file | ios/web/public/test/fakes/test_web_client.mm » ('j') | ios/web/public/test/fakes/test_web_client.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698