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

Side by Side Diff: net/net.gypi

Issue 2282183004: Add error information to VerifyCertificateChain(). (Closed)
Patch Set: 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
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'cert/crl_set.h', 79 'cert/crl_set.h',
80 'cert/ct_known_logs.cc', 80 'cert/ct_known_logs.cc',
81 'cert/ct_known_logs.h', 81 'cert/ct_known_logs.h',
82 'cert/ct_known_logs_static-inc.h', 82 'cert/ct_known_logs_static-inc.h',
83 'cert/ct_policy_enforcer.cc', 83 'cert/ct_policy_enforcer.cc',
84 'cert/ct_policy_enforcer.h', 84 'cert/ct_policy_enforcer.h',
85 'cert/ct_policy_status.h', 85 'cert/ct_policy_status.h',
86 'cert/ct_verifier.h', 86 'cert/ct_verifier.h',
87 'cert/ct_verify_result.cc', 87 'cert/ct_verify_result.cc',
88 'cert/ct_verify_result.h', 88 'cert/ct_verify_result.h',
89 'cert/internal/cert_errors.cc',
90 'cert/internal/cert_errors.h',
89 'cert/internal/cert_issuer_source.h', 91 'cert/internal/cert_issuer_source.h',
90 'cert/internal/cert_issuer_source_aia.cc', 92 'cert/internal/cert_issuer_source_aia.cc',
91 'cert/internal/cert_issuer_source_aia.h', 93 'cert/internal/cert_issuer_source_aia.h',
92 'cert/internal/cert_issuer_source_static.cc', 94 'cert/internal/cert_issuer_source_static.cc',
93 'cert/internal/cert_issuer_source_static.h', 95 'cert/internal/cert_issuer_source_static.h',
94 'cert/internal/certificate_policies.cc', 96 'cert/internal/certificate_policies.cc',
95 'cert/internal/certificate_policies.h', 97 'cert/internal/certificate_policies.h',
96 'cert/internal/extended_key_usage.cc', 98 'cert/internal/extended_key_usage.cc',
97 'cert/internal/extended_key_usage.h', 99 'cert/internal/extended_key_usage.h',
98 'cert/internal/name_constraints.cc', 100 'cert/internal/name_constraints.cc',
(...skipping 3105 matching lines...) Expand 10 before | Expand all | Expand 10 after
3204 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3206 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3205 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3207 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3206 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3208 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3207 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3209 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3208 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3210 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3209 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3211 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3210 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3212 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3211 ], 3213 ],
3212 } 3214 }
3213 } 3215 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698