| 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 'cert/multi_log_ct_verifier.cc', | 429 'cert/multi_log_ct_verifier.cc', |
| 430 'cert/multi_log_ct_verifier.h', | 430 'cert/multi_log_ct_verifier.h', |
| 431 'cert/multi_threaded_cert_verifier.cc', | 431 'cert/multi_threaded_cert_verifier.cc', |
| 432 'cert/multi_threaded_cert_verifier.h', | 432 'cert/multi_threaded_cert_verifier.h', |
| 433 'cert/nss_cert_database.cc', | 433 'cert/nss_cert_database.cc', |
| 434 'cert/nss_cert_database.h', | 434 'cert/nss_cert_database.h', |
| 435 'cert/nss_cert_database_chromeos.cc', | 435 'cert/nss_cert_database_chromeos.cc', |
| 436 'cert/nss_cert_database_chromeos.h', | 436 'cert/nss_cert_database_chromeos.h', |
| 437 'cert/nss_profile_filter_chromeos.cc', | 437 'cert/nss_profile_filter_chromeos.cc', |
| 438 'cert/nss_profile_filter_chromeos.h', | 438 'cert/nss_profile_filter_chromeos.h', |
| 439 'cert/sec_trust_util.cc', |
| 440 'cert/sec_trust_util.h', |
| 439 'cert/sct_status_flags.h', | 441 'cert/sct_status_flags.h', |
| 440 'cert/test_root_certs.cc', | 442 'cert/test_root_certs.cc', |
| 441 'cert/test_root_certs.h', | 443 'cert/test_root_certs.h', |
| 442 'cert/test_root_certs_android.cc', | 444 'cert/test_root_certs_android.cc', |
| 443 'cert/test_root_certs_mac.cc', | 445 'cert/test_root_certs_mac.cc', |
| 444 'cert/test_root_certs_nss.cc', | 446 'cert/test_root_certs_nss.cc', |
| 445 'cert/test_root_certs_openssl.cc', | 447 'cert/test_root_certs_openssl.cc', |
| 446 'cert/test_root_certs_win.cc', | 448 'cert/test_root_certs_win.cc', |
| 447 'cert/x509_cert_types_mac.cc', | 449 'cert/x509_cert_types_mac.cc', |
| 448 'cert/x509_cert_types_win.cc', | 450 'cert/x509_cert_types_win.cc', |
| (...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1422 'cert/internal/verify_signed_data_unittest.cc', | 1424 'cert/internal/verify_signed_data_unittest.cc', |
| 1423 'cert/jwk_serializer_unittest.cc', | 1425 'cert/jwk_serializer_unittest.cc', |
| 1424 'cert/merkle_audit_proof_unittest.cc', | 1426 'cert/merkle_audit_proof_unittest.cc', |
| 1425 'cert/merkle_tree_leaf_unittest.cc', | 1427 'cert/merkle_tree_leaf_unittest.cc', |
| 1426 'cert/multi_log_ct_verifier_unittest.cc', | 1428 'cert/multi_log_ct_verifier_unittest.cc', |
| 1427 'cert/multi_threaded_cert_verifier_unittest.cc', | 1429 'cert/multi_threaded_cert_verifier_unittest.cc', |
| 1428 'cert/nss_cert_database_chromeos_unittest.cc', | 1430 'cert/nss_cert_database_chromeos_unittest.cc', |
| 1429 'cert/nss_cert_database_unittest.cc', | 1431 'cert/nss_cert_database_unittest.cc', |
| 1430 'cert/nss_profile_filter_chromeos_unittest.cc', | 1432 'cert/nss_profile_filter_chromeos_unittest.cc', |
| 1431 'cert/pem_tokenizer_unittest.cc', | 1433 'cert/pem_tokenizer_unittest.cc', |
| 1434 'cert/sec_trust_util_unittest.cc', |
| 1432 'cert/signed_certificate_timestamp_unittest.cc', | 1435 'cert/signed_certificate_timestamp_unittest.cc', |
| 1433 'cert/sth_distributor_unittest.cc', | 1436 'cert/sth_distributor_unittest.cc', |
| 1434 'cert/test_root_certs_unittest.cc', | 1437 'cert/test_root_certs_unittest.cc', |
| 1435 'cert/x509_cert_types_unittest.cc', | 1438 'cert/x509_cert_types_unittest.cc', |
| 1436 'cert/x509_certificate_unittest.cc', | 1439 'cert/x509_certificate_unittest.cc', |
| 1437 'cert/x509_util_unittest.cc', | 1440 'cert/x509_util_unittest.cc', |
| 1438 'cert_net/cert_net_fetcher_impl_unittest.cc', | 1441 'cert_net/cert_net_fetcher_impl_unittest.cc', |
| 1439 'cert_net/nss_ocsp_unittest.cc', | 1442 'cert_net/nss_ocsp_unittest.cc', |
| 1440 'cookies/canonical_cookie_unittest.cc', | 1443 'cookies/canonical_cookie_unittest.cc', |
| 1441 'cookies/cookie_constants_unittest.cc', | 1444 'cookies/cookie_constants_unittest.cc', |
| (...skipping 1742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3184 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3187 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3185 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3188 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3186 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3189 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3187 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3190 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3188 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3191 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3189 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3192 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3190 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3193 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3191 ], | 3194 ], |
| 3192 } | 3195 } |
| 3193 } | 3196 } |
| OLD | NEW |