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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 'cert/cert_verifier.h', | 70 'cert/cert_verifier.h', |
71 'cert/cert_verify_result.cc', | 71 'cert/cert_verify_result.cc', |
72 'cert/cert_verify_result.h', | 72 'cert/cert_verify_result.h', |
73 'cert/crl_set.cc', | 73 'cert/crl_set.cc', |
74 'cert/crl_set.h', | 74 'cert/crl_set.h', |
75 'cert/ct_verifier.h', | 75 'cert/ct_verifier.h', |
76 'cert/ct_verify_result.cc', | 76 'cert/ct_verify_result.cc', |
77 'cert/ct_verify_result.h', | 77 'cert/ct_verify_result.h', |
78 'cert/pem_tokenizer.cc', | 78 'cert/pem_tokenizer.cc', |
79 'cert/pem_tokenizer.h', | 79 'cert/pem_tokenizer.h', |
| 80 'cert/sha256_legacy_support_win.cc', |
| 81 'cert/sha256_legacy_support_win.h', |
80 'cert/signed_certificate_timestamp.cc', | 82 'cert/signed_certificate_timestamp.cc', |
81 'cert/signed_certificate_timestamp.h', | 83 'cert/signed_certificate_timestamp.h', |
82 'cert/single_request_cert_verifier.cc', | 84 'cert/single_request_cert_verifier.cc', |
83 'cert/single_request_cert_verifier.h', | 85 'cert/single_request_cert_verifier.h', |
84 'cert/signed_tree_head.h', | 86 'cert/signed_tree_head.h', |
85 'cert/x509_cert_types.cc', | 87 'cert/x509_cert_types.cc', |
86 'cert/x509_cert_types.h', | 88 'cert/x509_cert_types.h', |
87 'cert/x509_certificate.cc', | 89 'cert/x509_certificate.cc', |
88 'cert/x509_certificate.h', | 90 'cert/x509_certificate.h', |
89 'cert/x509_certificate_net_log_param.cc', | 91 'cert/x509_certificate_net_log_param.cc', |
(...skipping 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1290 'cert/ct_objects_extractor_unittest.cc', | 1292 'cert/ct_objects_extractor_unittest.cc', |
1291 'cert/ct_serialization_unittest.cc', | 1293 'cert/ct_serialization_unittest.cc', |
1292 'cert/ev_root_ca_metadata_unittest.cc', | 1294 'cert/ev_root_ca_metadata_unittest.cc', |
1293 'cert/jwk_serializer_unittest.cc', | 1295 'cert/jwk_serializer_unittest.cc', |
1294 'cert/multi_log_ct_verifier_unittest.cc', | 1296 'cert/multi_log_ct_verifier_unittest.cc', |
1295 'cert/multi_threaded_cert_verifier_unittest.cc', | 1297 'cert/multi_threaded_cert_verifier_unittest.cc', |
1296 'cert/nss_cert_database_chromeos_unittest.cc', | 1298 'cert/nss_cert_database_chromeos_unittest.cc', |
1297 'cert/nss_cert_database_unittest.cc', | 1299 'cert/nss_cert_database_unittest.cc', |
1298 'cert/nss_profile_filter_chromeos_unittest.cc', | 1300 'cert/nss_profile_filter_chromeos_unittest.cc', |
1299 'cert/pem_tokenizer_unittest.cc', | 1301 'cert/pem_tokenizer_unittest.cc', |
| 1302 'cert/sha256_legacy_support_win_unittest.cc', |
1300 'cert/signed_certificate_timestamp_unittest.cc', | 1303 'cert/signed_certificate_timestamp_unittest.cc', |
1301 'cert/test_root_certs_unittest.cc', | 1304 'cert/test_root_certs_unittest.cc', |
1302 'cert/x509_cert_types_unittest.cc', | 1305 'cert/x509_cert_types_unittest.cc', |
1303 'cert/x509_certificate_unittest.cc', | 1306 'cert/x509_certificate_unittest.cc', |
1304 'cert/x509_util_nss_unittest.cc', | 1307 'cert/x509_util_nss_unittest.cc', |
1305 'cert/x509_util_openssl_unittest.cc', | 1308 'cert/x509_util_openssl_unittest.cc', |
1306 'cert/x509_util_unittest.cc', | 1309 'cert/x509_util_unittest.cc', |
1307 'cookies/canonical_cookie_unittest.cc', | 1310 'cookies/canonical_cookie_unittest.cc', |
1308 'cookies/cookie_constants_unittest.cc', | 1311 'cookies/cookie_constants_unittest.cc', |
1309 'cookies/cookie_monster_unittest.cc', | 1312 'cookies/cookie_monster_unittest.cc', |
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1741 'tools/quic/test_tools/quic_test_client.h', | 1744 'tools/quic/test_tools/quic_test_client.h', |
1742 'tools/quic/test_tools/quic_test_utils.cc', | 1745 'tools/quic/test_tools/quic_test_utils.cc', |
1743 'tools/quic/test_tools/quic_test_utils.h', | 1746 'tools/quic/test_tools/quic_test_utils.h', |
1744 'tools/quic/test_tools/server_thread.h', | 1747 'tools/quic/test_tools/server_thread.h', |
1745 'tools/quic/test_tools/server_thread.cc', | 1748 'tools/quic/test_tools/server_thread.cc', |
1746 'tools/quic/test_tools/simple_client.h', | 1749 'tools/quic/test_tools/simple_client.h', |
1747 'tools/quic/test_tools/simple_client.cc', | 1750 'tools/quic/test_tools/simple_client.cc', |
1748 ], | 1751 ], |
1749 } | 1752 } |
1750 } | 1753 } |
OLD | NEW |