| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "public/origin_util.h", | 112 "public/origin_util.h", |
| 113 "public/origin_util.mm", | 113 "public/origin_util.mm", |
| 114 "public/payments/payment_request.h", | 114 "public/payments/payment_request.h", |
| 115 "public/referrer.h", | 115 "public/referrer.h", |
| 116 "public/referrer_util.cc", | 116 "public/referrer_util.cc", |
| 117 "public/referrer_util.h", | 117 "public/referrer_util.h", |
| 118 "public/security_style.h", | 118 "public/security_style.h", |
| 119 "public/ssl_status.cc", | 119 "public/ssl_status.cc", |
| 120 "public/ssl_status.h", | 120 "public/ssl_status.h", |
| 121 "public/string_util.h", | 121 "public/string_util.h", |
| 122 "public/url_data_source_ios.h", |
| 123 "public/url_scheme_util.h", |
| 124 "public/url_schemes.h", |
| 125 "public/url_schemes.mm", |
| 126 "public/url_util.h", |
| 127 "public/web_capabilities.cc", |
| 128 "public/web_capabilities.h", |
| 129 "public/web_client.h", |
| 130 "public/web_client.mm", |
| 131 "public/web_kit_constants.h", |
| 132 "public/web_state/context_menu_params.h", |
| 133 "public/web_state/credential.h", |
| 134 "public/web_state/crw_web_controller_observer.h", |
| 135 "public/web_state/crw_web_user_interface_delegate.h", |
| 136 "public/web_state/crw_web_view_proxy.h", |
| 122 "string_util.cc", | 137 "string_util.cc", |
| 123 "url_scheme_util.mm", | 138 "url_scheme_util.mm", |
| 124 "url_util.cc", | 139 "url_util.cc", |
| 125 "web_kit_constants.cc", | 140 "web_kit_constants.cc", |
| 126 "web_thread_impl.cc", | 141 "web_thread_impl.cc", |
| 127 "web_thread_impl.h", | 142 "web_thread_impl.h", |
| 128 "web_view_creation_util.mm", | 143 "web_view_creation_util.mm", |
| 129 "webui/crw_web_ui_manager.h", | 144 "webui/crw_web_ui_manager.h", |
| 130 "webui/crw_web_ui_manager.mm", | 145 "webui/crw_web_ui_manager.mm", |
| 131 "webui/crw_web_ui_page_builder.h", | 146 "webui/crw_web_ui_page_builder.h", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 "//ui/gfx/geometry:geometry", | 192 "//ui/gfx/geometry:geometry", |
| 178 "//ui/resources", | 193 "//ui/resources", |
| 179 "//url", | 194 "//url", |
| 180 ] | 195 ] |
| 181 | 196 |
| 182 public_deps = [ | 197 public_deps = [ |
| 183 ":web_arc", | 198 ":web_arc", |
| 184 ] | 199 ] |
| 185 | 200 |
| 186 sources = [ | 201 sources = [ |
| 187 "public/url_data_source_ios.h", | |
| 188 "public/url_scheme_util.h", | |
| 189 "public/url_schemes.h", | |
| 190 "public/url_schemes.mm", | |
| 191 "public/url_util.h", | |
| 192 "public/web_capabilities.cc", | |
| 193 "public/web_capabilities.h", | |
| 194 "public/web_client.h", | |
| 195 "public/web_client.mm", | |
| 196 "public/web_kit_constants.h", | |
| 197 "public/web_state/context_menu_params.h", | |
| 198 "public/web_state/credential.h", | |
| 199 "public/web_state/crw_web_controller_observer.h", | |
| 200 "public/web_state/crw_web_user_interface_delegate.h", | |
| 201 "public/web_state/crw_web_view_proxy.h", | |
| 202 "public/web_state/crw_web_view_scroll_view_proxy.h", | 202 "public/web_state/crw_web_view_scroll_view_proxy.h", |
| 203 "public/web_state/global_web_state_observer.h", | 203 "public/web_state/global_web_state_observer.h", |
| 204 "public/web_state/js/credential_util.h", | 204 "public/web_state/js/credential_util.h", |
| 205 "public/web_state/js/crw_js_injection_evaluator.h", | 205 "public/web_state/js/crw_js_injection_evaluator.h", |
| 206 "public/web_state/js/crw_js_injection_manager.h", | 206 "public/web_state/js/crw_js_injection_manager.h", |
| 207 "public/web_state/js/crw_js_injection_receiver.h", | 207 "public/web_state/js/crw_js_injection_receiver.h", |
| 208 "public/web_state/page_display_state.h", | 208 "public/web_state/page_display_state.h", |
| 209 "public/web_state/page_display_state.mm", | 209 "public/web_state/page_display_state.mm", |
| 210 "public/web_state/ui/crw_content_view.h", | 210 "public/web_state/ui/crw_content_view.h", |
| 211 "public/web_state/ui/crw_generic_content_view.h", | 211 "public/web_state/ui/crw_generic_content_view.h", |
| (...skipping 395 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 |