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

Side by Side Diff: net/net.gypi

Issue 2252933002: Make TrustStore into an interface, move impl to TrustStoreInMemory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update cast_cert_validator_unittest.cc Created 4 years, 4 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'cert/internal/parsed_certificate.cc', 106 'cert/internal/parsed_certificate.cc',
107 'cert/internal/parsed_certificate.h', 107 'cert/internal/parsed_certificate.h',
108 'cert/internal/path_builder.cc', 108 'cert/internal/path_builder.cc',
109 'cert/internal/path_builder.h', 109 'cert/internal/path_builder.h',
110 'cert/internal/signature_algorithm.cc', 110 'cert/internal/signature_algorithm.cc',
111 'cert/internal/signature_algorithm.h', 111 'cert/internal/signature_algorithm.h',
112 'cert/internal/signature_policy.cc', 112 'cert/internal/signature_policy.cc',
113 'cert/internal/signature_policy.h', 113 'cert/internal/signature_policy.h',
114 'cert/internal/trust_store.cc', 114 'cert/internal/trust_store.cc',
115 'cert/internal/trust_store.h', 115 'cert/internal/trust_store.h',
116 'cert/internal/trust_store_in_memory.cc',
117 'cert/internal/trust_store_in_memory.h',
116 'cert/internal/verify_certificate_chain.cc', 118 'cert/internal/verify_certificate_chain.cc',
117 'cert/internal/verify_certificate_chain.h', 119 'cert/internal/verify_certificate_chain.h',
118 'cert/internal/verify_name_match.cc', 120 'cert/internal/verify_name_match.cc',
119 'cert/internal/verify_name_match.h', 121 'cert/internal/verify_name_match.h',
120 'cert/internal/verify_signed_data.cc', 122 'cert/internal/verify_signed_data.cc',
121 'cert/internal/verify_signed_data.h', 123 'cert/internal/verify_signed_data.h',
122 'cert/ocsp_revocation_status.h', 124 'cert/ocsp_revocation_status.h',
123 'cert/ocsp_verify_result.cc', 125 'cert/ocsp_verify_result.cc',
124 'cert/ocsp_verify_result.h', 126 'cert/ocsp_verify_result.h',
125 'cert/pem_tokenizer.cc', 127 'cert/pem_tokenizer.cc',
(...skipping 3074 matching lines...) Expand 10 before | Expand all | Expand 10 after
3200 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3202 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3201 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3203 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3202 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3204 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3203 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3205 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3204 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3206 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3205 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3207 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3206 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3208 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3207 ], 3209 ],
3208 } 3210 }
3209 } 3211 }
OLDNEW
« no previous file with comments | « net/cert/internal/trust_store_in_memory.cc ('k') | net/tools/cert_verify_tool/verify_using_path_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698