| OLD | NEW |
| 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 Loading... |
| 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_collection.cc', |
| 117 'cert/internal/trust_store_collection.h', |
| 116 'cert/internal/trust_store_in_memory.cc', | 118 'cert/internal/trust_store_in_memory.cc', |
| 117 'cert/internal/trust_store_in_memory.h', | 119 'cert/internal/trust_store_in_memory.h', |
| 118 'cert/internal/verify_certificate_chain.cc', | 120 'cert/internal/verify_certificate_chain.cc', |
| 119 'cert/internal/verify_certificate_chain.h', | 121 'cert/internal/verify_certificate_chain.h', |
| 120 'cert/internal/verify_name_match.cc', | 122 'cert/internal/verify_name_match.cc', |
| 121 'cert/internal/verify_name_match.h', | 123 'cert/internal/verify_name_match.h', |
| 122 'cert/internal/verify_signed_data.cc', | 124 'cert/internal/verify_signed_data.cc', |
| 123 'cert/internal/verify_signed_data.h', | 125 'cert/internal/verify_signed_data.h', |
| 124 'cert/ocsp_revocation_status.h', | 126 'cert/ocsp_revocation_status.h', |
| 125 'cert/ocsp_verify_result.cc', | 127 'cert/ocsp_verify_result.cc', |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 976 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1409 'cert/internal/nist_pkits_unittest.h', | 1413 'cert/internal/nist_pkits_unittest.h', |
| 1410 'cert/internal/parse_certificate_unittest.cc', | 1414 'cert/internal/parse_certificate_unittest.cc', |
| 1411 'cert/internal/parse_name_unittest.cc', | 1415 'cert/internal/parse_name_unittest.cc', |
| 1412 'cert/internal/parse_ocsp_unittest.cc', | 1416 'cert/internal/parse_ocsp_unittest.cc', |
| 1413 'cert/internal/path_builder_pkits_unittest.cc', | 1417 'cert/internal/path_builder_pkits_unittest.cc', |
| 1414 'cert/internal/path_builder_unittest.cc', | 1418 'cert/internal/path_builder_unittest.cc', |
| 1415 'cert/internal/path_builder_verify_certificate_chain_unittest.cc', | 1419 'cert/internal/path_builder_verify_certificate_chain_unittest.cc', |
| 1416 'cert/internal/signature_algorithm_unittest.cc', | 1420 'cert/internal/signature_algorithm_unittest.cc', |
| 1417 'cert/internal/test_helpers.cc', | 1421 'cert/internal/test_helpers.cc', |
| 1418 'cert/internal/test_helpers.h', | 1422 'cert/internal/test_helpers.h', |
| 1423 'cert/internal/trust_store_collection_unittest.cc', |
| 1424 'cert/internal/trust_store_nss_unittest.cc', |
| 1419 'cert/internal/trust_store_test_helpers.cc', | 1425 'cert/internal/trust_store_test_helpers.cc', |
| 1420 'cert/internal/trust_store_test_helpers.h', | 1426 'cert/internal/trust_store_test_helpers.h', |
| 1421 'cert/internal/verify_certificate_chain_pkits_unittest.cc', | 1427 'cert/internal/verify_certificate_chain_pkits_unittest.cc', |
| 1422 'cert/internal/verify_certificate_chain_typed_unittest.h', | 1428 'cert/internal/verify_certificate_chain_typed_unittest.h', |
| 1423 'cert/internal/verify_certificate_chain_unittest.cc', | 1429 'cert/internal/verify_certificate_chain_unittest.cc', |
| 1424 'cert/internal/verify_name_match_unittest.cc', | 1430 'cert/internal/verify_name_match_unittest.cc', |
| 1425 'cert/internal/verify_signed_data_unittest.cc', | 1431 'cert/internal/verify_signed_data_unittest.cc', |
| 1426 'cert/jwk_serializer_unittest.cc', | 1432 'cert/jwk_serializer_unittest.cc', |
| 1427 'cert/merkle_audit_proof_unittest.cc', | 1433 'cert/merkle_audit_proof_unittest.cc', |
| 1428 'cert/merkle_tree_leaf_unittest.cc', | 1434 'cert/merkle_tree_leaf_unittest.cc', |
| (...skipping 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3206 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3212 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3207 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3213 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3208 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3214 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3209 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3215 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3210 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3216 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3211 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3217 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3212 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3218 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3213 ], | 3219 ], |
| 3214 } | 3220 } |
| 3215 } | 3221 } |
| OLD | NEW |