Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Side by Side Diff: ios/web/ios_web.gyp

Issue 1357773002: WKWebView: Implemented recoverable SSL interstitials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lock_coloring
Patch Set: Addressed unit tests review comments Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ios/web/ios_web_unittests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'navigation/navigation_manager_delegate.h', 98 'navigation/navigation_manager_delegate.h',
99 'navigation/navigation_manager_facade_delegate.h', 99 'navigation/navigation_manager_facade_delegate.h',
100 'navigation/navigation_manager_impl.h', 100 'navigation/navigation_manager_impl.h',
101 'navigation/navigation_manager_impl.mm', 101 'navigation/navigation_manager_impl.mm',
102 'navigation/nscoder_util.h', 102 'navigation/nscoder_util.h',
103 'navigation/nscoder_util.mm', 103 'navigation/nscoder_util.mm',
104 'navigation/time_smoother.cc', 104 'navigation/time_smoother.cc',
105 'navigation/time_smoother.h', 105 'navigation/time_smoother.h',
106 'navigation/web_load_params.h', 106 'navigation/web_load_params.h',
107 'navigation/web_load_params.mm', 107 'navigation/web_load_params.mm',
108 'net/cert_host_pair.h',
109 'net/cert_host_pair.cc',
108 'net/cert_policy.cc', 110 'net/cert_policy.cc',
109 'net/cert_store_impl.cc', 111 'net/cert_store_impl.cc',
110 'net/cert_store_impl.h', 112 'net/cert_store_impl.h',
111 'net/cert_verifier_block_adapter.cc', 113 'net/cert_verifier_block_adapter.cc',
112 'net/cert_verifier_block_adapter.h', 114 'net/cert_verifier_block_adapter.h',
113 'net/certificate_policy_cache.cc', 115 'net/certificate_policy_cache.cc',
114 'net/clients/crw_csp_network_client.h', 116 'net/clients/crw_csp_network_client.h',
115 'net/clients/crw_csp_network_client.mm', 117 'net/clients/crw_csp_network_client.mm',
116 'net/clients/crw_js_injection_network_client.h', 118 'net/clients/crw_js_injection_network_client.h',
117 'net/clients/crw_js_injection_network_client.mm', 119 'net/clients/crw_js_injection_network_client.mm',
118 'net/clients/crw_js_injection_network_client_factory.h', 120 'net/clients/crw_js_injection_network_client_factory.h',
119 'net/clients/crw_js_injection_network_client_factory.mm', 121 'net/clients/crw_js_injection_network_client_factory.mm',
120 'net/clients/crw_passkit_delegate.h', 122 'net/clients/crw_passkit_delegate.h',
121 'net/clients/crw_passkit_network_client.h', 123 'net/clients/crw_passkit_network_client.h',
122 'net/clients/crw_passkit_network_client.mm', 124 'net/clients/crw_passkit_network_client.mm',
123 'net/clients/crw_passkit_network_client_factory.h', 125 'net/clients/crw_passkit_network_client_factory.h',
124 'net/clients/crw_passkit_network_client_factory.mm', 126 'net/clients/crw_passkit_network_client_factory.mm',
125 'net/clients/crw_redirect_network_client.h', 127 'net/clients/crw_redirect_network_client.h',
126 'net/clients/crw_redirect_network_client.mm', 128 'net/clients/crw_redirect_network_client.mm',
127 'net/clients/crw_redirect_network_client_factory.h', 129 'net/clients/crw_redirect_network_client_factory.h',
128 'net/clients/crw_redirect_network_client_factory.mm', 130 'net/clients/crw_redirect_network_client_factory.mm',
129 'net/cookie_notification_bridge.h', 131 'net/cookie_notification_bridge.h',
130 'net/cookie_notification_bridge.mm', 132 'net/cookie_notification_bridge.mm',
131 'net/crw_cert_policy_cache.h',
132 'net/crw_cert_policy_cache.mm',
133 'net/crw_cert_verification_controller.h', 133 'net/crw_cert_verification_controller.h',
134 'net/crw_cert_verification_controller.mm', 134 'net/crw_cert_verification_controller.mm',
135 'net/crw_request_tracker_delegate.h', 135 'net/crw_request_tracker_delegate.h',
136 'net/crw_url_verifying_protocol_handler.h', 136 'net/crw_url_verifying_protocol_handler.h',
137 'net/crw_url_verifying_protocol_handler.mm', 137 'net/crw_url_verifying_protocol_handler.mm',
138 'net/request_group_util.h', 138 'net/request_group_util.h',
139 'net/request_group_util.mm', 139 'net/request_group_util.mm',
140 'net/request_tracker_data_memoizing_store.h', 140 'net/request_tracker_data_memoizing_store.h',
141 'net/request_tracker_factory_impl.h', 141 'net/request_tracker_factory_impl.h',
142 'net/request_tracker_factory_impl.mm', 142 'net/request_tracker_factory_impl.mm',
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 'dependencies': [ 566 'dependencies': [
567 '../../base/base.gyp:base' 567 '../../base/base.gyp:base'
568 ], 568 ],
569 'sources': [ 569 'sources': [
570 'public/user_agent.h', 570 'public/user_agent.h',
571 'public/user_agent.mm', 571 'public/user_agent.mm',
572 ], 572 ],
573 }, 573 },
574 ], 574 ],
575 } 575 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/ios_web_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698