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

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

Issue 2327433002: Stop using CertStore which is not compatible with PlzNavigate. (Closed)
Patch Set: remove cert_store on ios Created 4 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 | « ios/web/BUILD.gn ('k') | ios/web/net/cert_store_impl.h » ('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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'navigation/navigation_manager_facade_delegate.h', 92 'navigation/navigation_manager_facade_delegate.h',
93 'navigation/navigation_manager_impl.h', 93 'navigation/navigation_manager_impl.h',
94 'navigation/navigation_manager_impl.mm', 94 'navigation/navigation_manager_impl.mm',
95 'navigation/nscoder_util.h', 95 'navigation/nscoder_util.h',
96 'navigation/nscoder_util.mm', 96 'navigation/nscoder_util.mm',
97 'navigation/time_smoother.cc', 97 'navigation/time_smoother.cc',
98 'navigation/time_smoother.h', 98 'navigation/time_smoother.h',
99 'net/cert_host_pair.cc', 99 'net/cert_host_pair.cc',
100 'net/cert_host_pair.h', 100 'net/cert_host_pair.h',
101 'net/cert_policy.cc', 101 'net/cert_policy.cc',
102 'net/cert_store_impl.cc',
103 'net/cert_store_impl.h',
104 'net/certificate_policy_cache.cc', 102 'net/certificate_policy_cache.cc',
105 'net/clients/crw_js_injection_network_client.h', 103 'net/clients/crw_js_injection_network_client.h',
106 'net/clients/crw_js_injection_network_client.mm', 104 'net/clients/crw_js_injection_network_client.mm',
107 'net/clients/crw_js_injection_network_client_factory.h', 105 'net/clients/crw_js_injection_network_client_factory.h',
108 'net/clients/crw_js_injection_network_client_factory.mm', 106 'net/clients/crw_js_injection_network_client_factory.mm',
109 'net/clients/crw_redirect_network_client.h', 107 'net/clients/crw_redirect_network_client.h',
110 'net/clients/crw_redirect_network_client.mm', 108 'net/clients/crw_redirect_network_client.mm',
111 'net/clients/crw_redirect_network_client_factory.h', 109 'net/clients/crw_redirect_network_client_factory.h',
112 'net/clients/crw_redirect_network_client_factory.mm', 110 'net/clients/crw_redirect_network_client_factory.mm',
113 'net/cookie_notification_bridge.h', 111 'net/cookie_notification_bridge.h',
(...skipping 10 matching lines...) Expand all
124 'net/request_tracker_factory_impl.mm', 122 'net/request_tracker_factory_impl.mm',
125 'net/request_tracker_impl.h', 123 'net/request_tracker_impl.h',
126 'net/request_tracker_impl.mm', 124 'net/request_tracker_impl.mm',
127 'net/web_http_protocol_handler_delegate.h', 125 'net/web_http_protocol_handler_delegate.h',
128 'net/web_http_protocol_handler_delegate.mm', 126 'net/web_http_protocol_handler_delegate.mm',
129 'public/active_state_manager.h', 127 'public/active_state_manager.h',
130 'public/block_types.h', 128 'public/block_types.h',
131 'public/browser_state.h', 129 'public/browser_state.h',
132 'public/browser_url_rewriter.h', 130 'public/browser_url_rewriter.h',
133 'public/cert_policy.h', 131 'public/cert_policy.h',
134 'public/cert_store.h',
135 'public/certificate_policy_cache.h', 132 'public/certificate_policy_cache.h',
136 'public/favicon_status.cc', 133 'public/favicon_status.cc',
137 'public/favicon_status.h', 134 'public/favicon_status.h',
138 'public/favicon_url.cc', 135 'public/favicon_url.cc',
139 'public/favicon_url.h', 136 'public/favicon_url.h',
140 'public/interstitials/web_interstitial.h', 137 'public/interstitials/web_interstitial.h',
141 'public/interstitials/web_interstitial_delegate.h', 138 'public/interstitials/web_interstitial_delegate.h',
142 'public/java_script_dialog_callback.h', 139 'public/java_script_dialog_callback.h',
143 'public/java_script_dialog_presenter.h', 140 'public/java_script_dialog_presenter.h',
144 'public/java_script_dialog_type.h', 141 'public/java_script_dialog_type.h',
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 'dependencies': [ 565 'dependencies': [
569 '../../base/base.gyp:base' 566 '../../base/base.gyp:base'
570 ], 567 ],
571 'sources': [ 568 'sources': [
572 'public/user_agent.h', 569 'public/user_agent.h',
573 'public/user_agent.mm', 570 'public/user_agent.mm',
574 ], 571 ],
575 }, 572 },
576 ], 573 ],
577 } 574 }
OLDNEW
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/net/cert_store_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698