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 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1442 'cert/internal/parse_name_unittest.cc', | 1442 'cert/internal/parse_name_unittest.cc', |
1443 'cert/internal/parse_ocsp_unittest.cc', | 1443 'cert/internal/parse_ocsp_unittest.cc', |
1444 'cert/internal/path_builder_pkits_unittest.cc', | 1444 'cert/internal/path_builder_pkits_unittest.cc', |
1445 'cert/internal/path_builder_unittest.cc', | 1445 'cert/internal/path_builder_unittest.cc', |
1446 'cert/internal/path_builder_verify_certificate_chain_unittest.cc', | 1446 'cert/internal/path_builder_verify_certificate_chain_unittest.cc', |
1447 'cert/internal/signature_algorithm_unittest.cc', | 1447 'cert/internal/signature_algorithm_unittest.cc', |
1448 'cert/internal/test_helpers.cc', | 1448 'cert/internal/test_helpers.cc', |
1449 'cert/internal/test_helpers.h', | 1449 'cert/internal/test_helpers.h', |
1450 'cert/internal/trust_store_collection_unittest.cc', | 1450 'cert/internal/trust_store_collection_unittest.cc', |
1451 'cert/internal/trust_store_nss_unittest.cc', | 1451 'cert/internal/trust_store_nss_unittest.cc', |
1452 'cert/internal/trust_store_test_helpers.cc', | |
1453 'cert/internal/trust_store_test_helpers.h', | |
1454 'cert/internal/verify_certificate_chain_pkits_unittest.cc', | 1452 'cert/internal/verify_certificate_chain_pkits_unittest.cc', |
1455 'cert/internal/verify_certificate_chain_typed_unittest.h', | 1453 'cert/internal/verify_certificate_chain_typed_unittest.h', |
1456 'cert/internal/verify_certificate_chain_unittest.cc', | 1454 'cert/internal/verify_certificate_chain_unittest.cc', |
1457 'cert/internal/verify_name_match_unittest.cc', | 1455 'cert/internal/verify_name_match_unittest.cc', |
1458 'cert/internal/verify_signed_data_unittest.cc', | 1456 'cert/internal/verify_signed_data_unittest.cc', |
1459 'cert/jwk_serializer_unittest.cc', | 1457 'cert/jwk_serializer_unittest.cc', |
1460 'cert/merkle_audit_proof_unittest.cc', | 1458 'cert/merkle_audit_proof_unittest.cc', |
1461 'cert/merkle_tree_leaf_unittest.cc', | 1459 'cert/merkle_tree_leaf_unittest.cc', |
1462 'cert/multi_log_ct_verifier_unittest.cc', | 1460 'cert/multi_log_ct_verifier_unittest.cc', |
1463 'cert/multi_threaded_cert_verifier_unittest.cc', | 1461 'cert/multi_threaded_cert_verifier_unittest.cc', |
(...skipping 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3271 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3269 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3272 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3270 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3273 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3271 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3274 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3272 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3275 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3273 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3276 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3274 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3277 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3275 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3278 ], | 3276 ], |
3279 } | 3277 } |
3280 } | 3278 } |
OLD | NEW |