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

Side by Side Diff: net/net.gypi

Issue 2272493002: Add TrustStoreNSS and TrustStoreCollection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert-trust-store-interface3-nss
Patch Set: rebase 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
« no previous file with comments | « net/net.gyp ('k') | net/tools/cert_verify_tool/verify_using_path_builder.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'cert/internal/parsed_certificate.cc', 108 'cert/internal/parsed_certificate.cc',
109 'cert/internal/parsed_certificate.h', 109 'cert/internal/parsed_certificate.h',
110 'cert/internal/path_builder.cc', 110 'cert/internal/path_builder.cc',
111 'cert/internal/path_builder.h', 111 'cert/internal/path_builder.h',
112 'cert/internal/signature_algorithm.cc', 112 'cert/internal/signature_algorithm.cc',
113 'cert/internal/signature_algorithm.h', 113 'cert/internal/signature_algorithm.h',
114 'cert/internal/signature_policy.cc', 114 'cert/internal/signature_policy.cc',
115 'cert/internal/signature_policy.h', 115 'cert/internal/signature_policy.h',
116 'cert/internal/trust_store.cc', 116 'cert/internal/trust_store.cc',
117 'cert/internal/trust_store.h', 117 'cert/internal/trust_store.h',
118 'cert/internal/trust_store_collection.cc',
119 'cert/internal/trust_store_collection.h',
118 'cert/internal/trust_store_in_memory.cc', 120 'cert/internal/trust_store_in_memory.cc',
119 'cert/internal/trust_store_in_memory.h', 121 'cert/internal/trust_store_in_memory.h',
120 'cert/internal/verify_certificate_chain.cc', 122 'cert/internal/verify_certificate_chain.cc',
121 'cert/internal/verify_certificate_chain.h', 123 'cert/internal/verify_certificate_chain.h',
122 'cert/internal/verify_name_match.cc', 124 'cert/internal/verify_name_match.cc',
123 'cert/internal/verify_name_match.h', 125 'cert/internal/verify_name_match.h',
124 'cert/internal/verify_signed_data.cc', 126 'cert/internal/verify_signed_data.cc',
125 'cert/internal/verify_signed_data.h', 127 'cert/internal/verify_signed_data.h',
126 'cert/ocsp_revocation_status.h', 128 'cert/ocsp_revocation_status.h',
127 'cert/ocsp_verify_result.cc', 129 'cert/ocsp_verify_result.cc',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'cert/ct_objects_extractor.cc', 415 'cert/ct_objects_extractor.cc',
414 'cert/ct_objects_extractor.h', 416 'cert/ct_objects_extractor.h',
415 'cert/ct_sct_to_string.cc', 417 'cert/ct_sct_to_string.cc',
416 'cert/ct_sct_to_string.h', 418 'cert/ct_sct_to_string.h',
417 'cert/ct_serialization.cc', 419 'cert/ct_serialization.cc',
418 'cert/ct_serialization.h', 420 'cert/ct_serialization.h',
419 'cert/ct_signed_certificate_timestamp_log_param.cc', 421 'cert/ct_signed_certificate_timestamp_log_param.cc',
420 'cert/ct_signed_certificate_timestamp_log_param.h', 422 'cert/ct_signed_certificate_timestamp_log_param.h',
421 'cert/ev_root_ca_metadata.cc', 423 'cert/ev_root_ca_metadata.cc',
422 'cert/ev_root_ca_metadata.h', 424 'cert/ev_root_ca_metadata.h',
425 'cert/internal/trust_store_nss.cc',
426 'cert/internal/trust_store_nss.h',
423 'cert/jwk_serializer.cc', 427 'cert/jwk_serializer.cc',
424 'cert/jwk_serializer.h', 428 'cert/jwk_serializer.h',
425 'cert/merkle_audit_proof.cc', 429 'cert/merkle_audit_proof.cc',
426 'cert/merkle_audit_proof.h', 430 'cert/merkle_audit_proof.h',
427 'cert/merkle_consistency_proof.cc', 431 'cert/merkle_consistency_proof.cc',
428 'cert/merkle_consistency_proof.h', 432 'cert/merkle_consistency_proof.h',
429 'cert/merkle_tree_leaf.cc', 433 'cert/merkle_tree_leaf.cc',
430 'cert/merkle_tree_leaf.h', 434 'cert/merkle_tree_leaf.h',
431 'cert/multi_log_ct_verifier.cc', 435 'cert/multi_log_ct_verifier.cc',
432 'cert/multi_log_ct_verifier.h', 436 'cert/multi_log_ct_verifier.h',
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after
1408 'cert/internal/nist_pkits_unittest.h', 1412 'cert/internal/nist_pkits_unittest.h',
1409 'cert/internal/parse_certificate_unittest.cc', 1413 'cert/internal/parse_certificate_unittest.cc',
1410 'cert/internal/parse_name_unittest.cc', 1414 'cert/internal/parse_name_unittest.cc',
1411 'cert/internal/parse_ocsp_unittest.cc', 1415 'cert/internal/parse_ocsp_unittest.cc',
1412 'cert/internal/path_builder_pkits_unittest.cc', 1416 'cert/internal/path_builder_pkits_unittest.cc',
1413 'cert/internal/path_builder_unittest.cc', 1417 'cert/internal/path_builder_unittest.cc',
1414 'cert/internal/path_builder_verify_certificate_chain_unittest.cc', 1418 'cert/internal/path_builder_verify_certificate_chain_unittest.cc',
1415 'cert/internal/signature_algorithm_unittest.cc', 1419 'cert/internal/signature_algorithm_unittest.cc',
1416 'cert/internal/test_helpers.cc', 1420 'cert/internal/test_helpers.cc',
1417 'cert/internal/test_helpers.h', 1421 'cert/internal/test_helpers.h',
1422 'cert/internal/trust_store_collection_unittest.cc',
1423 'cert/internal/trust_store_nss_unittest.cc',
1418 'cert/internal/trust_store_test_helpers.cc', 1424 'cert/internal/trust_store_test_helpers.cc',
1419 'cert/internal/trust_store_test_helpers.h', 1425 'cert/internal/trust_store_test_helpers.h',
1420 'cert/internal/verify_certificate_chain_pkits_unittest.cc', 1426 'cert/internal/verify_certificate_chain_pkits_unittest.cc',
1421 'cert/internal/verify_certificate_chain_typed_unittest.h', 1427 'cert/internal/verify_certificate_chain_typed_unittest.h',
1422 'cert/internal/verify_certificate_chain_unittest.cc', 1428 'cert/internal/verify_certificate_chain_unittest.cc',
1423 'cert/internal/verify_name_match_unittest.cc', 1429 'cert/internal/verify_name_match_unittest.cc',
1424 'cert/internal/verify_signed_data_unittest.cc', 1430 'cert/internal/verify_signed_data_unittest.cc',
1425 'cert/jwk_serializer_unittest.cc', 1431 'cert/jwk_serializer_unittest.cc',
1426 'cert/merkle_audit_proof_unittest.cc', 1432 'cert/merkle_audit_proof_unittest.cc',
1427 'cert/merkle_tree_leaf_unittest.cc', 1433 'cert/merkle_tree_leaf_unittest.cc',
(...skipping 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after
3208 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3214 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3209 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3215 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3210 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3216 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3211 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3217 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3212 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3218 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3213 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3219 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3214 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3220 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3215 ], 3221 ],
3216 } 3222 }
3217 } 3223 }
OLDNEW
« no previous file with comments | « net/net.gyp ('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