| 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 source_set("web_arc") { | 10 source_set("web_arc") { |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 "public/web_capabilities.cc", | 127 "public/web_capabilities.cc", |
| 128 "public/web_capabilities.h", | 128 "public/web_capabilities.h", |
| 129 "public/web_client.h", | 129 "public/web_client.h", |
| 130 "public/web_client.mm", | 130 "public/web_client.mm", |
| 131 "public/web_kit_constants.h", | 131 "public/web_kit_constants.h", |
| 132 "public/web_state/context_menu_params.h", | 132 "public/web_state/context_menu_params.h", |
| 133 "public/web_state/credential.h", | 133 "public/web_state/credential.h", |
| 134 "public/web_state/crw_web_controller_observer.h", | 134 "public/web_state/crw_web_controller_observer.h", |
| 135 "public/web_state/crw_web_user_interface_delegate.h", | 135 "public/web_state/crw_web_user_interface_delegate.h", |
| 136 "public/web_state/crw_web_view_proxy.h", | 136 "public/web_state/crw_web_view_proxy.h", |
| 137 "public/web_state/crw_web_view_scroll_view_proxy.h", |
| 138 "public/web_state/global_web_state_observer.h", |
| 139 "public/web_state/js/credential_util.h", |
| 140 "public/web_state/js/crw_js_injection_evaluator.h", |
| 141 "public/web_state/js/crw_js_injection_manager.h", |
| 142 "public/web_state/js/crw_js_injection_receiver.h", |
| 143 "public/web_state/page_display_state.h", |
| 144 "public/web_state/page_display_state.mm", |
| 145 "public/web_state/ui/crw_content_view.h", |
| 146 "public/web_state/ui/crw_generic_content_view.h", |
| 147 "public/web_state/ui/crw_native_content.h", |
| 148 "public/web_state/ui/crw_native_content_provider.h", |
| 149 "public/web_state/ui/crw_web_delegate.h", |
| 150 "public/web_state/ui/crw_web_view_content_view.h", |
| 151 "public/web_state/url_verification_constants.h", |
| 137 "string_util.cc", | 152 "string_util.cc", |
| 138 "url_scheme_util.mm", | 153 "url_scheme_util.mm", |
| 139 "url_util.cc", | 154 "url_util.cc", |
| 140 "web_kit_constants.cc", | 155 "web_kit_constants.cc", |
| 141 "web_thread_impl.cc", | 156 "web_thread_impl.cc", |
| 142 "web_thread_impl.h", | 157 "web_thread_impl.h", |
| 143 "web_view_creation_util.mm", | 158 "web_view_creation_util.mm", |
| 144 "webui/crw_web_ui_manager.h", | 159 "webui/crw_web_ui_manager.h", |
| 145 "webui/crw_web_ui_manager.mm", | 160 "webui/crw_web_ui_manager.mm", |
| 146 "webui/crw_web_ui_page_builder.h", | 161 "webui/crw_web_ui_page_builder.h", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 "//ui/gfx/geometry:geometry", | 207 "//ui/gfx/geometry:geometry", |
| 193 "//ui/resources", | 208 "//ui/resources", |
| 194 "//url", | 209 "//url", |
| 195 ] | 210 ] |
| 196 | 211 |
| 197 public_deps = [ | 212 public_deps = [ |
| 198 ":web_arc", | 213 ":web_arc", |
| 199 ] | 214 ] |
| 200 | 215 |
| 201 sources = [ | 216 sources = [ |
| 202 "public/web_state/crw_web_view_scroll_view_proxy.h", | |
| 203 "public/web_state/global_web_state_observer.h", | |
| 204 "public/web_state/js/credential_util.h", | |
| 205 "public/web_state/js/crw_js_injection_evaluator.h", | |
| 206 "public/web_state/js/crw_js_injection_manager.h", | |
| 207 "public/web_state/js/crw_js_injection_receiver.h", | |
| 208 "public/web_state/page_display_state.h", | |
| 209 "public/web_state/page_display_state.mm", | |
| 210 "public/web_state/ui/crw_content_view.h", | |
| 211 "public/web_state/ui/crw_generic_content_view.h", | |
| 212 "public/web_state/ui/crw_native_content.h", | |
| 213 "public/web_state/ui/crw_native_content_provider.h", | |
| 214 "public/web_state/ui/crw_web_delegate.h", | |
| 215 "public/web_state/ui/crw_web_view_content_view.h", | |
| 216 "public/web_state/url_verification_constants.h", | |
| 217 "public/web_state/web_state.h", | 217 "public/web_state/web_state.h", |
| 218 "public/web_state/web_state_delegate.h", | 218 "public/web_state/web_state_delegate.h", |
| 219 "public/web_state/web_state_delegate_bridge.h", | 219 "public/web_state/web_state_delegate_bridge.h", |
| 220 "public/web_state/web_state_observer.h", | 220 "public/web_state/web_state_observer.h", |
| 221 "public/web_state/web_state_observer_bridge.h", | 221 "public/web_state/web_state_observer_bridge.h", |
| 222 "public/web_state/web_state_policy_decider.h", | 222 "public/web_state/web_state_policy_decider.h", |
| 223 "public/web_state/web_state_user_data.h", | 223 "public/web_state/web_state_user_data.h", |
| 224 "public/web_thread.h", | 224 "public/web_thread.h", |
| 225 "public/web_thread_delegate.h", | 225 "public/web_thread_delegate.h", |
| 226 "public/web_ui_ios_data_source.h", | 226 "public/web_ui_ios_data_source.h", |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 607 } | 607 } |
| 608 | 608 |
| 609 grit("resources") { | 609 grit("resources") { |
| 610 source = "ios_web_resources.grd" | 610 source = "ios_web_resources.grd" |
| 611 use_qualified_include = true | 611 use_qualified_include = true |
| 612 outputs = [ | 612 outputs = [ |
| 613 "grit/ios_web_resources.h", | 613 "grit/ios_web_resources.h", |
| 614 "ios_web_resources.pak", | 614 "ios_web_resources.pak", |
| 615 ] | 615 ] |
| 616 } | 616 } |
| OLD | NEW |