| 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/cert_verifier.cc', | 79 'cert/cert_verifier.cc', |
| 80 'cert/cert_verifier.h', | 80 'cert/cert_verifier.h', |
| 81 'cert/cert_verify_result.cc', | 81 'cert/cert_verify_result.cc', |
| 82 'cert/cert_verify_result.h', | 82 'cert/cert_verify_result.h', |
| 83 'cert/client_cert_verifier.h', | 83 'cert/client_cert_verifier.h', |
| 84 'cert/crl_set.cc', | 84 'cert/crl_set.cc', |
| 85 'cert/crl_set.h', | 85 'cert/crl_set.h', |
| 86 'cert/ct_known_logs.cc', | 86 'cert/ct_known_logs.cc', |
| 87 'cert/ct_known_logs.h', | 87 'cert/ct_known_logs.h', |
| 88 'cert/ct_known_logs_static-inc.h', | 88 'cert/ct_known_logs_static-inc.h', |
| 89 'cert/ct_observer.h', |
| 89 'cert/ct_policy_enforcer.cc', | 90 'cert/ct_policy_enforcer.cc', |
| 90 'cert/ct_policy_enforcer.h', | 91 'cert/ct_policy_enforcer.h', |
| 91 'cert/ct_policy_status.h', | 92 'cert/ct_policy_status.h', |
| 92 'cert/ct_verifier.h', | 93 'cert/ct_verifier.h', |
| 93 'cert/ct_verify_result.cc', | 94 'cert/ct_verify_result.cc', |
| 94 'cert/ct_verify_result.h', | 95 'cert/ct_verify_result.h', |
| 95 'cert/internal/certificate_policies.cc', | 96 'cert/internal/certificate_policies.cc', |
| 96 'cert/internal/certificate_policies.h', | 97 'cert/internal/certificate_policies.h', |
| 97 'cert/internal/extended_key_usage.cc', | 98 'cert/internal/extended_key_usage.cc', |
| 98 'cert/internal/extended_key_usage.h', | 99 'cert/internal/extended_key_usage.h', |
| (...skipping 3028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3127 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3128 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3128 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3130 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3131 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3131 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3132 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3132 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3134 ], | 3135 ], |
| 3135 } | 3136 } |
| 3136 } | 3137 } |
| OLD | NEW |