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

Side by Side 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 unified diff | Download patch
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_handle.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_handle_impl.h",
213 "web_state/navigation_handle_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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 "web_state/crw_pass_kit_downloader_unittest.mm", 560 "web_state/crw_pass_kit_downloader_unittest.mm",
558 "web_state/crw_web_view_scroll_view_proxy_unittest.mm", 561 "web_state/crw_web_view_scroll_view_proxy_unittest.mm",
559 "web_state/error_translation_util_unittest.mm", 562 "web_state/error_translation_util_unittest.mm",
560 "web_state/js/common_js_unittest.mm", 563 "web_state/js/common_js_unittest.mm",
561 "web_state/js/core_js_unittest.mm", 564 "web_state/js/core_js_unittest.mm",
562 "web_state/js/credential_util_unittest.mm", 565 "web_state/js/credential_util_unittest.mm",
563 "web_state/js/crw_js_injection_manager_unittest.mm", 566 "web_state/js/crw_js_injection_manager_unittest.mm",
564 "web_state/js/crw_js_post_request_loader_unittest.mm", 567 "web_state/js/crw_js_post_request_loader_unittest.mm",
565 "web_state/js/crw_js_window_id_manager_unittest.mm", 568 "web_state/js/crw_js_window_id_manager_unittest.mm",
566 "web_state/js/page_script_util_unittest.mm", 569 "web_state/js/page_script_util_unittest.mm",
570 "web_state/navigation_handle_impl_unittest.mm",
567 "web_state/page_display_state_unittest.mm", 571 "web_state/page_display_state_unittest.mm",
568 "web_state/ui/crw_web_controller_container_view_unittest.mm", 572 "web_state/ui/crw_web_controller_container_view_unittest.mm",
569 "web_state/ui/crw_web_controller_observer_unittest.mm", 573 "web_state/ui/crw_web_controller_observer_unittest.mm",
570 "web_state/ui/crw_web_controller_unittest.mm", 574 "web_state/ui/crw_web_controller_unittest.mm",
571 "web_state/ui/crw_wk_navigation_states_unittest.mm", 575 "web_state/ui/crw_wk_navigation_states_unittest.mm",
572 "web_state/ui/crw_wk_script_message_router_unittest.mm", 576 "web_state/ui/crw_wk_script_message_router_unittest.mm",
573 "web_state/ui/web_view_js_utils_unittest.mm", 577 "web_state/ui/web_view_js_utils_unittest.mm",
574 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", 578 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm",
575 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", 579 "web_state/ui/wk_web_view_configuration_provider_unittest.mm",
576 "web_state/web_state_delegate_bridge_unittest.mm", 580 "web_state/web_state_delegate_bridge_unittest.mm",
(...skipping 25 matching lines...) Expand all
602 "//testing/gtest", 606 "//testing/gtest",
603 "//ui/base:test_support", 607 "//ui/base:test_support",
604 ] 608 ]
605 sources = [ 609 sources = [
606 "browser_state_web_view_partition_inttest.mm", 610 "browser_state_web_view_partition_inttest.mm",
607 "navigation/history_state_operations_inttest.mm", 611 "navigation/history_state_operations_inttest.mm",
608 "navigation/window_location_inttest.mm", 612 "navigation/window_location_inttest.mm",
609 "public/test/http_server_inttest.mm", 613 "public/test/http_server_inttest.mm",
610 "test/run_all_unittests.cc", 614 "test/run_all_unittests.cc",
611 "web_state/http_auth_inttest.mm", 615 "web_state/http_auth_inttest.mm",
616 "web_state/navigation_callbacks_inttest.mm",
612 "webui/web_ui_mojo_inttest.mm", 617 "webui/web_ui_mojo_inttest.mm",
613 ] 618 ]
614 619
615 assert_no_deps = ios_assert_no_deps 620 assert_no_deps = ios_assert_no_deps
616 } 621 }
617 622
618 js_compile_bundle("web_ui_bundle") { 623 js_compile_bundle("web_ui_bundle") {
619 visibility = [ ":js_resources" ] 624 visibility = [ ":js_resources" ]
620 closure_entry_point = "__crWeb.webUIBundle" 625 closure_entry_point = "__crWeb.webUIBundle"
621 626
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 "ios_web_resources.pak", 670 "ios_web_resources.pak",
666 ] 671 ]
667 grit_flags = [ 672 grit_flags = [
668 "-E", 673 "-E",
669 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 674 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
670 ] 675 ]
671 deps = [ 676 deps = [
672 "//mojo/public/js:bindings", 677 "//mojo/public/js:bindings",
673 ] 678 ]
674 } 679 }
OLDNEW
« 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