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 { |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 'web_state/web_state_observer.cc', | 212 'web_state/web_state_observer.cc', |
213 'web_state/web_state_observer_bridge.mm', | 213 'web_state/web_state_observer_bridge.mm', |
214 'web_state/web_view_creation_utils.h', | 214 'web_state/web_view_creation_utils.h', |
215 'web_state/web_view_creation_utils.mm', | 215 'web_state/web_view_creation_utils.mm', |
216 'web_state/wk_web_view_ssl_error_util.h', | 216 'web_state/wk_web_view_ssl_error_util.h', |
217 'web_state/wk_web_view_ssl_error_util.mm', | 217 'web_state/wk_web_view_ssl_error_util.mm', |
218 'web_thread.cc', | 218 'web_thread.cc', |
219 'web_thread_impl.cc', | 219 'web_thread_impl.cc', |
220 'web_thread_impl.h', | 220 'web_thread_impl.h', |
221 'web_view_util.mm', | 221 'web_view_util.mm', |
| 222 'webui/crw_web_ui_manager.h', |
| 223 'webui/crw_web_ui_manager.mm', |
222 'webui/crw_web_ui_page_builder.h', | 224 'webui/crw_web_ui_page_builder.h', |
223 'webui/crw_web_ui_page_builder.mm', | 225 'webui/crw_web_ui_page_builder.mm', |
224 'webui/shared_resources_data_source_ios.cc', | 226 'webui/shared_resources_data_source_ios.cc', |
225 'webui/shared_resources_data_source_ios.h', | 227 'webui/shared_resources_data_source_ios.h', |
226 'webui/url_data_manager_ios.cc', | 228 'webui/url_data_manager_ios.cc', |
227 'webui/url_data_manager_ios.h', | 229 'webui/url_data_manager_ios.h', |
228 'webui/url_data_manager_ios_backend.cc', | 230 'webui/url_data_manager_ios_backend.cc', |
229 'webui/url_data_manager_ios_backend.h', | 231 'webui/url_data_manager_ios_backend.h', |
230 'webui/url_data_source_ios.cc', | 232 'webui/url_data_source_ios.cc', |
231 'webui/url_data_source_ios_impl.cc', | 233 'webui/url_data_source_ios_impl.cc', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 { | 330 { |
329 'target_name': 'js_resources', | 331 'target_name': 'js_resources', |
330 'type': 'none', | 332 'type': 'none', |
331 'dependencies': [ | 333 'dependencies': [ |
332 'ios_web_js_bundle_ui', | 334 'ios_web_js_bundle_ui', |
333 'ios_web_js_bundle_wk', | 335 'ios_web_js_bundle_wk', |
334 ], | 336 ], |
335 'sources': [ | 337 'sources': [ |
336 'web_state/js/resources/plugin_placeholder.js', | 338 'web_state/js/resources/plugin_placeholder.js', |
337 'web_state/js/resources/window_id.js', | 339 'web_state/js/resources/window_id.js', |
| 340 'webui/resources/web_ui.js', |
338 ], | 341 ], |
339 'link_settings': { | 342 'link_settings': { |
340 'mac_bundle_resources': [ | 343 'mac_bundle_resources': [ |
341 '<(SHARED_INTERMEDIATE_DIR)/plugin_placeholder.js', | 344 '<(SHARED_INTERMEDIATE_DIR)/plugin_placeholder.js', |
342 '<(SHARED_INTERMEDIATE_DIR)/window_id.js', | 345 '<(SHARED_INTERMEDIATE_DIR)/window_id.js', |
| 346 '<(SHARED_INTERMEDIATE_DIR)/web_ui.js', |
343 ], | 347 ], |
344 }, | 348 }, |
345 'includes': [ | 349 'includes': [ |
346 'js_compile.gypi' | 350 'js_compile.gypi' |
347 ], | 351 ], |
348 }, | 352 }, |
349 { | 353 { |
350 'target_name': 'test_support_ios_web', | 354 'target_name': 'test_support_ios_web', |
351 'type': 'static_library', | 355 'type': 'static_library', |
352 'dependencies': [ | 356 'dependencies': [ |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 'dependencies': [ | 410 'dependencies': [ |
407 '../../base/base.gyp:base' | 411 '../../base/base.gyp:base' |
408 ], | 412 ], |
409 'sources': [ | 413 'sources': [ |
410 'public/user_agent.h', | 414 'public/user_agent.h', |
411 'public/user_agent.mm', | 415 'public/user_agent.mm', |
412 ], | 416 ], |
413 }, | 417 }, |
414 ], | 418 ], |
415 } | 419 } |
OLD | NEW |