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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 "string_util.cc", | 169 "string_util.cc", |
170 "url_scheme_util.mm", | 170 "url_scheme_util.mm", |
171 "url_util.cc", | 171 "url_util.cc", |
172 "web_kit_constants.cc", | 172 "web_kit_constants.cc", |
173 "web_state/blocked_popup_info.h", | 173 "web_state/blocked_popup_info.h", |
174 "web_state/blocked_popup_info.mm", | 174 "web_state/blocked_popup_info.mm", |
175 "web_state/context_menu_params.mm", | 175 "web_state/context_menu_params.mm", |
176 "web_state/credential.cc", | 176 "web_state/credential.cc", |
177 "web_state/crw_pass_kit_downloader.h", | 177 "web_state/crw_pass_kit_downloader.h", |
178 "web_state/crw_pass_kit_downloader.mm", | 178 "web_state/crw_pass_kit_downloader.mm", |
| 179 "web_state/crw_web_view_proxy_impl.h", |
| 180 "web_state/crw_web_view_proxy_impl.mm", |
| 181 "web_state/crw_web_view_scroll_view_proxy.mm", |
| 182 "web_state/error_translation_util.h", |
| 183 "web_state/error_translation_util.mm", |
| 184 "web_state/global_web_state_event_tracker.h", |
| 185 "web_state/global_web_state_event_tracker.mm", |
| 186 "web_state/global_web_state_observer.cc", |
| 187 "web_state/js/credential_util.mm", |
| 188 "web_state/js/crw_js_injection_manager.mm", |
| 189 "web_state/js/crw_js_injection_receiver.mm", |
| 190 "web_state/js/crw_js_plugin_placeholder_manager.h", |
| 191 "web_state/js/crw_js_plugin_placeholder_manager.mm", |
| 192 "web_state/js/crw_js_post_request_loader.h", |
| 193 "web_state/js/crw_js_post_request_loader.mm", |
179 "web_thread_impl.cc", | 194 "web_thread_impl.cc", |
180 "web_thread_impl.h", | 195 "web_thread_impl.h", |
181 "web_view_creation_util.mm", | 196 "web_view_creation_util.mm", |
182 "webui/crw_web_ui_manager.h", | 197 "webui/crw_web_ui_manager.h", |
183 "webui/crw_web_ui_manager.mm", | 198 "webui/crw_web_ui_manager.mm", |
184 "webui/crw_web_ui_page_builder.h", | 199 "webui/crw_web_ui_page_builder.h", |
185 "webui/crw_web_ui_page_builder.mm", | 200 "webui/crw_web_ui_page_builder.mm", |
186 "webui/mojo_facade.h", | 201 "webui/mojo_facade.h", |
187 "webui/mojo_facade.mm", | 202 "webui/mojo_facade.mm", |
188 "webui/mojo_js_constants.cc", | 203 "webui/mojo_js_constants.cc", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 "//ui/gfx/geometry:geometry", | 245 "//ui/gfx/geometry:geometry", |
231 "//ui/resources", | 246 "//ui/resources", |
232 "//url", | 247 "//url", |
233 ] | 248 ] |
234 | 249 |
235 public_deps = [ | 250 public_deps = [ |
236 ":web_arc", | 251 ":web_arc", |
237 ] | 252 ] |
238 | 253 |
239 sources = [ | 254 sources = [ |
240 "web_state/crw_web_view_proxy_impl.h", | |
241 "web_state/crw_web_view_proxy_impl.mm", | |
242 "web_state/crw_web_view_scroll_view_proxy.mm", | |
243 "web_state/error_translation_util.h", | |
244 "web_state/error_translation_util.mm", | |
245 "web_state/global_web_state_event_tracker.h", | |
246 "web_state/global_web_state_event_tracker.mm", | |
247 "web_state/global_web_state_observer.cc", | |
248 "web_state/js/credential_util.mm", | |
249 "web_state/js/crw_js_injection_manager.mm", | |
250 "web_state/js/crw_js_injection_receiver.mm", | |
251 "web_state/js/crw_js_plugin_placeholder_manager.h", | |
252 "web_state/js/crw_js_plugin_placeholder_manager.mm", | |
253 "web_state/js/crw_js_post_request_loader.h", | |
254 "web_state/js/crw_js_post_request_loader.mm", | |
255 "web_state/js/crw_js_window_id_manager.h", | 255 "web_state/js/crw_js_window_id_manager.h", |
256 "web_state/js/crw_js_window_id_manager.mm", | 256 "web_state/js/crw_js_window_id_manager.mm", |
257 "web_state/js/page_script_util.h", | 257 "web_state/js/page_script_util.h", |
258 "web_state/js/page_script_util.mm", | 258 "web_state/js/page_script_util.mm", |
259 "web_state/page_viewport_state.h", | 259 "web_state/page_viewport_state.h", |
260 "web_state/page_viewport_state.mm", | 260 "web_state/page_viewport_state.mm", |
261 "web_state/ui/crw_generic_content_view.mm", | 261 "web_state/ui/crw_generic_content_view.mm", |
262 "web_state/ui/crw_swipe_recognizer_provider.h", | 262 "web_state/ui/crw_swipe_recognizer_provider.h", |
263 "web_state/ui/crw_touch_tracking_recognizer.h", | 263 "web_state/ui/crw_touch_tracking_recognizer.h", |
264 "web_state/ui/crw_touch_tracking_recognizer.mm", | 264 "web_state/ui/crw_touch_tracking_recognizer.mm", |
(...skipping 342 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 |