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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 'cert/crl_set.h', | 79 'cert/crl_set.h', |
80 'cert/ct_known_logs.cc', | 80 'cert/ct_known_logs.cc', |
81 'cert/ct_known_logs.h', | 81 'cert/ct_known_logs.h', |
82 'cert/ct_known_logs_static-inc.h', | 82 'cert/ct_known_logs_static-inc.h', |
83 'cert/ct_policy_enforcer.cc', | 83 'cert/ct_policy_enforcer.cc', |
84 'cert/ct_policy_enforcer.h', | 84 'cert/ct_policy_enforcer.h', |
85 'cert/ct_policy_status.h', | 85 'cert/ct_policy_status.h', |
86 'cert/ct_verifier.h', | 86 'cert/ct_verifier.h', |
87 'cert/ct_verify_result.cc', | 87 'cert/ct_verify_result.cc', |
88 'cert/ct_verify_result.h', | 88 'cert/ct_verify_result.h', |
| 89 'cert/do_nothing_ct_verifier.cc', |
| 90 'cert/do_nothing_ct_verifier.h', |
89 'cert/internal/cert_error_id.cc', | 91 'cert/internal/cert_error_id.cc', |
90 'cert/internal/cert_error_id.h', | 92 'cert/internal/cert_error_id.h', |
91 'cert/internal/cert_error_params.cc', | 93 'cert/internal/cert_error_params.cc', |
92 'cert/internal/cert_error_params.h', | 94 'cert/internal/cert_error_params.h', |
93 'cert/internal/cert_error_scoper.cc', | 95 'cert/internal/cert_error_scoper.cc', |
94 'cert/internal/cert_error_scoper.h', | 96 'cert/internal/cert_error_scoper.h', |
95 'cert/internal/cert_errors.cc', | 97 'cert/internal/cert_errors.cc', |
96 'cert/internal/cert_errors.h', | 98 'cert/internal/cert_errors.h', |
97 'cert/internal/cert_issuer_source.h', | 99 'cert/internal/cert_issuer_source.h', |
98 'cert/internal/cert_issuer_source_aia.cc', | 100 'cert/internal/cert_issuer_source_aia.cc', |
(...skipping 3246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3345 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3347 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3346 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3348 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3347 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3349 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3348 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3350 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3349 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3351 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3350 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3352 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3351 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3353 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3352 ], | 3354 ], |
3353 } | 3355 } |
3354 } | 3356 } |
OLD | NEW |