| 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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 'cert/multi_log_ct_verifier.cc', | 443 'cert/multi_log_ct_verifier.cc', |
| 444 'cert/multi_log_ct_verifier.h', | 444 'cert/multi_log_ct_verifier.h', |
| 445 'cert/multi_threaded_cert_verifier.cc', | 445 'cert/multi_threaded_cert_verifier.cc', |
| 446 'cert/multi_threaded_cert_verifier.h', | 446 'cert/multi_threaded_cert_verifier.h', |
| 447 'cert/nss_cert_database.cc', | 447 'cert/nss_cert_database.cc', |
| 448 'cert/nss_cert_database.h', | 448 'cert/nss_cert_database.h', |
| 449 'cert/nss_cert_database_chromeos.cc', | 449 'cert/nss_cert_database_chromeos.cc', |
| 450 'cert/nss_cert_database_chromeos.h', | 450 'cert/nss_cert_database_chromeos.h', |
| 451 'cert/nss_profile_filter_chromeos.cc', | 451 'cert/nss_profile_filter_chromeos.cc', |
| 452 'cert/nss_profile_filter_chromeos.h', | 452 'cert/nss_profile_filter_chromeos.h', |
| 453 'cert/test_keychain_search_list_mac.cc', |
| 454 'cert/test_keychain_search_list_mac.h', |
| 453 'cert/test_root_certs.cc', | 455 'cert/test_root_certs.cc', |
| 454 'cert/test_root_certs.h', | 456 'cert/test_root_certs.h', |
| 455 'cert/test_root_certs_android.cc', | 457 'cert/test_root_certs_android.cc', |
| 456 'cert/test_root_certs_mac.cc', | 458 'cert/test_root_certs_mac.cc', |
| 457 'cert/test_root_certs_nss.cc', | 459 'cert/test_root_certs_nss.cc', |
| 458 'cert/test_root_certs_openssl.cc', | 460 'cert/test_root_certs_openssl.cc', |
| 459 'cert/test_root_certs_win.cc', | 461 'cert/test_root_certs_win.cc', |
| 460 'cert/x509_cert_types_mac.cc', | 462 'cert/x509_cert_types_mac.cc', |
| 461 'cert/x509_cert_types_win.cc', | 463 'cert/x509_cert_types_win.cc', |
| 462 'cert/x509_certificate_ios.cc', | 464 'cert/x509_certificate_ios.cc', |
| (...skipping 2770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3233 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3235 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3234 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3236 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3235 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3237 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3236 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3238 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3237 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3239 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3238 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3240 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3239 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3241 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3240 ], | 3242 ], |
| 3241 } | 3243 } |
| 3242 } | 3244 } |
| OLD | NEW |