| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/internal/extended_key_usage.cc', | 78 'cert/internal/extended_key_usage.cc', |
| 79 'cert/internal/extended_key_usage.h', | 79 'cert/internal/extended_key_usage.h', |
| 80 'cert/internal/signature_algorithm.cc', | 80 'cert/internal/signature_algorithm.cc', |
| 81 'cert/internal/signature_algorithm.h', | 81 'cert/internal/signature_algorithm.h', |
| 82 'cert/internal/verify_name_match.cc', | 82 'cert/internal/verify_name_match.cc', |
| 83 'cert/internal/verify_name_match.h', | 83 'cert/internal/verify_name_match.h', |
| 84 'cert/internal/verify_signed_data.cc', |
| 85 'cert/internal/verify_signed_data.h', |
| 84 'cert/pem_tokenizer.cc', | 86 'cert/pem_tokenizer.cc', |
| 85 'cert/pem_tokenizer.h', | 87 'cert/pem_tokenizer.h', |
| 86 'cert/sha256_legacy_support_nss_win.cc', | 88 'cert/sha256_legacy_support_nss_win.cc', |
| 87 'cert/sha256_legacy_support_openssl_win.cc', | 89 'cert/sha256_legacy_support_openssl_win.cc', |
| 88 'cert/sha256_legacy_support_win.cc', | 90 'cert/sha256_legacy_support_win.cc', |
| 89 'cert/sha256_legacy_support_win.h', | 91 'cert/sha256_legacy_support_win.h', |
| 90 'cert/signed_certificate_timestamp.cc', | 92 'cert/signed_certificate_timestamp.cc', |
| 91 'cert/signed_certificate_timestamp.h', | 93 'cert/signed_certificate_timestamp.h', |
| 92 'cert/signed_tree_head.h', | 94 'cert/signed_tree_head.h', |
| 93 'cert/x509_cert_types.cc', | 95 'cert/x509_cert_types.cc', |
| (...skipping 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1346 'cert/cert_verify_proc_whitelist_unittest.cc', | 1348 'cert/cert_verify_proc_whitelist_unittest.cc', |
| 1347 'cert/crl_set_unittest.cc', | 1349 'cert/crl_set_unittest.cc', |
| 1348 'cert/ct_log_response_parser_unittest.cc', | 1350 'cert/ct_log_response_parser_unittest.cc', |
| 1349 'cert/ct_log_verifier_unittest.cc', | 1351 'cert/ct_log_verifier_unittest.cc', |
| 1350 'cert/ct_objects_extractor_unittest.cc', | 1352 'cert/ct_objects_extractor_unittest.cc', |
| 1351 'cert/ct_serialization_unittest.cc', | 1353 'cert/ct_serialization_unittest.cc', |
| 1352 'cert/ev_root_ca_metadata_unittest.cc', | 1354 'cert/ev_root_ca_metadata_unittest.cc', |
| 1353 'cert/internal/extended_key_usage_unittest.cc', | 1355 'cert/internal/extended_key_usage_unittest.cc', |
| 1354 'cert/internal/signature_algorithm_unittest.cc', | 1356 'cert/internal/signature_algorithm_unittest.cc', |
| 1355 'cert/internal/verify_name_match_unittest.cc', | 1357 'cert/internal/verify_name_match_unittest.cc', |
| 1358 'cert/internal/verify_signed_data_unittest.cc', |
| 1356 'cert/jwk_serializer_unittest.cc', | 1359 'cert/jwk_serializer_unittest.cc', |
| 1357 'cert/multi_log_ct_verifier_unittest.cc', | 1360 'cert/multi_log_ct_verifier_unittest.cc', |
| 1358 'cert/multi_threaded_cert_verifier_unittest.cc', | 1361 'cert/multi_threaded_cert_verifier_unittest.cc', |
| 1359 'cert/nss_cert_database_chromeos_unittest.cc', | 1362 'cert/nss_cert_database_chromeos_unittest.cc', |
| 1360 'cert/nss_cert_database_unittest.cc', | 1363 'cert/nss_cert_database_unittest.cc', |
| 1361 'cert/nss_profile_filter_chromeos_unittest.cc', | 1364 'cert/nss_profile_filter_chromeos_unittest.cc', |
| 1362 'cert/pem_tokenizer_unittest.cc', | 1365 'cert/pem_tokenizer_unittest.cc', |
| 1363 'cert/sha256_legacy_support_win_unittest.cc', | 1366 'cert/sha256_legacy_support_win_unittest.cc', |
| 1364 'cert/signed_certificate_timestamp_unittest.cc', | 1367 'cert/signed_certificate_timestamp_unittest.cc', |
| 1365 'cert/test_root_certs_unittest.cc', | 1368 'cert/test_root_certs_unittest.cc', |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1845 'base/mac/url_conversions_unittest.mm', | 1848 'base/mac/url_conversions_unittest.mm', |
| 1846 ], | 1849 ], |
| 1847 'net_docs_script': 'tools/net_docs/net_docs.py', | 1850 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1848 'net_docs_sources': [ | 1851 'net_docs_sources': [ |
| 1849 'README.md', | 1852 'README.md', |
| 1850 'sdch/README.md', | 1853 'sdch/README.md', |
| 1851 ], | 1854 ], |
| 1852 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1855 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1853 } | 1856 } |
| 1854 } | 1857 } |
| OLD | NEW |