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/internal/cert_source.h', |
| 90 'cert/internal/cert_source_static.cc', |
| 91 'cert/internal/cert_source_static.h', |
89 'cert/internal/certificate_policies.cc', | 92 'cert/internal/certificate_policies.cc', |
90 'cert/internal/certificate_policies.h', | 93 'cert/internal/certificate_policies.h', |
91 'cert/internal/extended_key_usage.cc', | 94 'cert/internal/extended_key_usage.cc', |
92 'cert/internal/extended_key_usage.h', | 95 'cert/internal/extended_key_usage.h', |
93 'cert/internal/name_constraints.cc', | 96 'cert/internal/name_constraints.cc', |
94 'cert/internal/name_constraints.h', | 97 'cert/internal/name_constraints.h', |
95 'cert/internal/parse_certificate.cc', | 98 'cert/internal/parse_certificate.cc', |
96 'cert/internal/parse_certificate.h', | 99 'cert/internal/parse_certificate.h', |
97 'cert/internal/parse_name.cc', | 100 'cert/internal/parse_name.cc', |
98 'cert/internal/parse_name.h', | 101 'cert/internal/parse_name.h', |
(...skipping 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1362 'cert/ct_policy_enforcer_unittest.cc', | 1365 'cert/ct_policy_enforcer_unittest.cc', |
1363 'cert/cert_verifier_unittest.cc', | 1366 'cert/cert_verifier_unittest.cc', |
1364 'cert/cert_verify_proc_unittest.cc', | 1367 'cert/cert_verify_proc_unittest.cc', |
1365 'cert/cert_verify_proc_whitelist_unittest.cc', | 1368 'cert/cert_verify_proc_whitelist_unittest.cc', |
1366 'cert/crl_set_unittest.cc', | 1369 'cert/crl_set_unittest.cc', |
1367 'cert/ct_log_response_parser_unittest.cc', | 1370 'cert/ct_log_response_parser_unittest.cc', |
1368 'cert/ct_log_verifier_unittest.cc', | 1371 'cert/ct_log_verifier_unittest.cc', |
1369 'cert/ct_objects_extractor_unittest.cc', | 1372 'cert/ct_objects_extractor_unittest.cc', |
1370 'cert/ct_serialization_unittest.cc', | 1373 'cert/ct_serialization_unittest.cc', |
1371 'cert/ev_root_ca_metadata_unittest.cc', | 1374 'cert/ev_root_ca_metadata_unittest.cc', |
| 1375 'cert/internal/cert_source_static_unittest.cc', |
1372 'cert/internal/certificate_policies_unittest.cc', | 1376 'cert/internal/certificate_policies_unittest.cc', |
1373 'cert/internal/extended_key_usage_unittest.cc', | 1377 'cert/internal/extended_key_usage_unittest.cc', |
1374 'cert/internal/name_constraints_unittest.cc', | 1378 'cert/internal/name_constraints_unittest.cc', |
1375 'cert/internal/nist_pkits_unittest.h', | 1379 'cert/internal/nist_pkits_unittest.h', |
1376 'cert/internal/parse_certificate_unittest.cc', | 1380 'cert/internal/parse_certificate_unittest.cc', |
1377 'cert/internal/parse_name_unittest.cc', | 1381 'cert/internal/parse_name_unittest.cc', |
1378 'cert/internal/parse_ocsp_unittest.cc', | 1382 'cert/internal/parse_ocsp_unittest.cc', |
1379 'cert/internal/signature_algorithm_unittest.cc', | 1383 'cert/internal/signature_algorithm_unittest.cc', |
1380 'cert/internal/test_helpers.cc', | 1384 'cert/internal/test_helpers.cc', |
1381 'cert/internal/test_helpers.h', | 1385 'cert/internal/test_helpers.h', |
(...skipping 1724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3106 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3110 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3107 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3111 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3108 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3112 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3109 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3113 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3110 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3114 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3111 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3115 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3112 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3116 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3113 ], | 3117 ], |
3114 } | 3118 } |
3115 } | 3119 } |
OLD | NEW |