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

Side by Side Diff: net/BUILD.gn

Issue 2862543003: Remove CertVerifyProcOpenSSL. (Closed)
Patch Set: . Created 3 years, 7 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 | net/cert/cert_verify_proc.cc » ('j') | net/cert/cert_verify_proc.cc » ('J')
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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 "cert/cert_verify_proc_android.cc", 525 "cert/cert_verify_proc_android.cc",
526 "cert/cert_verify_proc_android.h", 526 "cert/cert_verify_proc_android.h",
527 "cert/cert_verify_proc_builtin.cc", 527 "cert/cert_verify_proc_builtin.cc",
528 "cert/cert_verify_proc_builtin.h", 528 "cert/cert_verify_proc_builtin.h",
529 "cert/cert_verify_proc_ios.cc", 529 "cert/cert_verify_proc_ios.cc",
530 "cert/cert_verify_proc_ios.h", 530 "cert/cert_verify_proc_ios.h",
531 "cert/cert_verify_proc_mac.cc", 531 "cert/cert_verify_proc_mac.cc",
532 "cert/cert_verify_proc_mac.h", 532 "cert/cert_verify_proc_mac.h",
533 "cert/cert_verify_proc_nss.cc", 533 "cert/cert_verify_proc_nss.cc",
534 "cert/cert_verify_proc_nss.h", 534 "cert/cert_verify_proc_nss.h",
535 "cert/cert_verify_proc_openssl.cc",
536 "cert/cert_verify_proc_openssl.h",
537 "cert/cert_verify_proc_whitelist.cc", 535 "cert/cert_verify_proc_whitelist.cc",
538 "cert/cert_verify_proc_whitelist.h", 536 "cert/cert_verify_proc_whitelist.h",
539 "cert/cert_verify_proc_win.cc", 537 "cert/cert_verify_proc_win.cc",
540 "cert/cert_verify_proc_win.h", 538 "cert/cert_verify_proc_win.h",
541 "cert/crl_set_storage.cc", 539 "cert/crl_set_storage.cc",
542 "cert/crl_set_storage.h", 540 "cert/crl_set_storage.h",
543 "cert/ct_ev_whitelist.h", 541 "cert/ct_ev_whitelist.h",
544 "cert/ct_log_response_parser.cc", 542 "cert/ct_log_response_parser.cc",
545 "cert/ct_log_response_parser.h", 543 "cert/ct_log_response_parser.h",
546 "cert/ct_log_verifier.cc", 544 "cert/ct_log_verifier.cc",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 "cert/nss_cert_database_chromeos.h", 585 "cert/nss_cert_database_chromeos.h",
588 "cert/nss_profile_filter_chromeos.cc", 586 "cert/nss_profile_filter_chromeos.cc",
589 "cert/nss_profile_filter_chromeos.h", 587 "cert/nss_profile_filter_chromeos.h",
590 "cert/test_keychain_search_list_mac.cc", 588 "cert/test_keychain_search_list_mac.cc",
591 "cert/test_keychain_search_list_mac.h", 589 "cert/test_keychain_search_list_mac.h",
592 "cert/test_root_certs.cc", 590 "cert/test_root_certs.cc",
593 "cert/test_root_certs.h", 591 "cert/test_root_certs.h",
594 "cert/test_root_certs_android.cc", 592 "cert/test_root_certs_android.cc",
595 "cert/test_root_certs_mac.cc", 593 "cert/test_root_certs_mac.cc",
596 "cert/test_root_certs_nss.cc", 594 "cert/test_root_certs_nss.cc",
597 "cert/test_root_certs_openssl.cc",
598 "cert/test_root_certs_win.cc", 595 "cert/test_root_certs_win.cc",
599 "cert/x509_cert_types_mac.cc", 596 "cert/x509_cert_types_mac.cc",
600 "cert/x509_cert_types_win.cc", 597 "cert/x509_cert_types_win.cc",
601 "cert/x509_certificate_bytes.cc", 598 "cert/x509_certificate_bytes.cc",
602 "cert/x509_certificate_ios.cc", 599 "cert/x509_certificate_ios.cc",
603 "cert/x509_certificate_known_roots_win.h", 600 "cert/x509_certificate_known_roots_win.h",
604 "cert/x509_certificate_mac.cc", 601 "cert/x509_certificate_mac.cc",
605 "cert/x509_certificate_nss.cc", 602 "cert/x509_certificate_nss.cc",
606 "cert/x509_certificate_win.cc", 603 "cert/x509_certificate_win.cc",
607 "cert/x509_util_android.cc", 604 "cert/x509_util_android.cc",
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1770 if (is_win) { 1767 if (is_win) {
1771 sources -= [ "cert/x509_certificate_win.cc" ] 1768 sources -= [ "cert/x509_certificate_win.cc" ]
1772 } 1769 }
1773 } else { 1770 } else {
1774 sources -= [ "cert/x509_certificate_bytes.cc" ] 1771 sources -= [ "cert/x509_certificate_bytes.cc" ]
1775 } 1772 }
1776 1773
1777 if (!use_openssl_certs) { 1774 if (!use_openssl_certs) {
1778 sources -= [ 1775 sources -= [
1779 "cert/cert_database_openssl.cc", 1776 "cert/cert_database_openssl.cc",
1780 "cert/cert_verify_proc_openssl.cc",
1781 "cert/cert_verify_proc_openssl.h",
1782 "cert/test_root_certs_openssl.cc",
1783 "cert/x509_certificate_openssl.cc", 1777 "cert/x509_certificate_openssl.cc",
1784 "ssl/openssl_client_key_store.cc", 1778 "ssl/openssl_client_key_store.cc",
1785 "ssl/openssl_client_key_store.h", 1779 "ssl/openssl_client_key_store.h",
1786 ] 1780 ]
1787 } else { 1781 } else {
1788 if (is_android) { 1782 if (is_android) {
1789 # Android doesn't use these even when using OpenSSL. 1783 # Android doesn't use this file even when using OpenSSL.
1790 sources -= [ 1784 sources -= [ "cert/cert_database_openssl.cc" ]
1791 "cert/cert_database_openssl.cc",
1792 "cert/cert_verify_proc_openssl.cc",
1793 "cert/test_root_certs_openssl.cc",
1794 ]
1795 } 1785 }
1796 } 1786 }
1797 1787
1798 if (!use_kerberos || is_android) { 1788 if (!use_kerberos || is_android) {
1799 sources -= [ 1789 sources -= [
1800 "http/http_auth_gssapi_posix.cc", 1790 "http/http_auth_gssapi_posix.cc",
1801 "http/http_auth_gssapi_posix.h", 1791 "http/http_auth_gssapi_posix.h",
1802 ] 1792 ]
1803 } 1793 }
1804 1794
(...skipping 4063 matching lines...) Expand 10 before | Expand all | Expand 10 after
5868 ] 5858 ]
5869 deps = [ 5859 deps = [
5870 ":net_fuzzer_test_support", 5860 ":net_fuzzer_test_support",
5871 ":test_support", 5861 ":test_support",
5872 "//base", 5862 "//base",
5873 "//net", 5863 "//net",
5874 ] 5864 ]
5875 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5865 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5876 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5866 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5877 } 5867 }
OLDNEW
« no previous file with comments | « no previous file | net/cert/cert_verify_proc.cc » ('j') | net/cert/cert_verify_proc.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698