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

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: Merged with parent CL Created 5 years, 3 months 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') | ios/web/net/cert_verification_cache.h » ('J')
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_policy.cc', 108 'net/cert_policy.cc',
109 'net/cert_store_impl.cc', 109 'net/cert_store_impl.cc',
110 'net/cert_store_impl.h', 110 'net/cert_store_impl.h',
111 'net/cert_verification_cache.h',
111 'net/cert_verifier_block_adapter.cc', 112 'net/cert_verifier_block_adapter.cc',
112 'net/cert_verifier_block_adapter.h', 113 'net/cert_verifier_block_adapter.h',
113 'net/certificate_policy_cache.cc', 114 'net/certificate_policy_cache.cc',
114 'net/clients/crw_csp_network_client.h', 115 'net/clients/crw_csp_network_client.h',
115 'net/clients/crw_csp_network_client.mm', 116 'net/clients/crw_csp_network_client.mm',
116 'net/clients/crw_js_injection_network_client.h', 117 'net/clients/crw_js_injection_network_client.h',
117 'net/clients/crw_js_injection_network_client.mm', 118 'net/clients/crw_js_injection_network_client.mm',
118 'net/clients/crw_js_injection_network_client_factory.h', 119 'net/clients/crw_js_injection_network_client_factory.h',
119 'net/clients/crw_js_injection_network_client_factory.mm', 120 'net/clients/crw_js_injection_network_client_factory.mm',
120 'net/clients/crw_passkit_delegate.h', 121 'net/clients/crw_passkit_delegate.h',
121 'net/clients/crw_passkit_network_client.h', 122 'net/clients/crw_passkit_network_client.h',
122 'net/clients/crw_passkit_network_client.mm', 123 'net/clients/crw_passkit_network_client.mm',
123 'net/clients/crw_passkit_network_client_factory.h', 124 'net/clients/crw_passkit_network_client_factory.h',
124 'net/clients/crw_passkit_network_client_factory.mm', 125 'net/clients/crw_passkit_network_client_factory.mm',
125 'net/clients/crw_redirect_network_client.h', 126 'net/clients/crw_redirect_network_client.h',
126 'net/clients/crw_redirect_network_client.mm', 127 'net/clients/crw_redirect_network_client.mm',
127 'net/clients/crw_redirect_network_client_factory.h', 128 'net/clients/crw_redirect_network_client_factory.h',
128 'net/clients/crw_redirect_network_client_factory.mm', 129 'net/clients/crw_redirect_network_client_factory.mm',
129 'net/cookie_notification_bridge.h', 130 'net/cookie_notification_bridge.h',
130 'net/cookie_notification_bridge.mm', 131 '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', 132 'net/crw_cert_verification_controller.h',
134 'net/crw_cert_verification_controller.mm', 133 'net/crw_cert_verification_controller.mm',
135 'net/crw_request_tracker_delegate.h', 134 'net/crw_request_tracker_delegate.h',
136 'net/crw_url_verifying_protocol_handler.h', 135 'net/crw_url_verifying_protocol_handler.h',
137 'net/crw_url_verifying_protocol_handler.mm', 136 'net/crw_url_verifying_protocol_handler.mm',
138 'net/request_group_util.h', 137 'net/request_group_util.h',
139 'net/request_group_util.mm', 138 'net/request_group_util.mm',
140 'net/request_tracker_data_memoizing_store.h', 139 'net/request_tracker_data_memoizing_store.h',
141 'net/request_tracker_factory_impl.h', 140 'net/request_tracker_factory_impl.h',
142 'net/request_tracker_factory_impl.mm', 141 'net/request_tracker_factory_impl.mm',
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 'dependencies': [ 553 'dependencies': [
555 '../../base/base.gyp:base' 554 '../../base/base.gyp:base'
556 ], 555 ],
557 'sources': [ 556 'sources': [
558 'public/user_agent.h', 557 'public/user_agent.h',
559 'public/user_agent.mm', 558 'public/user_agent.mm',
560 ], 559 ],
561 }, 560 },
562 ], 561 ],
563 } 562 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/ios_web_unittests.gyp » ('j') | ios/web/net/cert_verification_cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698