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

Side by Side Diff: net/net.gypi

Issue 2535733003: pki library: Add CertIssuerSourceNSS that retrieves intermediate certs from NSS. (Closed)
Patch Set: . Created 4 years 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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 'cert/ct_objects_extractor.cc', 438 'cert/ct_objects_extractor.cc',
439 'cert/ct_objects_extractor.h', 439 'cert/ct_objects_extractor.h',
440 'cert/ct_sct_to_string.cc', 440 'cert/ct_sct_to_string.cc',
441 'cert/ct_sct_to_string.h', 441 'cert/ct_sct_to_string.h',
442 'cert/ct_serialization.cc', 442 'cert/ct_serialization.cc',
443 'cert/ct_serialization.h', 443 'cert/ct_serialization.h',
444 'cert/ct_signed_certificate_timestamp_log_param.cc', 444 'cert/ct_signed_certificate_timestamp_log_param.cc',
445 'cert/ct_signed_certificate_timestamp_log_param.h', 445 'cert/ct_signed_certificate_timestamp_log_param.h',
446 'cert/ev_root_ca_metadata.cc', 446 'cert/ev_root_ca_metadata.cc',
447 'cert/ev_root_ca_metadata.h', 447 'cert/ev_root_ca_metadata.h',
448 'cert/internal/cert_issuer_source_nss.cc',
449 'cert/internal/cert_issuer_source_nss.h',
448 'cert/internal/trust_store_nss.cc', 450 'cert/internal/trust_store_nss.cc',
449 'cert/internal/trust_store_nss.h', 451 'cert/internal/trust_store_nss.h',
450 'cert/jwk_serializer.cc', 452 'cert/jwk_serializer.cc',
451 'cert/jwk_serializer.h', 453 'cert/jwk_serializer.h',
452 'cert/merkle_audit_proof.cc', 454 'cert/merkle_audit_proof.cc',
453 'cert/merkle_audit_proof.h', 455 'cert/merkle_audit_proof.h',
454 'cert/merkle_consistency_proof.cc', 456 'cert/merkle_consistency_proof.cc',
455 'cert/merkle_consistency_proof.h', 457 'cert/merkle_consistency_proof.h',
456 'cert/merkle_tree_leaf.cc', 458 'cert/merkle_tree_leaf.cc',
457 'cert/merkle_tree_leaf.h', 459 'cert/merkle_tree_leaf.h',
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
1479 'cert/cert_verify_proc_whitelist_unittest.cc', 1481 'cert/cert_verify_proc_whitelist_unittest.cc',
1480 'cert/crl_set_unittest.cc', 1482 'cert/crl_set_unittest.cc',
1481 'cert/ct_known_logs_unittest.cc', 1483 'cert/ct_known_logs_unittest.cc',
1482 'cert/ct_log_response_parser_unittest.cc', 1484 'cert/ct_log_response_parser_unittest.cc',
1483 'cert/ct_log_verifier_unittest.cc', 1485 'cert/ct_log_verifier_unittest.cc',
1484 'cert/ct_objects_extractor_unittest.cc', 1486 'cert/ct_objects_extractor_unittest.cc',
1485 'cert/ct_policy_enforcer_unittest.cc', 1487 'cert/ct_policy_enforcer_unittest.cc',
1486 'cert/ct_serialization_unittest.cc', 1488 'cert/ct_serialization_unittest.cc',
1487 'cert/ev_root_ca_metadata_unittest.cc', 1489 'cert/ev_root_ca_metadata_unittest.cc',
1488 'cert/internal/cert_issuer_source_aia_unittest.cc', 1490 'cert/internal/cert_issuer_source_aia_unittest.cc',
1491 'cert/internal/cert_issuer_source_nss_unittest.cc',
1489 'cert/internal/cert_issuer_source_static_unittest.cc', 1492 'cert/internal/cert_issuer_source_static_unittest.cc',
1493 'cert/internal/cert_issuer_source_sync_unittest.h',
1490 'cert/internal/certificate_policies_unittest.cc', 1494 'cert/internal/certificate_policies_unittest.cc',
1491 'cert/internal/extended_key_usage_unittest.cc', 1495 'cert/internal/extended_key_usage_unittest.cc',
1492 'cert/internal/name_constraints_unittest.cc', 1496 'cert/internal/name_constraints_unittest.cc',
1493 'cert/internal/nist_pkits_unittest.h', 1497 'cert/internal/nist_pkits_unittest.h',
1494 'cert/internal/parse_certificate_unittest.cc', 1498 'cert/internal/parse_certificate_unittest.cc',
1495 'cert/internal/parse_name_unittest.cc', 1499 'cert/internal/parse_name_unittest.cc',
1496 'cert/internal/parse_ocsp_unittest.cc', 1500 'cert/internal/parse_ocsp_unittest.cc',
1497 'cert/internal/path_builder_pkits_unittest.cc', 1501 'cert/internal/path_builder_pkits_unittest.cc',
1498 'cert/internal/path_builder_unittest.cc', 1502 'cert/internal/path_builder_unittest.cc',
1499 'cert/internal/path_builder_verify_certificate_chain_unittest.cc', 1503 'cert/internal/path_builder_verify_certificate_chain_unittest.cc',
(...skipping 1839 matching lines...) Expand 10 before | Expand all | Expand 10 after
3339 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3343 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3340 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3344 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3341 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3345 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3342 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3346 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3343 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3347 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3344 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3348 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3345 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3349 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3346 ], 3350 ],
3347 } 3351 }
3348 } 3352 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698