| 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/web/js_compile.gni") | 5 import("//ios/web/js_compile.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 import("//tools/grit/grit_rule.gni") | 7 import("//tools/grit/grit_rule.gni") |
| 8 | 8 |
| 9 source_set("web") { | 9 source_set("web") { |
| 10 deps = [ | 10 deps = [ |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | 122 "public/url_data_source_ios.h", |
| 123 "public/url_scheme_util.h", | 123 "public/url_scheme_util.h", |
| 124 "public/url_schemes.h", | 124 "public/url_schemes.h", |
| 125 "public/url_schemes.mm", | 125 "public/url_schemes.mm", |
| 126 "public/url_util.h", | 126 "public/url_util.h", |
| 127 "public/user_metrics.h", | |
| 128 "public/web_capabilities.cc", | 127 "public/web_capabilities.cc", |
| 129 "public/web_capabilities.h", | 128 "public/web_capabilities.h", |
| 130 "public/web_client.h", | 129 "public/web_client.h", |
| 131 "public/web_client.mm", | 130 "public/web_client.mm", |
| 132 "public/web_kit_constants.h", | 131 "public/web_kit_constants.h", |
| 133 "public/web_state/context_menu_params.h", | 132 "public/web_state/context_menu_params.h", |
| 134 "public/web_state/credential.h", | 133 "public/web_state/credential.h", |
| 135 "public/web_state/crw_web_controller_observer.h", | 134 "public/web_state/crw_web_controller_observer.h", |
| 136 "public/web_state/crw_web_user_interface_delegate.h", | 135 "public/web_state/crw_web_user_interface_delegate.h", |
| 137 "public/web_state/crw_web_view_proxy.h", | 136 "public/web_state/crw_web_view_proxy.h", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 157 "public/web_state/web_state_observer_bridge.h", | 156 "public/web_state/web_state_observer_bridge.h", |
| 158 "public/web_state/web_state_policy_decider.h", | 157 "public/web_state/web_state_policy_decider.h", |
| 159 "public/web_state/web_state_user_data.h", | 158 "public/web_state/web_state_user_data.h", |
| 160 "public/web_thread.h", | 159 "public/web_thread.h", |
| 161 "public/web_thread_delegate.h", | 160 "public/web_thread_delegate.h", |
| 162 "public/web_ui_ios_data_source.h", | 161 "public/web_ui_ios_data_source.h", |
| 163 "public/web_view_creation_util.h", | 162 "public/web_view_creation_util.h", |
| 164 "string_util.cc", | 163 "string_util.cc", |
| 165 "url_scheme_util.mm", | 164 "url_scheme_util.mm", |
| 166 "url_util.cc", | 165 "url_util.cc", |
| 167 "user_metrics.cc", | |
| 168 "web_kit_constants.cc", | 166 "web_kit_constants.cc", |
| 169 "web_state/blocked_popup_info.h", | 167 "web_state/blocked_popup_info.h", |
| 170 "web_state/blocked_popup_info.mm", | 168 "web_state/blocked_popup_info.mm", |
| 171 "web_state/context_menu_params.mm", | 169 "web_state/context_menu_params.mm", |
| 172 "web_state/credential.cc", | 170 "web_state/credential.cc", |
| 173 "web_state/crw_pass_kit_downloader.h", | 171 "web_state/crw_pass_kit_downloader.h", |
| 174 "web_state/crw_pass_kit_downloader.mm", | 172 "web_state/crw_pass_kit_downloader.mm", |
| 175 "web_state/crw_web_view_proxy_impl.h", | 173 "web_state/crw_web_view_proxy_impl.h", |
| 176 "web_state/crw_web_view_proxy_impl.mm", | 174 "web_state/crw_web_view_proxy_impl.mm", |
| 177 "web_state/crw_web_view_scroll_view_proxy.mm", | 175 "web_state/crw_web_view_scroll_view_proxy.mm", |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 use_qualified_include = true | 529 use_qualified_include = true |
| 532 outputs = [ | 530 outputs = [ |
| 533 "grit/ios_web_resources.h", | 531 "grit/ios_web_resources.h", |
| 534 "ios_web_resources.pak", | 532 "ios_web_resources.pak", |
| 535 ] | 533 ] |
| 536 grit_flags = [ | 534 grit_flags = [ |
| 537 "-E", | 535 "-E", |
| 538 "root_out_dir=" + rebase_path(root_out_dir, root_build_dir), | 536 "root_out_dir=" + rebase_path(root_out_dir, root_build_dir), |
| 539 ] | 537 ] |
| 540 } | 538 } |
| OLD | NEW |