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

Side by Side Diff: net/BUILD.gn

Issue 2937553003: Make CertificateProviderService vend ClientCertIdentities directly. (Closed)
Patch Set: review changes for comments 11 & 12 Created 3 years, 6 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 | « chrome/browser/chromeos/net/client_cert_store_chromeos.cc ('k') | net/ssl/client_key_store.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "socket/ssl_client_socket_impl.h", 318 "socket/ssl_client_socket_impl.h",
319 "socket/ssl_socket.h", 319 "socket/ssl_socket.h",
320 "ssl/channel_id_service.cc", 320 "ssl/channel_id_service.cc",
321 "ssl/channel_id_service.h", 321 "ssl/channel_id_service.h",
322 "ssl/channel_id_store.cc", 322 "ssl/channel_id_store.cc",
323 "ssl/channel_id_store.h", 323 "ssl/channel_id_store.h",
324 "ssl/client_cert_identity.cc", 324 "ssl/client_cert_identity.cc",
325 "ssl/client_cert_identity.h", 325 "ssl/client_cert_identity.h",
326 "ssl/client_cert_identity_mac.cc", 326 "ssl/client_cert_identity_mac.cc",
327 "ssl/client_cert_identity_mac.h", 327 "ssl/client_cert_identity_mac.h",
328 "ssl/client_key_store.cc",
329 "ssl/client_key_store.h",
330 "ssl/default_channel_id_store.cc", 328 "ssl/default_channel_id_store.cc",
331 "ssl/default_channel_id_store.h", 329 "ssl/default_channel_id_store.h",
332 "ssl/openssl_ssl_util.cc", 330 "ssl/openssl_ssl_util.cc",
333 "ssl/openssl_ssl_util.h", 331 "ssl/openssl_ssl_util.h",
334 "ssl/ssl_cert_request_info.cc", 332 "ssl/ssl_cert_request_info.cc",
335 "ssl/ssl_cert_request_info.h", 333 "ssl/ssl_cert_request_info.h",
336 "ssl/ssl_cipher_suite_names.cc", 334 "ssl/ssl_cipher_suite_names.cc",
337 "ssl/ssl_cipher_suite_names.h", 335 "ssl/ssl_cipher_suite_names.h",
338 "ssl/ssl_client_auth_cache.cc", 336 "ssl/ssl_client_auth_cache.cc",
339 "ssl/ssl_client_auth_cache.h", 337 "ssl/ssl_client_auth_cache.h",
(...skipping 1487 matching lines...) Expand 10 before | Expand all | Expand 10 after
1827 ] 1825 ]
1828 if (is_chromeos) { 1826 if (is_chromeos) {
1829 # These were already removed on non-ChromeOS. 1827 # These were already removed on non-ChromeOS.
1830 sources -= [ 1828 sources -= [
1831 "cert/nss_cert_database_chromeos.cc", 1829 "cert/nss_cert_database_chromeos.cc",
1832 "cert/nss_cert_database_chromeos.h", 1830 "cert/nss_cert_database_chromeos.h",
1833 "cert/nss_profile_filter_chromeos.cc", 1831 "cert/nss_profile_filter_chromeos.cc",
1834 "cert/nss_profile_filter_chromeos.h", 1832 "cert/nss_profile_filter_chromeos.h",
1835 ] 1833 ]
1836 } 1834 }
1837 sources -= [ 1835 sources -= [ "ssl/ssl_platform_key_nss.cc" ]
1838 "ssl/client_key_store.cc",
1839 "ssl/client_key_store.h",
1840 "ssl/ssl_platform_key_nss.cc",
1841 ]
1842 } else { 1836 } else {
1843 sources += [ 1837 sources += [
1844 "third_party/nss/ssl/cmpcert.cc", 1838 "third_party/nss/ssl/cmpcert.cc",
1845 "third_party/nss/ssl/cmpcert.h", 1839 "third_party/nss/ssl/cmpcert.h",
1846 ] 1840 ]
1847 } 1841 }
1848 1842
1849 if (!use_nss_certs) { 1843 if (!use_nss_certs) {
1850 # These files are part of the partial implementation of NSS for 1844 # These files are part of the partial implementation of NSS for
1851 # cert verification, so keep them in that case. 1845 # cert verification, so keep them in that case.
(...skipping 4193 matching lines...) Expand 10 before | Expand all | Expand 10 after
6045 ] 6039 ]
6046 deps = [ 6040 deps = [
6047 ":net_fuzzer_test_support", 6041 ":net_fuzzer_test_support",
6048 ":test_support", 6042 ":test_support",
6049 "//base", 6043 "//base",
6050 "//net", 6044 "//net",
6051 ] 6045 ]
6052 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 6046 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
6053 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 6047 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
6054 } 6048 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/net/client_cert_store_chromeos.cc ('k') | net/ssl/client_key_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698