| 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 '../../base/base.gyp:base', | 18 '../../base/base.gyp:base', |
| 18 '../../content/content.gyp:content_browser', | 19 '../../content/content.gyp:content_browser', |
| 19 '../../net/net.gyp:net', | 20 '../../net/net.gyp:net', |
| 20 '../../ui/base/ui_base.gyp:ui_base', | 21 '../../ui/base/ui_base.gyp:ui_base', |
| 21 '../../ui/gfx/gfx.gyp:gfx', | 22 '../../ui/gfx/gfx.gyp:gfx', |
| 22 ], | 23 ], |
| 23 'sources': [ | 24 'sources': [ |
| 24 'browser_state.cc', | 25 'browser_state.cc', |
| 25 'load_committed_details.cc', | 26 'load_committed_details.cc', |
| 26 'navigation/navigation_item_impl.h', | 27 'navigation/navigation_item_impl.h', |
| 27 'navigation/navigation_item_impl.mm', | 28 'navigation/navigation_item_impl.mm', |
| 29 'navigation/nscoder_util.h', |
| 30 'navigation/nscoder_util.mm', |
| 31 'navigation/time_smoother.cc', |
| 32 'navigation/time_smoother.h', |
| 28 'net/cert_policy.cc', | 33 'net/cert_policy.cc', |
| 29 'net/certificate_policy_cache.cc', | 34 'net/certificate_policy_cache.cc', |
| 35 'net/request_group_util.h', |
| 36 'net/request_group_util.mm', |
| 30 'public/block_types.h', | 37 'public/block_types.h', |
| 31 'public/browser_state.h', | 38 'public/browser_state.h', |
| 32 'public/browser_url_rewriter.h', | 39 'public/browser_url_rewriter.h', |
| 33 'public/cert_policy.h', | 40 'public/cert_policy.h', |
| 34 'public/certificate_policy_cache.h', | 41 'public/certificate_policy_cache.h', |
| 35 'public/favicon_status.cc', | 42 'public/favicon_status.cc', |
| 36 'public/favicon_status.h', | 43 'public/favicon_status.h', |
| 37 'public/favicon_url.cc', | 44 'public/favicon_url.cc', |
| 38 'public/favicon_url.h', | 45 'public/favicon_url.h', |
| 39 'public/interstitials/web_interstitial.h', | 46 'public/interstitials/web_interstitial.h', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 67 'public/web_state/js/crw_js_message_manager.h', | 74 'public/web_state/js/crw_js_message_manager.h', |
| 68 'public/web_state/url_verification_constants.h', | 75 'public/web_state/url_verification_constants.h', |
| 69 'public/web_state/web_state_observer.h', | 76 'public/web_state/web_state_observer.h', |
| 70 'public/web_state/web_state_observer_bridge.h', | 77 'public/web_state/web_state_observer_bridge.h', |
| 71 'public/web_thread.h', | 78 'public/web_thread.h', |
| 72 'public/web_view_type.h', | 79 'public/web_view_type.h', |
| 73 'string_util.cc', | 80 'string_util.cc', |
| 74 'url_scheme_util.mm', | 81 'url_scheme_util.mm', |
| 75 'url_util.cc', | 82 'url_util.cc', |
| 76 'user_metrics.cc', | 83 'user_metrics.cc', |
| 84 'weak_nsobject_counter.h', |
| 85 'weak_nsobject_counter.mm', |
| 86 'web_state/blocked_popup_info.h', |
| 87 'web_state/blocked_popup_info.mm', |
| 88 'web_state/crw_recurring_task_delegate.h', |
| 77 'web_state/js/crw_js_base_manager.mm', | 89 'web_state/js/crw_js_base_manager.mm', |
| 78 'web_state/js/crw_js_common_manager.h', | 90 'web_state/js/crw_js_common_manager.h', |
| 79 'web_state/js/crw_js_common_manager.mm', | 91 'web_state/js/crw_js_common_manager.mm', |
| 80 'web_state/js/crw_js_early_script_manager.mm', | 92 'web_state/js/crw_js_early_script_manager.mm', |
| 81 'web_state/js/crw_js_injection_manager.mm', | 93 'web_state/js/crw_js_injection_manager.mm', |
| 82 'web_state/js/crw_js_injection_receiver.mm', | 94 'web_state/js/crw_js_injection_receiver.mm', |
| 83 'web_state/js/crw_js_message_dynamic_manager.h', | 95 'web_state/js/crw_js_message_dynamic_manager.h', |
| 84 'web_state/js/crw_js_message_dynamic_manager.mm', | 96 'web_state/js/crw_js_message_dynamic_manager.mm', |
| 85 'web_state/js/crw_js_message_manager.mm', | 97 'web_state/js/crw_js_message_manager.mm', |
| 86 'web_state/web_state_observer.cc', | 98 'web_state/web_state_observer.cc', |
| 87 'web_state/web_state_observer_bridge.mm', | 99 'web_state/web_state_observer_bridge.mm', |
| 100 'web_state/wk_web_view_ssl_error_util.h', |
| 101 'web_state/wk_web_view_ssl_error_util.mm', |
| 88 'web_thread.cc', | 102 'web_thread.cc', |
| 89 'web_thread_impl.cc', | 103 'web_thread_impl.cc', |
| 90 'web_thread_impl.h', | 104 'web_thread_impl.h', |
| 91 'web_view_util.h', | 105 'web_view_util.h', |
| 92 'web_view_util.mm', | 106 'web_view_util.mm', |
| 93 ], | 107 ], |
| 94 }, | 108 }, |
| 109 # Target shared by ios_web and CrNet. |
| 110 { |
| 111 'target_name': 'ios_web_core', |
| 112 'type': 'static_library', |
| 113 'dependencies': [ |
| 114 '../../base/base.gyp:base', |
| 115 ], |
| 116 'include_dirs': [ |
| 117 '../..', |
| 118 ], |
| 119 'sources': [ |
| 120 'crw_network_activity_indicator_manager.h', |
| 121 'crw_network_activity_indicator_manager.mm', |
| 122 'history_state_util.h', |
| 123 'history_state_util.mm', |
| 124 ], |
| 125 }, |
| 95 { | 126 { |
| 96 'target_name': 'js_resources', | 127 'target_name': 'js_resources', |
| 97 'type': 'none', | 128 'type': 'none', |
| 98 'sources': [ | 129 'sources': [ |
| 99 'web_state/js/resources/base.js', | 130 'web_state/js/resources/base.js', |
| 100 'web_state/js/resources/common.js', | 131 'web_state/js/resources/common.js', |
| 101 'web_state/js/resources/message.js', | 132 'web_state/js/resources/message.js', |
| 102 'web_state/js/resources/message_dynamic_ui.js', | 133 'web_state/js/resources/message_dynamic_ui.js', |
| 103 'web_state/js/resources/message_dynamic_wk.js', | 134 'web_state/js/resources/message_dynamic_wk.js', |
| 104 ], | 135 ], |
| (...skipping 30 matching lines...) Expand all Loading... |
| 135 'public/test/test_web_state.cc', | 166 'public/test/test_web_state.cc', |
| 136 'public/test/test_web_state.h', | 167 'public/test/test_web_state.h', |
| 137 'public/test/test_web_thread.h', | 168 'public/test/test_web_thread.h', |
| 138 'public/test/test_web_thread_bundle.h', | 169 'public/test/test_web_thread_bundle.h', |
| 139 'test/test_web_thread.cc', | 170 'test/test_web_thread.cc', |
| 140 'test/test_web_thread_bundle.cc', | 171 'test/test_web_thread_bundle.cc', |
| 141 ], | 172 ], |
| 142 }, | 173 }, |
| 143 ], | 174 ], |
| 144 } | 175 } |
| OLD | NEW |