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 3412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3511 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3513 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3512 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3514 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3513 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3515 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3514 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3516 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3515 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3517 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3516 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3518 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3517 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3519 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3518 ], | 3520 ], |
3519 } | 3521 } |
3520 } | 3522 } |
OLD | NEW |