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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 'cert/crl_set_storage.h', | 395 'cert/crl_set_storage.h', |
396 'cert/ct_ev_whitelist.h', | 396 'cert/ct_ev_whitelist.h', |
397 'cert/ct_log_response_parser.cc', | 397 'cert/ct_log_response_parser.cc', |
398 'cert/ct_log_response_parser.h', | 398 'cert/ct_log_response_parser.h', |
399 'cert/ct_log_verifier.cc', | 399 'cert/ct_log_verifier.cc', |
400 'cert/ct_log_verifier.h', | 400 'cert/ct_log_verifier.h', |
401 'cert/ct_log_verifier_util.cc', | 401 'cert/ct_log_verifier_util.cc', |
402 'cert/ct_log_verifier_util.h', | 402 'cert/ct_log_verifier_util.h', |
403 'cert/ct_objects_extractor.cc', | 403 'cert/ct_objects_extractor.cc', |
404 'cert/ct_objects_extractor.h', | 404 'cert/ct_objects_extractor.h', |
| 405 'cert/ct_sct_to_string.cc', |
| 406 'cert/ct_sct_to_string.h', |
405 'cert/ct_serialization.cc', | 407 'cert/ct_serialization.cc', |
406 'cert/ct_serialization.h', | 408 'cert/ct_serialization.h', |
407 'cert/ct_signed_certificate_timestamp_log_param.cc', | 409 'cert/ct_signed_certificate_timestamp_log_param.cc', |
408 'cert/ct_signed_certificate_timestamp_log_param.h', | 410 'cert/ct_signed_certificate_timestamp_log_param.h', |
409 'cert/ev_root_ca_metadata.cc', | 411 'cert/ev_root_ca_metadata.cc', |
410 'cert/ev_root_ca_metadata.h', | 412 'cert/ev_root_ca_metadata.h', |
411 'cert/jwk_serializer.cc', | 413 'cert/jwk_serializer.cc', |
412 'cert/jwk_serializer.h', | 414 'cert/jwk_serializer.h', |
413 'cert/merkle_audit_proof.cc', | 415 'cert/merkle_audit_proof.cc', |
414 'cert/merkle_audit_proof.h', | 416 'cert/merkle_audit_proof.h', |
(...skipping 2740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3155 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3157 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3156 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3158 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3157 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3159 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3158 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3160 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3159 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3161 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3160 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3162 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3161 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3163 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3162 ], | 3164 ], |
3163 } | 3165 } |
3164 } | 3166 } |
OLD | NEW |