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

Side by Side Diff: net/net.gypi

Issue 2101303005: CertVerifyProcMac: Add Keychain re-ordering hack, check CRLsets in path pruning loop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review changes and url_request_unittest fixes Created 4 years, 5 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
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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'cert/multi_log_ct_verifier.h', 422 'cert/multi_log_ct_verifier.h',
423 'cert/multi_threaded_cert_verifier.cc', 423 'cert/multi_threaded_cert_verifier.cc',
424 'cert/multi_threaded_cert_verifier.h', 424 'cert/multi_threaded_cert_verifier.h',
425 'cert/nss_cert_database.cc', 425 'cert/nss_cert_database.cc',
426 'cert/nss_cert_database.h', 426 'cert/nss_cert_database.h',
427 'cert/nss_cert_database_chromeos.cc', 427 'cert/nss_cert_database_chromeos.cc',
428 'cert/nss_cert_database_chromeos.h', 428 'cert/nss_cert_database_chromeos.h',
429 'cert/nss_profile_filter_chromeos.cc', 429 'cert/nss_profile_filter_chromeos.cc',
430 'cert/nss_profile_filter_chromeos.h', 430 'cert/nss_profile_filter_chromeos.h',
431 'cert/sct_status_flags.h', 431 'cert/sct_status_flags.h',
432 'cert/test_keychain_search_list_mac.cc',
433 'cert/test_keychain_search_list_mac.h',
432 'cert/test_root_certs.cc', 434 'cert/test_root_certs.cc',
433 'cert/test_root_certs.h', 435 'cert/test_root_certs.h',
434 'cert/test_root_certs_android.cc', 436 'cert/test_root_certs_android.cc',
435 'cert/test_root_certs_mac.cc', 437 'cert/test_root_certs_mac.cc',
436 'cert/test_root_certs_nss.cc', 438 'cert/test_root_certs_nss.cc',
437 'cert/test_root_certs_openssl.cc', 439 'cert/test_root_certs_openssl.cc',
438 'cert/test_root_certs_win.cc', 440 'cert/test_root_certs_win.cc',
439 'cert/x509_cert_types_mac.cc', 441 'cert/x509_cert_types_mac.cc',
440 'cert/x509_cert_types_win.cc', 442 'cert/x509_cert_types_win.cc',
441 'cert/x509_certificate_ios.cc', 443 'cert/x509_certificate_ios.cc',
(...skipping 2708 matching lines...) Expand 10 before | Expand all | Expand 10 after
3150 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3152 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3151 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3153 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3152 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3154 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3153 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3155 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3154 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3156 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3155 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3157 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3156 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3158 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3157 ], 3159 ],
3158 } 3160 }
3159 } 3161 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698