| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'cert/internal/certificate_policies.cc', | 91 'cert/internal/certificate_policies.cc', |
| 92 'cert/internal/certificate_policies.h', | 92 'cert/internal/certificate_policies.h', |
| 93 'cert/internal/extended_key_usage.cc', | 93 'cert/internal/extended_key_usage.cc', |
| 94 'cert/internal/extended_key_usage.h', | 94 'cert/internal/extended_key_usage.h', |
| 95 'cert/internal/name_constraints.cc', | 95 'cert/internal/name_constraints.cc', |
| 96 'cert/internal/name_constraints.h', | 96 'cert/internal/name_constraints.h', |
| 97 'cert/internal/parse_certificate.cc', | 97 'cert/internal/parse_certificate.cc', |
| 98 'cert/internal/parse_certificate.h', | 98 'cert/internal/parse_certificate.h', |
| 99 'cert/internal/parse_name.cc', | 99 'cert/internal/parse_name.cc', |
| 100 'cert/internal/parse_name.h', | 100 'cert/internal/parse_name.h', |
| 101 'cert/internal/parse_ocsp.cc', |
| 101 'cert/internal/parse_ocsp.h', | 102 'cert/internal/parse_ocsp.h', |
| 102 'cert/internal/parse_ocsp.cc', | |
| 103 'cert/internal/signature_algorithm.cc', | 103 'cert/internal/signature_algorithm.cc', |
| 104 'cert/internal/signature_algorithm.h', | 104 'cert/internal/signature_algorithm.h', |
| 105 'cert/internal/signature_policy.cc', | 105 'cert/internal/signature_policy.cc', |
| 106 'cert/internal/signature_policy.h', | 106 'cert/internal/signature_policy.h', |
| 107 'cert/internal/verify_certificate_chain.cc', | 107 'cert/internal/verify_certificate_chain.cc', |
| 108 'cert/internal/verify_certificate_chain.h', | 108 'cert/internal/verify_certificate_chain.h', |
| 109 'cert/internal/verify_name_match.cc', | 109 'cert/internal/verify_name_match.cc', |
| 110 'cert/internal/verify_name_match.h', | 110 'cert/internal/verify_name_match.h', |
| 111 'cert/internal/verify_signed_data.cc', | 111 'cert/internal/verify_signed_data.cc', |
| 112 'cert/internal/verify_signed_data.h', | 112 'cert/internal/verify_signed_data.h', |
| (...skipping 2966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3079 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3079 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3080 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3080 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3081 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3081 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3082 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3082 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3083 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3083 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3084 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3084 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3085 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3085 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3086 ], | 3086 ], |
| 3087 } | 3087 } |
| 3088 } | 3088 } |
| OLD | NEW |