| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'cert/internal/signature_policy.cc', | 112 'cert/internal/signature_policy.cc', |
| 113 'cert/internal/signature_policy.h', | 113 'cert/internal/signature_policy.h', |
| 114 'cert/internal/trust_store.cc', | 114 'cert/internal/trust_store.cc', |
| 115 'cert/internal/trust_store.h', | 115 'cert/internal/trust_store.h', |
| 116 'cert/internal/verify_certificate_chain.cc', | 116 'cert/internal/verify_certificate_chain.cc', |
| 117 'cert/internal/verify_certificate_chain.h', | 117 'cert/internal/verify_certificate_chain.h', |
| 118 'cert/internal/verify_name_match.cc', | 118 'cert/internal/verify_name_match.cc', |
| 119 'cert/internal/verify_name_match.h', | 119 'cert/internal/verify_name_match.h', |
| 120 'cert/internal/verify_signed_data.cc', | 120 'cert/internal/verify_signed_data.cc', |
| 121 'cert/internal/verify_signed_data.h', | 121 'cert/internal/verify_signed_data.h', |
| 122 'cert/ocsp_revocation_status.h', |
| 123 'cert/ocsp_verify_result.cc', |
| 124 'cert/ocsp_verify_result.h', |
| 122 'cert/pem_tokenizer.cc', | 125 'cert/pem_tokenizer.cc', |
| 123 'cert/pem_tokenizer.h', | 126 'cert/pem_tokenizer.h', |
| 124 'cert/signed_certificate_timestamp.cc', | 127 'cert/signed_certificate_timestamp.cc', |
| 125 'cert/signed_certificate_timestamp.h', | 128 'cert/signed_certificate_timestamp.h', |
| 126 'cert/signed_tree_head.cc', | 129 'cert/signed_tree_head.cc', |
| 127 'cert/signed_tree_head.h', | 130 'cert/signed_tree_head.h', |
| 128 'cert/sth_distributor.cc', | 131 'cert/sth_distributor.cc', |
| 129 'cert/sth_distributor.h', | 132 'cert/sth_distributor.h', |
| 130 'cert/sth_observer.h', | 133 'cert/sth_observer.h', |
| 131 'cert/sth_reporter.h', | 134 'cert/sth_reporter.h', |
| (...skipping 3045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3177 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3180 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3178 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3181 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3179 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3182 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3180 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3183 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3181 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3184 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3182 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3185 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3183 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3186 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3184 ], | 3187 ], |
| 3185 } | 3188 } |
| 3186 } | 3189 } |
| OLD | NEW |