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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 'cert/internal/parse_certificate.cc', | 89 'cert/internal/parse_certificate.cc', |
90 'cert/internal/parse_certificate.h', | 90 'cert/internal/parse_certificate.h', |
91 'cert/internal/signature_algorithm.cc', | 91 'cert/internal/signature_algorithm.cc', |
92 'cert/internal/signature_algorithm.h', | 92 'cert/internal/signature_algorithm.h', |
93 'cert/internal/signature_policy.cc', | 93 'cert/internal/signature_policy.cc', |
94 'cert/internal/signature_policy.h', | 94 'cert/internal/signature_policy.h', |
95 'cert/internal/verify_name_match.cc', | 95 'cert/internal/verify_name_match.cc', |
96 'cert/internal/verify_name_match.h', | 96 'cert/internal/verify_name_match.h', |
97 'cert/internal/verify_signed_data.cc', | 97 'cert/internal/verify_signed_data.cc', |
98 'cert/internal/verify_signed_data.h', | 98 'cert/internal/verify_signed_data.h', |
| 99 'cert/internal/verify_certificate_chain.cc', |
| 100 'cert/internal/verify_certificate_chain.h', |
99 'cert/pem_tokenizer.cc', | 101 'cert/pem_tokenizer.cc', |
100 'cert/pem_tokenizer.h', | 102 'cert/pem_tokenizer.h', |
101 'cert/sha256_legacy_support_win.cc', | 103 'cert/sha256_legacy_support_win.cc', |
102 'cert/sha256_legacy_support_win.h', | 104 'cert/sha256_legacy_support_win.h', |
103 'cert/signed_certificate_timestamp.cc', | 105 'cert/signed_certificate_timestamp.cc', |
104 'cert/signed_certificate_timestamp.h', | 106 'cert/signed_certificate_timestamp.h', |
105 'cert/signed_tree_head.h', | 107 'cert/signed_tree_head.h', |
106 'cert/x509_cert_types.cc', | 108 'cert/x509_cert_types.cc', |
107 'cert/x509_cert_types.h', | 109 'cert/x509_cert_types.h', |
108 'cert/x509_certificate.cc', | 110 'cert/x509_certificate.cc', |
(...skipping 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1306 'cert/ct_objects_extractor_unittest.cc', | 1308 'cert/ct_objects_extractor_unittest.cc', |
1307 'cert/ct_serialization_unittest.cc', | 1309 'cert/ct_serialization_unittest.cc', |
1308 'cert/ev_root_ca_metadata_unittest.cc', | 1310 'cert/ev_root_ca_metadata_unittest.cc', |
1309 'cert/internal/certificate_policies_unittest.cc', | 1311 'cert/internal/certificate_policies_unittest.cc', |
1310 'cert/internal/extended_key_usage_unittest.cc', | 1312 'cert/internal/extended_key_usage_unittest.cc', |
1311 'cert/internal/name_constraints_unittest.cc', | 1313 'cert/internal/name_constraints_unittest.cc', |
1312 'cert/internal/parse_certificate_unittest.cc', | 1314 'cert/internal/parse_certificate_unittest.cc', |
1313 'cert/internal/signature_algorithm_unittest.cc', | 1315 'cert/internal/signature_algorithm_unittest.cc', |
1314 'cert/internal/test_helpers.cc', | 1316 'cert/internal/test_helpers.cc', |
1315 'cert/internal/test_helpers.h', | 1317 'cert/internal/test_helpers.h', |
| 1318 'cert/internal/verify_certificate_chain_unittest.cc', |
1316 'cert/internal/verify_name_match_unittest.cc', | 1319 'cert/internal/verify_name_match_unittest.cc', |
1317 'cert/internal/verify_signed_data_unittest.cc', | 1320 'cert/internal/verify_signed_data_unittest.cc', |
1318 'cert/jwk_serializer_unittest.cc', | 1321 'cert/jwk_serializer_unittest.cc', |
1319 'cert/multi_log_ct_verifier_unittest.cc', | 1322 'cert/multi_log_ct_verifier_unittest.cc', |
1320 'cert/multi_threaded_cert_verifier_unittest.cc', | 1323 'cert/multi_threaded_cert_verifier_unittest.cc', |
1321 'cert/nss_cert_database_chromeos_unittest.cc', | 1324 'cert/nss_cert_database_chromeos_unittest.cc', |
1322 'cert/nss_cert_database_unittest.cc', | 1325 'cert/nss_cert_database_unittest.cc', |
1323 'cert/nss_profile_filter_chromeos_unittest.cc', | 1326 'cert/nss_profile_filter_chromeos_unittest.cc', |
1324 'cert/pem_tokenizer_unittest.cc', | 1327 'cert/pem_tokenizer_unittest.cc', |
1325 'cert/sha256_legacy_support_win_unittest.cc', | 1328 'cert/sha256_legacy_support_win_unittest.cc', |
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1898 'docs/bug-triage.md', | 1901 'docs/bug-triage.md', |
1899 'docs/bug-triage-labels.md', | 1902 'docs/bug-triage-labels.md', |
1900 'docs/bug-triage-suggested-workflow.md', | 1903 'docs/bug-triage-suggested-workflow.md', |
1901 'docs/code-patterns.md', | 1904 'docs/code-patterns.md', |
1902 'docs/life-of-a-url-request.md', | 1905 'docs/life-of-a-url-request.md', |
1903 'sdch/README.md', | 1906 'sdch/README.md', |
1904 ], | 1907 ], |
1905 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1908 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1906 } | 1909 } |
1907 } | 1910 } |
OLD | NEW |