| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 'cert/internal/signature_policy.cc', | 108 'cert/internal/signature_policy.cc', |
| 109 'cert/internal/signature_policy.h', | 109 'cert/internal/signature_policy.h', |
| 110 'cert/internal/trust_store.cc', | 110 'cert/internal/trust_store.cc', |
| 111 'cert/internal/trust_store.h', | 111 'cert/internal/trust_store.h', |
| 112 'cert/internal/verify_certificate_chain.cc', | 112 'cert/internal/verify_certificate_chain.cc', |
| 113 'cert/internal/verify_certificate_chain.h', | 113 'cert/internal/verify_certificate_chain.h', |
| 114 'cert/internal/verify_name_match.cc', | 114 'cert/internal/verify_name_match.cc', |
| 115 'cert/internal/verify_name_match.h', | 115 'cert/internal/verify_name_match.h', |
| 116 'cert/internal/verify_signed_data.cc', | 116 'cert/internal/verify_signed_data.cc', |
| 117 'cert/internal/verify_signed_data.h', | 117 'cert/internal/verify_signed_data.h', |
| 118 'cert/ocsp_staple.h', |
| 119 'cert/ocsp_staple.cc', |
| 118 'cert/pem_tokenizer.cc', | 120 'cert/pem_tokenizer.cc', |
| 119 'cert/pem_tokenizer.h', | 121 'cert/pem_tokenizer.h', |
| 120 'cert/signed_certificate_timestamp.cc', | 122 'cert/signed_certificate_timestamp.cc', |
| 121 'cert/signed_certificate_timestamp.h', | 123 'cert/signed_certificate_timestamp.h', |
| 122 'cert/signed_tree_head.cc', | 124 'cert/signed_tree_head.cc', |
| 123 'cert/signed_tree_head.h', | 125 'cert/signed_tree_head.h', |
| 124 'cert/sth_distributor.cc', | 126 'cert/sth_distributor.cc', |
| 125 'cert/sth_distributor.h', | 127 'cert/sth_distributor.h', |
| 126 'cert/sth_observer.h', | 128 'cert/sth_observer.h', |
| 127 'cert/sth_reporter.h', | 129 'cert/sth_reporter.h', |
| (...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1398 'cert/internal/verify_name_match_unittest.cc', | 1400 'cert/internal/verify_name_match_unittest.cc', |
| 1399 'cert/internal/verify_signed_data_unittest.cc', | 1401 'cert/internal/verify_signed_data_unittest.cc', |
| 1400 'cert/jwk_serializer_unittest.cc', | 1402 'cert/jwk_serializer_unittest.cc', |
| 1401 'cert/merkle_audit_proof_unittest.cc', | 1403 'cert/merkle_audit_proof_unittest.cc', |
| 1402 'cert/merkle_tree_leaf_unittest.cc', | 1404 'cert/merkle_tree_leaf_unittest.cc', |
| 1403 'cert/multi_log_ct_verifier_unittest.cc', | 1405 'cert/multi_log_ct_verifier_unittest.cc', |
| 1404 'cert/multi_threaded_cert_verifier_unittest.cc', | 1406 'cert/multi_threaded_cert_verifier_unittest.cc', |
| 1405 'cert/nss_cert_database_chromeos_unittest.cc', | 1407 'cert/nss_cert_database_chromeos_unittest.cc', |
| 1406 'cert/nss_cert_database_unittest.cc', | 1408 'cert/nss_cert_database_unittest.cc', |
| 1407 'cert/nss_profile_filter_chromeos_unittest.cc', | 1409 'cert/nss_profile_filter_chromeos_unittest.cc', |
| 1410 'cert/ocsp_staple_unittest.cc', |
| 1408 'cert/pem_tokenizer_unittest.cc', | 1411 'cert/pem_tokenizer_unittest.cc', |
| 1409 'cert/signed_certificate_timestamp_unittest.cc', | 1412 'cert/signed_certificate_timestamp_unittest.cc', |
| 1410 'cert/sth_distributor_unittest.cc', | 1413 'cert/sth_distributor_unittest.cc', |
| 1411 'cert/test_root_certs_unittest.cc', | 1414 'cert/test_root_certs_unittest.cc', |
| 1412 'cert/x509_cert_types_unittest.cc', | 1415 'cert/x509_cert_types_unittest.cc', |
| 1413 'cert/x509_certificate_unittest.cc', | 1416 'cert/x509_certificate_unittest.cc', |
| 1414 'cert/x509_util_unittest.cc', | 1417 'cert/x509_util_unittest.cc', |
| 1415 'cert_net/cert_net_fetcher_impl_unittest.cc', | 1418 'cert_net/cert_net_fetcher_impl_unittest.cc', |
| 1416 'cert_net/nss_ocsp_unittest.cc', | 1419 'cert_net/nss_ocsp_unittest.cc', |
| 1417 'cookies/canonical_cookie_unittest.cc', | 1420 'cookies/canonical_cookie_unittest.cc', |
| (...skipping 1711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3132 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3133 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3131 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3134 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3132 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3135 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3136 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3137 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3135 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3138 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3136 ], | 3139 ], |
| 3137 } | 3140 } |
| 3138 } | 3141 } |
| OLD | NEW |