OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
11 'target_name': 'ios_web', | 11 'target_name': 'ios_web', |
12 'type': 'static_library', | 12 'type': 'static_library', |
13 'include_dirs': [ | 13 'include_dirs': [ |
14 '../..', | 14 '../..', |
15 ], | 15 ], |
16 'dependencies': [ | 16 'dependencies': [ |
17 'ios_web_core', | 17 'ios_web_core', |
18 'js_resources', | 18 'js_resources', |
19 'user_agent', | 19 'user_agent', |
20 '../../base/base.gyp:base', | 20 '../../base/base.gyp:base', |
21 '../../content/content.gyp:content_browser', | 21 '../../content/content.gyp:content_browser', |
22 '../../ios/net/ios_net.gyp:ios_net', | 22 '../../ios/net/ios_net.gyp:ios_net', |
23 '../../ios/third_party/blink/blink_html_tokenizer.gyp:blink_html_tokeniz
er', | 23 '../../ios/third_party/blink/blink_html_tokenizer.gyp:blink_html_tokeniz
er', |
24 '../../net/net.gyp:net', | 24 '../../net/net.gyp:net', |
25 '../../ui/base/ui_base.gyp:ui_base', | 25 '../../ui/base/ui_base.gyp:ui_base', |
26 '../../ui/gfx/gfx.gyp:gfx', | 26 '../../ui/gfx/gfx.gyp:gfx', |
| 27 '../../ui/gfx/gfx.gyp:gfx_geometry', |
| 28 '../../ui/resources/ui_resources.gyp:ui_resources', |
27 '../../url/url.gyp:url_lib', | 29 '../../url/url.gyp:url_lib', |
28 ], | 30 ], |
29 'sources': [ | 31 'sources': [ |
30 'alloc_with_zone_interceptor.h', | 32 'alloc_with_zone_interceptor.h', |
31 'alloc_with_zone_interceptor.mm', | 33 'alloc_with_zone_interceptor.mm', |
32 'browser_state.cc', | 34 'browser_state.cc', |
33 'load_committed_details.cc', | 35 'load_committed_details.cc', |
34 'navigation/navigation_item_impl.h', | 36 'navigation/navigation_item_impl.h', |
35 'navigation/navigation_item_impl.mm', | 37 'navigation/navigation_item_impl.mm', |
36 'navigation/nscoder_util.h', | 38 'navigation/nscoder_util.h', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 'public/referrer_util.cc', | 83 'public/referrer_util.cc', |
82 'public/security_style.h', | 84 'public/security_style.h', |
83 'public/ssl_status.cc', | 85 'public/ssl_status.cc', |
84 'public/ssl_status.h', | 86 'public/ssl_status.h', |
85 'public/string_util.h', | 87 'public/string_util.h', |
86 'public/url_scheme_util.h', | 88 'public/url_scheme_util.h', |
87 'public/url_util.h', | 89 'public/url_util.h', |
88 'public/user_agent.h', | 90 'public/user_agent.h', |
89 'public/user_agent.mm', | 91 'public/user_agent.mm', |
90 'public/user_metrics.h', | 92 'public/user_metrics.h', |
| 93 'public/web/url_data_source_ios.h', |
91 'public/web_client.h', | 94 'public/web_client.h', |
92 'public/web_client.mm', | 95 'public/web_client.mm', |
93 'public/web_state/credential.h', | 96 'public/web_state/credential.h', |
94 'public/web_state/crw_native_content.h', | 97 'public/web_state/crw_native_content.h', |
95 'public/web_state/crw_native_content_provider.h', | 98 'public/web_state/crw_native_content_provider.h', |
96 'public/web_state/crw_web_controller_observer.h', | 99 'public/web_state/crw_web_controller_observer.h', |
97 'public/web_state/crw_web_delegate.h', | 100 'public/web_state/crw_web_delegate.h', |
98 'public/web_state/crw_web_user_interface_delegate.h' | 101 'public/web_state/crw_web_user_interface_delegate.h' |
99 'public/web_state/crw_web_view_proxy.h' | 102 'public/web_state/crw_web_view_proxy.h' |
100 'public/web_state/crw_web_view_scroll_view_proxy.h' | 103 'public/web_state/crw_web_view_scroll_view_proxy.h' |
101 'public/web_state/js/crw_js_base_manager.h', | 104 'public/web_state/js/crw_js_base_manager.h', |
102 'public/web_state/js/crw_js_injection_evaluator.h', | 105 'public/web_state/js/crw_js_injection_evaluator.h', |
103 'public/web_state/js/crw_js_injection_manager.h', | 106 'public/web_state/js/crw_js_injection_manager.h', |
104 'public/web_state/js/crw_js_injection_receiver.h', | 107 'public/web_state/js/crw_js_injection_receiver.h', |
105 'public/web_state/page_scroll_state.h', | 108 'public/web_state/page_scroll_state.h', |
106 'public/web_state/page_scroll_state.mm', | 109 'public/web_state/page_scroll_state.mm', |
107 'public/web_state/url_verification_constants.h', | 110 'public/web_state/url_verification_constants.h', |
108 'public/web_state/web_state_observer.h', | 111 'public/web_state/web_state_observer.h', |
109 'public/web_state/web_state_observer_bridge.h', | 112 'public/web_state/web_state_observer_bridge.h', |
110 'public/web_thread.h', | 113 'public/web_thread.h', |
| 114 'public/web_ui_ios_data_source.h', |
111 'public/web_view_type.h', | 115 'public/web_view_type.h', |
112 'public/web_view_util.h', | 116 'public/web_view_util.h', |
113 'string_util.cc', | 117 'string_util.cc', |
114 'ui_web_view_util.h', | 118 'ui_web_view_util.h', |
115 'ui_web_view_util.mm', | 119 'ui_web_view_util.mm', |
116 'url_scheme_util.mm', | 120 'url_scheme_util.mm', |
117 'url_util.cc', | 121 'url_util.cc', |
118 'user_metrics.cc', | 122 'user_metrics.cc', |
119 'weak_nsobject_counter.h', | 123 'weak_nsobject_counter.h', |
120 'weak_nsobject_counter.mm', | 124 'weak_nsobject_counter.mm', |
(...skipping 15 matching lines...) Expand all Loading... |
136 'web_state/js/crw_js_window_id_manager.mm', | 140 'web_state/js/crw_js_window_id_manager.mm', |
137 'web_state/js/page_script_util.h', | 141 'web_state/js/page_script_util.h', |
138 'web_state/js/page_script_util.mm', | 142 'web_state/js/page_script_util.mm', |
139 'web_state/ui/crw_context_menu_provider.h', | 143 'web_state/ui/crw_context_menu_provider.h', |
140 'web_state/ui/crw_context_menu_provider.mm', | 144 'web_state/ui/crw_context_menu_provider.mm', |
141 'web_state/ui/crw_debug_web_view.h', | 145 'web_state/ui/crw_debug_web_view.h', |
142 'web_state/ui/crw_debug_web_view.mm', | 146 'web_state/ui/crw_debug_web_view.mm', |
143 'web_state/ui/crw_simple_web_view_controller.h', | 147 'web_state/ui/crw_simple_web_view_controller.h', |
144 'web_state/ui/crw_static_file_web_view.h', | 148 'web_state/ui/crw_static_file_web_view.h', |
145 'web_state/ui/crw_static_file_web_view.mm', | 149 'web_state/ui/crw_static_file_web_view.mm', |
146 'web_state/web_state_observer.cc', | |
147 'web_state/web_state_observer_bridge.mm', | |
148 'web_state/wk_web_view_ssl_error_util.h', | |
149 'web_state/wk_web_view_ssl_error_util.mm', | |
150 'web_state/ui/crw_swipe_recognizer_provider.h', | 150 'web_state/ui/crw_swipe_recognizer_provider.h', |
151 'web_state/ui/crw_touch_tracking_recognizer.h', | 151 'web_state/ui/crw_touch_tracking_recognizer.h', |
152 'web_state/ui/crw_touch_tracking_recognizer.mm', | 152 'web_state/ui/crw_touch_tracking_recognizer.mm', |
153 'web_state/ui/crw_ui_simple_web_view_controller.h', | 153 'web_state/ui/crw_ui_simple_web_view_controller.h', |
154 'web_state/ui/crw_ui_simple_web_view_controller.mm', | 154 'web_state/ui/crw_ui_simple_web_view_controller.mm', |
155 'web_state/ui/crw_wk_simple_web_view_controller.h', | 155 'web_state/ui/crw_wk_simple_web_view_controller.h', |
156 'web_state/ui/crw_wk_simple_web_view_controller.mm', | 156 'web_state/ui/crw_wk_simple_web_view_controller.mm', |
157 'web_state/ui/crw_wk_web_view_crash_detector.h', | 157 'web_state/ui/crw_wk_web_view_crash_detector.h', |
158 'web_state/ui/crw_wk_web_view_crash_detector.mm', | 158 'web_state/ui/crw_wk_web_view_crash_detector.mm', |
159 'web_state/ui/web_view_js_utils.h', | 159 'web_state/ui/web_view_js_utils.h', |
160 'web_state/ui/web_view_js_utils.mm', | 160 'web_state/ui/web_view_js_utils.mm', |
| 161 'web_state/web_state_observer.cc', |
| 162 'web_state/web_state_observer_bridge.mm', |
| 163 'web_state/wk_web_view_ssl_error_util.h', |
| 164 'web_state/wk_web_view_ssl_error_util.mm', |
161 'web_thread.cc', | 165 'web_thread.cc', |
162 'web_thread_impl.cc', | 166 'web_thread_impl.cc', |
163 'web_thread_impl.h', | 167 'web_thread_impl.h', |
164 'web_view_util.mm', | 168 'web_view_util.mm', |
| 169 'webui/crw_web_ui_page_builder.h', |
| 170 'webui/crw_web_ui_page_builder.mm', |
| 171 'webui/shared_resources_data_source_ios.cc', |
| 172 'webui/shared_resources_data_source_ios.h', |
| 173 'webui/url_data_manager_ios.cc', |
| 174 'webui/url_data_manager_ios.h', |
| 175 'webui/url_data_manager_ios_backend.cc', |
| 176 'webui/url_data_manager_ios_backend.h', |
| 177 'webui/url_data_source_ios.cc', |
| 178 'webui/url_data_source_ios_impl.cc', |
| 179 'webui/url_data_source_ios_impl.h', |
| 180 'webui/url_fetcher_block_adapter.h', |
| 181 'webui/url_fetcher_block_adapter.mm', |
| 182 'webui/web_ui_ios_controller_factory_registry.cc', |
| 183 'webui/web_ui_ios_controller_factory_registry.h', |
| 184 'webui/web_ui_ios_data_source_impl.cc', |
| 185 'webui/web_ui_ios_data_source_impl.h', |
| 186 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/webui_resources_map.cc', |
165 ], | 187 ], |
166 'link_settings': { | 188 'link_settings': { |
167 'xcode_settings': { | 189 'xcode_settings': { |
168 'OTHER_LDFLAGS': [ | 190 'OTHER_LDFLAGS': [ |
169 '-weak_framework WebKit', | 191 '-weak_framework WebKit', |
170 ] | 192 ] |
171 }, | 193 }, |
172 }, | 194 }, |
173 }, | 195 }, |
174 # Target shared by ios_web and CrNet. | 196 # Target shared by ios_web and CrNet. |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
320 'dependencies': [ | 342 'dependencies': [ |
321 '../../base/base.gyp:base' | 343 '../../base/base.gyp:base' |
322 ], | 344 ], |
323 'sources': [ | 345 'sources': [ |
324 'public/user_agent.h', | 346 'public/user_agent.h', |
325 'public/user_agent.mm', | 347 'public/user_agent.mm', |
326 ], | 348 ], |
327 }, | 349 }, |
328 ], | 350 ], |
329 } | 351 } |
OLD | NEW |