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

Side by Side Diff: net/net.gypi

Issue 2329593002: Add optional context for certificate errors. (Closed)
Patch Set: Address Matt's comments 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_error_id.cc',
90 'cert/internal/cert_error_id.h',
91 'cert/internal/cert_error_params.cc',
92 'cert/internal/cert_error_params.h',
93 'cert/internal/cert_error_scoper.cc',
94 'cert/internal/cert_error_scoper.h',
89 'cert/internal/cert_errors.cc', 95 'cert/internal/cert_errors.cc',
90 'cert/internal/cert_errors.h', 96 'cert/internal/cert_errors.h',
91 'cert/internal/cert_issuer_source.h', 97 'cert/internal/cert_issuer_source.h',
92 'cert/internal/cert_issuer_source_aia.cc', 98 'cert/internal/cert_issuer_source_aia.cc',
93 'cert/internal/cert_issuer_source_aia.h', 99 'cert/internal/cert_issuer_source_aia.h',
94 'cert/internal/cert_issuer_source_static.cc', 100 'cert/internal/cert_issuer_source_static.cc',
95 'cert/internal/cert_issuer_source_static.h', 101 'cert/internal/cert_issuer_source_static.h',
96 'cert/internal/certificate_policies.cc', 102 'cert/internal/certificate_policies.cc',
97 'cert/internal/certificate_policies.h', 103 'cert/internal/certificate_policies.h',
98 'cert/internal/extended_key_usage.cc', 104 'cert/internal/extended_key_usage.cc',
(...skipping 3117 matching lines...) Expand 10 before | Expand all | Expand 10 after
3216 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3222 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3217 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3223 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3218 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3224 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3219 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3225 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3220 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3226 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3221 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3227 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3222 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3228 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3223 ], 3229 ],
3224 } 3230 }
3225 } 3231 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698