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

Side by Side Diff: ios/web/BUILD.gn

Issue 2698413004: Implemented WebStateObserver::DidFinishNavigation(NavigationHandle*). (Closed)
Patch Set: Addressed review comments Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | ios/web/public/test/fakes/test_web_client.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//ios/build/config.gni") 5 import("//ios/build/config.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 9
10 group("all_tests") { 10 group("all_tests") {
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "public/web_state/context_menu_params.h", 144 "public/web_state/context_menu_params.h",
145 "public/web_state/credential.h", 145 "public/web_state/credential.h",
146 "public/web_state/crw_web_controller_observer.h", 146 "public/web_state/crw_web_controller_observer.h",
147 "public/web_state/crw_web_view_proxy.h", 147 "public/web_state/crw_web_view_proxy.h",
148 "public/web_state/crw_web_view_scroll_view_proxy.h", 148 "public/web_state/crw_web_view_scroll_view_proxy.h",
149 "public/web_state/global_web_state_observer.h", 149 "public/web_state/global_web_state_observer.h",
150 "public/web_state/js/credential_util.h", 150 "public/web_state/js/credential_util.h",
151 "public/web_state/js/crw_js_injection_evaluator.h", 151 "public/web_state/js/crw_js_injection_evaluator.h",
152 "public/web_state/js/crw_js_injection_manager.h", 152 "public/web_state/js/crw_js_injection_manager.h",
153 "public/web_state/js/crw_js_injection_receiver.h", 153 "public/web_state/js/crw_js_injection_receiver.h",
154 "public/web_state/navigation_context.h",
154 "public/web_state/page_display_state.h", 155 "public/web_state/page_display_state.h",
155 "public/web_state/page_display_state.mm", 156 "public/web_state/page_display_state.mm",
156 "public/web_state/ui/crw_content_view.h", 157 "public/web_state/ui/crw_content_view.h",
157 "public/web_state/ui/crw_context_menu_delegate.h", 158 "public/web_state/ui/crw_context_menu_delegate.h",
158 "public/web_state/ui/crw_generic_content_view.h", 159 "public/web_state/ui/crw_generic_content_view.h",
159 "public/web_state/ui/crw_native_content.h", 160 "public/web_state/ui/crw_native_content.h",
160 "public/web_state/ui/crw_native_content_provider.h", 161 "public/web_state/ui/crw_native_content_provider.h",
161 "public/web_state/ui/crw_web_delegate.h", 162 "public/web_state/ui/crw_web_delegate.h",
162 "public/web_state/ui/crw_web_view_content_view.h", 163 "public/web_state/ui/crw_web_view_content_view.h",
163 "public/web_state/url_verification_constants.h", 164 "public/web_state/url_verification_constants.h",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "web_state/js/crw_js_injection_manager.mm", 202 "web_state/js/crw_js_injection_manager.mm",
202 "web_state/js/crw_js_injection_receiver.mm", 203 "web_state/js/crw_js_injection_receiver.mm",
203 "web_state/js/crw_js_plugin_placeholder_manager.h", 204 "web_state/js/crw_js_plugin_placeholder_manager.h",
204 "web_state/js/crw_js_plugin_placeholder_manager.mm", 205 "web_state/js/crw_js_plugin_placeholder_manager.mm",
205 "web_state/js/crw_js_post_request_loader.h", 206 "web_state/js/crw_js_post_request_loader.h",
206 "web_state/js/crw_js_post_request_loader.mm", 207 "web_state/js/crw_js_post_request_loader.mm",
207 "web_state/js/crw_js_window_id_manager.h", 208 "web_state/js/crw_js_window_id_manager.h",
208 "web_state/js/crw_js_window_id_manager.mm", 209 "web_state/js/crw_js_window_id_manager.mm",
209 "web_state/js/page_script_util.h", 210 "web_state/js/page_script_util.h",
210 "web_state/js/page_script_util.mm", 211 "web_state/js/page_script_util.mm",
212 "web_state/navigation_context_impl.h",
213 "web_state/navigation_context_impl.mm",
211 "web_state/page_viewport_state.h", 214 "web_state/page_viewport_state.h",
212 "web_state/page_viewport_state.mm", 215 "web_state/page_viewport_state.mm",
213 "web_state/ui/crw_context_menu_controller.h", 216 "web_state/ui/crw_context_menu_controller.h",
214 "web_state/ui/crw_context_menu_controller.mm", 217 "web_state/ui/crw_context_menu_controller.mm",
215 "web_state/ui/crw_generic_content_view.mm", 218 "web_state/ui/crw_generic_content_view.mm",
216 "web_state/ui/crw_swipe_recognizer_provider.h", 219 "web_state/ui/crw_swipe_recognizer_provider.h",
217 "web_state/ui/crw_touch_tracking_recognizer.h", 220 "web_state/ui/crw_touch_tracking_recognizer.h",
218 "web_state/ui/crw_touch_tracking_recognizer.mm", 221 "web_state/ui/crw_touch_tracking_recognizer.mm",
219 "web_state/ui/crw_wk_navigation_states.h", 222 "web_state/ui/crw_wk_navigation_states.h",
220 "web_state/ui/crw_wk_navigation_states.mm", 223 "web_state/ui/crw_wk_navigation_states.mm",
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "web_state/crw_pass_kit_downloader_unittest.mm", 555 "web_state/crw_pass_kit_downloader_unittest.mm",
553 "web_state/crw_web_view_scroll_view_proxy_unittest.mm", 556 "web_state/crw_web_view_scroll_view_proxy_unittest.mm",
554 "web_state/error_translation_util_unittest.mm", 557 "web_state/error_translation_util_unittest.mm",
555 "web_state/js/common_js_unittest.mm", 558 "web_state/js/common_js_unittest.mm",
556 "web_state/js/core_js_unittest.mm", 559 "web_state/js/core_js_unittest.mm",
557 "web_state/js/credential_util_unittest.mm", 560 "web_state/js/credential_util_unittest.mm",
558 "web_state/js/crw_js_injection_manager_unittest.mm", 561 "web_state/js/crw_js_injection_manager_unittest.mm",
559 "web_state/js/crw_js_post_request_loader_unittest.mm", 562 "web_state/js/crw_js_post_request_loader_unittest.mm",
560 "web_state/js/crw_js_window_id_manager_unittest.mm", 563 "web_state/js/crw_js_window_id_manager_unittest.mm",
561 "web_state/js/page_script_util_unittest.mm", 564 "web_state/js/page_script_util_unittest.mm",
565 "web_state/navigation_context_impl_unittest.mm",
562 "web_state/page_display_state_unittest.mm", 566 "web_state/page_display_state_unittest.mm",
563 "web_state/ui/crw_web_controller_container_view_unittest.mm", 567 "web_state/ui/crw_web_controller_container_view_unittest.mm",
564 "web_state/ui/crw_web_controller_observer_unittest.mm", 568 "web_state/ui/crw_web_controller_observer_unittest.mm",
565 "web_state/ui/crw_web_controller_unittest.mm", 569 "web_state/ui/crw_web_controller_unittest.mm",
566 "web_state/ui/crw_wk_navigation_states_unittest.mm", 570 "web_state/ui/crw_wk_navigation_states_unittest.mm",
567 "web_state/ui/crw_wk_script_message_router_unittest.mm", 571 "web_state/ui/crw_wk_script_message_router_unittest.mm",
568 "web_state/ui/web_view_js_utils_unittest.mm", 572 "web_state/ui/web_view_js_utils_unittest.mm",
569 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", 573 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm",
570 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", 574 "web_state/ui/wk_web_view_configuration_provider_unittest.mm",
571 "web_state/web_state_delegate_bridge_unittest.mm", 575 "web_state/web_state_delegate_bridge_unittest.mm",
(...skipping 25 matching lines...) Expand all
597 "//testing/gtest", 601 "//testing/gtest",
598 "//ui/base:test_support", 602 "//ui/base:test_support",
599 ] 603 ]
600 sources = [ 604 sources = [
601 "browser_state_web_view_partition_inttest.mm", 605 "browser_state_web_view_partition_inttest.mm",
602 "navigation/history_state_operations_inttest.mm", 606 "navigation/history_state_operations_inttest.mm",
603 "navigation/window_location_inttest.mm", 607 "navigation/window_location_inttest.mm",
604 "public/test/http_server_inttest.mm", 608 "public/test/http_server_inttest.mm",
605 "test/run_all_unittests.cc", 609 "test/run_all_unittests.cc",
606 "web_state/http_auth_inttest.mm", 610 "web_state/http_auth_inttest.mm",
611 "web_state/navigation_callbacks_inttest.mm",
607 "webui/web_ui_mojo_inttest.mm", 612 "webui/web_ui_mojo_inttest.mm",
608 ] 613 ]
609 614
610 assert_no_deps = ios_assert_no_deps 615 assert_no_deps = ios_assert_no_deps
611 } 616 }
612 617
613 js_compile_bundle("web_ui_bundle") { 618 js_compile_bundle("web_ui_bundle") {
614 visibility = [ ":js_resources" ] 619 visibility = [ ":js_resources" ]
615 closure_entry_point = "__crWeb.webUIBundle" 620 closure_entry_point = "__crWeb.webUIBundle"
616 621
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 "ios_web_resources.pak", 665 "ios_web_resources.pak",
661 ] 666 ]
662 grit_flags = [ 667 grit_flags = [
663 "-E", 668 "-E",
664 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 669 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
665 ] 670 ]
666 deps = [ 671 deps = [
667 "//mojo/public/js:bindings", 672 "//mojo/public/js:bindings",
668 ] 673 ]
669 } 674 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/public/test/fakes/test_web_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698