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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 'cert/internal/parse_certificate.cc', | 93 'cert/internal/parse_certificate.cc', |
94 'cert/internal/parse_certificate.h', | 94 'cert/internal/parse_certificate.h', |
95 'cert/internal/signature_algorithm.cc', | 95 'cert/internal/signature_algorithm.cc', |
96 'cert/internal/signature_algorithm.h', | 96 'cert/internal/signature_algorithm.h', |
97 'cert/internal/signature_policy.cc', | 97 'cert/internal/signature_policy.cc', |
98 'cert/internal/signature_policy.h', | 98 'cert/internal/signature_policy.h', |
99 'cert/internal/verify_name_match.cc', | 99 'cert/internal/verify_name_match.cc', |
100 'cert/internal/verify_name_match.h', | 100 'cert/internal/verify_name_match.h', |
101 'cert/internal/verify_signed_data.cc', | 101 'cert/internal/verify_signed_data.cc', |
102 'cert/internal/verify_signed_data.h', | 102 'cert/internal/verify_signed_data.h', |
| 103 'cert/internal/verify_certificate_chain.cc', |
| 104 'cert/internal/verify_certificate_chain.h', |
103 'cert/pem_tokenizer.cc', | 105 'cert/pem_tokenizer.cc', |
104 'cert/pem_tokenizer.h', | 106 'cert/pem_tokenizer.h', |
105 'cert/sha256_legacy_support_win.cc', | 107 'cert/sha256_legacy_support_win.cc', |
106 'cert/sha256_legacy_support_win.h', | 108 'cert/sha256_legacy_support_win.h', |
107 'cert/signed_certificate_timestamp.cc', | 109 'cert/signed_certificate_timestamp.cc', |
108 'cert/signed_certificate_timestamp.h', | 110 'cert/signed_certificate_timestamp.h', |
109 'cert/signed_tree_head.h', | 111 'cert/signed_tree_head.h', |
110 'cert/x509_cert_types.cc', | 112 'cert/x509_cert_types.cc', |
111 'cert/x509_cert_types.h', | 113 'cert/x509_cert_types.h', |
112 'cert/x509_certificate.cc', | 114 'cert/x509_certificate.cc', |
(...skipping 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1311 'cert/ct_objects_extractor_unittest.cc', | 1313 'cert/ct_objects_extractor_unittest.cc', |
1312 'cert/ct_serialization_unittest.cc', | 1314 'cert/ct_serialization_unittest.cc', |
1313 'cert/ev_root_ca_metadata_unittest.cc', | 1315 'cert/ev_root_ca_metadata_unittest.cc', |
1314 'cert/internal/certificate_policies_unittest.cc', | 1316 'cert/internal/certificate_policies_unittest.cc', |
1315 'cert/internal/extended_key_usage_unittest.cc', | 1317 'cert/internal/extended_key_usage_unittest.cc', |
1316 'cert/internal/name_constraints_unittest.cc', | 1318 'cert/internal/name_constraints_unittest.cc', |
1317 'cert/internal/parse_certificate_unittest.cc', | 1319 'cert/internal/parse_certificate_unittest.cc', |
1318 'cert/internal/signature_algorithm_unittest.cc', | 1320 'cert/internal/signature_algorithm_unittest.cc', |
1319 'cert/internal/test_helpers.cc', | 1321 'cert/internal/test_helpers.cc', |
1320 'cert/internal/test_helpers.h', | 1322 'cert/internal/test_helpers.h', |
| 1323 'cert/internal/verify_certificate_chain_unittest.cc', |
1321 'cert/internal/verify_name_match_unittest.cc', | 1324 'cert/internal/verify_name_match_unittest.cc', |
1322 'cert/internal/verify_signed_data_unittest.cc', | 1325 'cert/internal/verify_signed_data_unittest.cc', |
1323 'cert/jwk_serializer_unittest.cc', | 1326 'cert/jwk_serializer_unittest.cc', |
1324 'cert/multi_log_ct_verifier_unittest.cc', | 1327 'cert/multi_log_ct_verifier_unittest.cc', |
1325 'cert/multi_threaded_cert_verifier_unittest.cc', | 1328 'cert/multi_threaded_cert_verifier_unittest.cc', |
1326 'cert/nss_cert_database_chromeos_unittest.cc', | 1329 'cert/nss_cert_database_chromeos_unittest.cc', |
1327 'cert/nss_cert_database_unittest.cc', | 1330 'cert/nss_cert_database_unittest.cc', |
1328 'cert/nss_profile_filter_chromeos_unittest.cc', | 1331 'cert/nss_profile_filter_chromeos_unittest.cc', |
1329 'cert/pem_tokenizer_unittest.cc', | 1332 'cert/pem_tokenizer_unittest.cc', |
1330 'cert/sha256_legacy_support_win_unittest.cc', | 1333 'cert/sha256_legacy_support_win_unittest.cc', |
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1904 'docs/bug-triage.md', | 1907 'docs/bug-triage.md', |
1905 'docs/bug-triage-labels.md', | 1908 'docs/bug-triage-labels.md', |
1906 'docs/bug-triage-suggested-workflow.md', | 1909 'docs/bug-triage-suggested-workflow.md', |
1907 'docs/code-patterns.md', | 1910 'docs/code-patterns.md', |
1908 'docs/life-of-a-url-request.md', | 1911 'docs/life-of-a-url-request.md', |
1909 'sdch/README.md', | 1912 'sdch/README.md', |
1910 ], | 1913 ], |
1911 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1914 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1912 } | 1915 } |
1913 } | 1916 } |
OLD | NEW |