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

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

Issue 2225483002: [ios] Removed CertVerifierBlockAdapter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments Created 4 years, 4 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/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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 102 'net/cert_store_impl.cc',
103 'net/cert_store_impl.h', 103 'net/cert_store_impl.h',
104 'net/cert_verifier_block_adapter.cc',
105 'net/cert_verifier_block_adapter.h',
106 'net/certificate_policy_cache.cc', 104 'net/certificate_policy_cache.cc',
107 'net/clients/crw_js_injection_network_client.h', 105 'net/clients/crw_js_injection_network_client.h',
108 'net/clients/crw_js_injection_network_client.mm', 106 'net/clients/crw_js_injection_network_client.mm',
109 'net/clients/crw_js_injection_network_client_factory.h', 107 'net/clients/crw_js_injection_network_client_factory.h',
110 'net/clients/crw_js_injection_network_client_factory.mm', 108 'net/clients/crw_js_injection_network_client_factory.mm',
111 'net/clients/crw_redirect_network_client.h', 109 'net/clients/crw_redirect_network_client.h',
112 'net/clients/crw_redirect_network_client.mm', 110 'net/clients/crw_redirect_network_client.mm',
113 'net/clients/crw_redirect_network_client_factory.h', 111 'net/clients/crw_redirect_network_client_factory.h',
114 'net/clients/crw_redirect_network_client_factory.mm', 112 'net/clients/crw_redirect_network_client_factory.mm',
115 'net/cookie_notification_bridge.h', 113 'net/cookie_notification_bridge.h',
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'dependencies': [ 568 'dependencies': [
571 '../../base/base.gyp:base' 569 '../../base/base.gyp:base'
572 ], 570 ],
573 'sources': [ 571 'sources': [
574 'public/user_agent.h', 572 'public/user_agent.h',
575 'public/user_agent.mm', 573 'public/user_agent.mm',
576 ], 574 ],
577 }, 575 },
578 ], 576 ],
579 } 577 }
OLDNEW
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/ios_web_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698