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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 "net/request_tracker_impl.mm", | 90 "net/request_tracker_impl.mm", |
91 "net/web_http_protocol_handler_delegate.h", | 91 "net/web_http_protocol_handler_delegate.h", |
92 "net/web_http_protocol_handler_delegate.mm", | 92 "net/web_http_protocol_handler_delegate.mm", |
93 "string_util.cc", | 93 "string_util.cc", |
94 "url_scheme_util.mm", | 94 "url_scheme_util.mm", |
95 "url_util.cc", | 95 "url_util.cc", |
96 "web_kit_constants.cc", | 96 "web_kit_constants.cc", |
97 "web_thread_impl.cc", | 97 "web_thread_impl.cc", |
98 "web_thread_impl.h", | 98 "web_thread_impl.h", |
99 "web_view_creation_util.mm", | 99 "web_view_creation_util.mm", |
| 100 "webui/crw_web_ui_manager.h", |
| 101 "webui/crw_web_ui_manager.mm", |
| 102 "webui/crw_web_ui_page_builder.h", |
| 103 "webui/crw_web_ui_page_builder.mm", |
| 104 "webui/mojo_facade.h", |
| 105 "webui/mojo_facade.mm", |
| 106 "webui/mojo_js_constants.cc", |
| 107 "webui/mojo_js_constants.h", |
| 108 "webui/shared_resources_data_source_ios.h", |
| 109 "webui/shared_resources_data_source_ios.mm", |
| 110 "webui/url_data_manager_ios.cc", |
| 111 "webui/url_data_manager_ios.h", |
| 112 "webui/url_data_manager_ios_backend.h", |
| 113 "webui/url_data_manager_ios_backend.mm", |
| 114 "webui/url_data_source_ios.mm", |
100 ] | 115 ] |
101 | 116 |
102 libs = [ "WebKit.framework" ] | 117 libs = [ "WebKit.framework" ] |
103 | 118 |
104 configs += [ "//build/config/compiler:enable_arc" ] | 119 configs += [ "//build/config/compiler:enable_arc" ] |
105 } | 120 } |
106 | 121 |
107 source_set("web") { | 122 source_set("web") { |
108 deps = [ | 123 deps = [ |
109 ":core", | 124 ":core", |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 "web_state/web_state_impl.mm", | 275 "web_state/web_state_impl.mm", |
261 "web_state/web_state_observer.mm", | 276 "web_state/web_state_observer.mm", |
262 "web_state/web_state_observer_bridge.mm", | 277 "web_state/web_state_observer_bridge.mm", |
263 "web_state/web_state_policy_decider.mm", | 278 "web_state/web_state_policy_decider.mm", |
264 "web_state/web_state_weak_ptr_factory.h", | 279 "web_state/web_state_weak_ptr_factory.h", |
265 "web_state/web_state_weak_ptr_factory.mm", | 280 "web_state/web_state_weak_ptr_factory.mm", |
266 "web_state/web_view_internal_creation_util.h", | 281 "web_state/web_view_internal_creation_util.h", |
267 "web_state/web_view_internal_creation_util.mm", | 282 "web_state/web_view_internal_creation_util.mm", |
268 "web_state/wk_web_view_security_util.h", | 283 "web_state/wk_web_view_security_util.h", |
269 "web_state/wk_web_view_security_util.mm", | 284 "web_state/wk_web_view_security_util.mm", |
270 "webui/crw_web_ui_manager.h", | |
271 "webui/crw_web_ui_manager.mm", | |
272 "webui/crw_web_ui_page_builder.h", | |
273 "webui/crw_web_ui_page_builder.mm", | |
274 "webui/mojo_facade.h", | |
275 "webui/mojo_facade.mm", | |
276 "webui/mojo_js_constants.cc", | |
277 "webui/mojo_js_constants.h", | |
278 "webui/shared_resources_data_source_ios.h", | |
279 "webui/shared_resources_data_source_ios.mm", | |
280 "webui/url_data_manager_ios.cc", | |
281 "webui/url_data_manager_ios.h", | |
282 "webui/url_data_manager_ios_backend.h", | |
283 "webui/url_data_manager_ios_backend.mm", | |
284 "webui/url_data_source_ios.mm", | |
285 "webui/url_data_source_ios_impl.cc", | 285 "webui/url_data_source_ios_impl.cc", |
286 "webui/url_data_source_ios_impl.h", | 286 "webui/url_data_source_ios_impl.h", |
287 "webui/url_fetcher_block_adapter.h", | 287 "webui/url_fetcher_block_adapter.h", |
288 "webui/url_fetcher_block_adapter.mm", | 288 "webui/url_fetcher_block_adapter.mm", |
289 "webui/web_ui_ios_controller_factory_registry.cc", | 289 "webui/web_ui_ios_controller_factory_registry.cc", |
290 "webui/web_ui_ios_controller_factory_registry.h", | 290 "webui/web_ui_ios_controller_factory_registry.h", |
291 "webui/web_ui_ios_data_source_impl.h", | 291 "webui/web_ui_ios_data_source_impl.h", |
292 "webui/web_ui_ios_data_source_impl.mm", | 292 "webui/web_ui_ios_data_source_impl.mm", |
293 "webui/web_ui_ios_impl.h", | 293 "webui/web_ui_ios_impl.h", |
294 "webui/web_ui_ios_impl.mm", | 294 "webui/web_ui_ios_impl.mm", |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
605 } | 605 } |
606 | 606 |
607 grit("resources") { | 607 grit("resources") { |
608 source = "ios_web_resources.grd" | 608 source = "ios_web_resources.grd" |
609 use_qualified_include = true | 609 use_qualified_include = true |
610 outputs = [ | 610 outputs = [ |
611 "grit/ios_web_resources.h", | 611 "grit/ios_web_resources.h", |
612 "ios_web_resources.pak", | 612 "ios_web_resources.pak", |
613 ] | 613 ] |
614 } | 614 } |
OLD | NEW |