| OLD | NEW |
| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 "web_state/session_certificate_policy_cache_impl.h", | 212 "web_state/session_certificate_policy_cache_impl.h", |
| 213 "web_state/session_certificate_policy_cache_impl.mm", | 213 "web_state/session_certificate_policy_cache_impl.mm", |
| 214 "web_state/session_certificate_policy_cache_storage_builder.h", | 214 "web_state/session_certificate_policy_cache_storage_builder.h", |
| 215 "web_state/session_certificate_policy_cache_storage_builder.mm", | 215 "web_state/session_certificate_policy_cache_storage_builder.mm", |
| 216 "web_state/ui/crw_context_menu_controller.h", | 216 "web_state/ui/crw_context_menu_controller.h", |
| 217 "web_state/ui/crw_context_menu_controller.mm", | 217 "web_state/ui/crw_context_menu_controller.mm", |
| 218 "web_state/ui/crw_generic_content_view.mm", | 218 "web_state/ui/crw_generic_content_view.mm", |
| 219 "web_state/ui/crw_swipe_recognizer_provider.h", | 219 "web_state/ui/crw_swipe_recognizer_provider.h", |
| 220 "web_state/ui/crw_touch_tracking_recognizer.h", | 220 "web_state/ui/crw_touch_tracking_recognizer.h", |
| 221 "web_state/ui/crw_touch_tracking_recognizer.mm", | 221 "web_state/ui/crw_touch_tracking_recognizer.mm", |
| 222 "web_state/ui/crw_web_controller_container_view.h", | |
| 223 "web_state/ui/crw_web_controller_container_view.mm", | |
| 224 "web_state/ui/crw_web_view_content_view.mm", | |
| 225 "web_state/ui/crw_web_view_proxy_impl.h", | 222 "web_state/ui/crw_web_view_proxy_impl.h", |
| 226 "web_state/ui/crw_web_view_proxy_impl.mm", | 223 "web_state/ui/crw_web_view_proxy_impl.mm", |
| 227 "web_state/ui/crw_web_view_scroll_view_proxy.mm", | 224 "web_state/ui/crw_web_view_scroll_view_proxy.mm", |
| 228 "web_state/ui/crw_wk_navigation_states.h", | 225 "web_state/ui/crw_wk_navigation_states.h", |
| 229 "web_state/ui/crw_wk_navigation_states.mm", | 226 "web_state/ui/crw_wk_navigation_states.mm", |
| 230 "web_state/ui/crw_wk_script_message_router.h", | |
| 231 "web_state/ui/crw_wk_script_message_router.mm", | |
| 232 "web_state/ui/web_view_js_utils.h", | |
| 233 "web_state/ui/web_view_js_utils.mm", | |
| 234 "web_state/ui/wk_web_view_configuration_provider.h", | |
| 235 "web_state/ui/wk_web_view_configuration_provider.mm", | |
| 236 "web_state/web_state_impl.h", | |
| 237 "web_state/web_state_impl.mm", | |
| 238 "web_state/web_view_internal_creation_util.h", | |
| 239 "web_state/web_view_internal_creation_util.mm", | |
| 240 "web_state/wk_web_view_security_util.h", | |
| 241 "web_state/wk_web_view_security_util.mm", | |
| 242 "web_thread_impl.cc", | 227 "web_thread_impl.cc", |
| 243 "web_thread_impl.h", | 228 "web_thread_impl.h", |
| 244 "web_view_creation_util.mm", | 229 "web_view_creation_util.mm", |
| 245 "webui/crw_web_ui_manager.h", | 230 "webui/crw_web_ui_manager.h", |
| 246 "webui/crw_web_ui_manager.mm", | 231 "webui/crw_web_ui_manager.mm", |
| 247 "webui/crw_web_ui_page_builder.h", | 232 "webui/crw_web_ui_page_builder.h", |
| 248 "webui/crw_web_ui_page_builder.mm", | 233 "webui/crw_web_ui_page_builder.mm", |
| 249 "webui/mojo_facade.h", | 234 "webui/mojo_facade.h", |
| 250 "webui/mojo_facade.mm", | 235 "webui/mojo_facade.mm", |
| 251 "webui/mojo_js_constants.cc", | 236 "webui/mojo_js_constants.cc", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 "//url", | 281 "//url", |
| 297 ] | 282 ] |
| 298 | 283 |
| 299 public_deps = [ | 284 public_deps = [ |
| 300 ":web_arc", | 285 ":web_arc", |
| 301 ] | 286 ] |
| 302 | 287 |
| 303 sources = [ | 288 sources = [ |
| 304 "web_state/ui/crw_web_controller.h", | 289 "web_state/ui/crw_web_controller.h", |
| 305 "web_state/ui/crw_web_controller.mm", | 290 "web_state/ui/crw_web_controller.mm", |
| 291 "web_state/ui/crw_web_controller_container_view.h", |
| 292 "web_state/ui/crw_web_controller_container_view.mm", |
| 293 "web_state/ui/crw_web_view_content_view.mm", |
| 294 "web_state/ui/crw_wk_script_message_router.h", |
| 295 "web_state/ui/crw_wk_script_message_router.mm", |
| 296 "web_state/ui/web_view_js_utils.h", |
| 297 "web_state/ui/web_view_js_utils.mm", |
| 306 "web_state/ui/wk_back_forward_list_item_holder.h", | 298 "web_state/ui/wk_back_forward_list_item_holder.h", |
| 307 "web_state/ui/wk_back_forward_list_item_holder.mm", | 299 "web_state/ui/wk_back_forward_list_item_holder.mm", |
| 300 "web_state/ui/wk_web_view_configuration_provider.h", |
| 301 "web_state/ui/wk_web_view_configuration_provider.mm", |
| 308 "web_state/web_controller_observer_bridge.h", | 302 "web_state/web_controller_observer_bridge.h", |
| 309 "web_state/web_controller_observer_bridge.mm", | 303 "web_state/web_controller_observer_bridge.mm", |
| 310 "web_state/web_state.mm", | 304 "web_state/web_state.mm", |
| 311 "web_state/web_state_delegate.mm", | 305 "web_state/web_state_delegate.mm", |
| 312 "web_state/web_state_delegate_bridge.mm", | 306 "web_state/web_state_delegate_bridge.mm", |
| 307 "web_state/web_state_impl.h", |
| 308 "web_state/web_state_impl.mm", |
| 313 "web_state/web_state_observer.mm", | 309 "web_state/web_state_observer.mm", |
| 314 "web_state/web_state_observer_bridge.mm", | 310 "web_state/web_state_observer_bridge.mm", |
| 315 "web_state/web_state_policy_decider.mm", | 311 "web_state/web_state_policy_decider.mm", |
| 316 "web_state/web_state_weak_ptr_factory.h", | 312 "web_state/web_state_weak_ptr_factory.h", |
| 317 "web_state/web_state_weak_ptr_factory.mm", | 313 "web_state/web_state_weak_ptr_factory.mm", |
| 314 "web_state/web_view_internal_creation_util.h", |
| 315 "web_state/web_view_internal_creation_util.mm", |
| 316 "web_state/wk_web_view_security_util.h", |
| 317 "web_state/wk_web_view_security_util.mm", |
| 318 ] | 318 ] |
| 319 | 319 |
| 320 libs = [ | 320 libs = [ |
| 321 "CoreGraphics.framework", | 321 "CoreGraphics.framework", |
| 322 "WebKit.framework", | 322 "WebKit.framework", |
| 323 ] | 323 ] |
| 324 | 324 |
| 325 allow_circular_includes_from = [ ":web_arc" ] | 325 allow_circular_includes_from = [ ":web_arc" ] |
| 326 } | 326 } |
| 327 | 327 |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 865 "ios_web_resources.pak", | 865 "ios_web_resources.pak", |
| 866 ] | 866 ] |
| 867 grit_flags = [ | 867 grit_flags = [ |
| 868 "-E", | 868 "-E", |
| 869 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), | 869 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), |
| 870 ] | 870 ] |
| 871 deps = [ | 871 deps = [ |
| 872 "//mojo/public/js:bindings", | 872 "//mojo/public/js:bindings", |
| 873 ] | 873 ] |
| 874 } | 874 } |
| OLD | NEW |