| 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/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', |
| 81 'cert/internal/signature_algorithm.h', |
| 80 'cert/internal/verify_name_match.cc', | 82 'cert/internal/verify_name_match.cc', |
| 81 'cert/internal/verify_name_match.h', | 83 'cert/internal/verify_name_match.h', |
| 82 'cert/pem_tokenizer.cc', | 84 'cert/pem_tokenizer.cc', |
| 83 'cert/pem_tokenizer.h', | 85 'cert/pem_tokenizer.h', |
| 84 'cert/sha256_legacy_support_nss_win.cc', | 86 'cert/sha256_legacy_support_nss_win.cc', |
| 85 'cert/sha256_legacy_support_openssl_win.cc', | 87 'cert/sha256_legacy_support_openssl_win.cc', |
| 86 'cert/sha256_legacy_support_win.cc', | 88 'cert/sha256_legacy_support_win.cc', |
| 87 'cert/sha256_legacy_support_win.h', | 89 'cert/sha256_legacy_support_win.h', |
| 88 'cert/signed_certificate_timestamp.cc', | 90 'cert/signed_certificate_timestamp.cc', |
| 89 'cert/signed_certificate_timestamp.h', | 91 'cert/signed_certificate_timestamp.h', |
| (...skipping 1242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1332 'cert/cert_policy_enforcer_unittest.cc', | 1334 'cert/cert_policy_enforcer_unittest.cc', |
| 1333 'cert/cert_verify_proc_unittest.cc', | 1335 'cert/cert_verify_proc_unittest.cc', |
| 1334 'cert/cert_verify_proc_whitelist_unittest.cc', | 1336 'cert/cert_verify_proc_whitelist_unittest.cc', |
| 1335 'cert/crl_set_unittest.cc', | 1337 'cert/crl_set_unittest.cc', |
| 1336 'cert/ct_log_response_parser_unittest.cc', | 1338 'cert/ct_log_response_parser_unittest.cc', |
| 1337 'cert/ct_log_verifier_unittest.cc', | 1339 'cert/ct_log_verifier_unittest.cc', |
| 1338 'cert/ct_objects_extractor_unittest.cc', | 1340 'cert/ct_objects_extractor_unittest.cc', |
| 1339 'cert/ct_serialization_unittest.cc', | 1341 'cert/ct_serialization_unittest.cc', |
| 1340 'cert/ev_root_ca_metadata_unittest.cc', | 1342 'cert/ev_root_ca_metadata_unittest.cc', |
| 1341 'cert/internal/extended_key_usage_unittest.cc', | 1343 'cert/internal/extended_key_usage_unittest.cc', |
| 1344 'cert/internal/signature_algorithm_unittest.cc', |
| 1342 'cert/internal/verify_name_match_unittest.cc', | 1345 'cert/internal/verify_name_match_unittest.cc', |
| 1343 'cert/jwk_serializer_unittest.cc', | 1346 'cert/jwk_serializer_unittest.cc', |
| 1344 'cert/multi_log_ct_verifier_unittest.cc', | 1347 'cert/multi_log_ct_verifier_unittest.cc', |
| 1345 'cert/multi_threaded_cert_verifier_unittest.cc', | 1348 'cert/multi_threaded_cert_verifier_unittest.cc', |
| 1346 'cert/nss_cert_database_chromeos_unittest.cc', | 1349 'cert/nss_cert_database_chromeos_unittest.cc', |
| 1347 'cert/nss_cert_database_unittest.cc', | 1350 'cert/nss_cert_database_unittest.cc', |
| 1348 'cert/nss_profile_filter_chromeos_unittest.cc', | 1351 'cert/nss_profile_filter_chromeos_unittest.cc', |
| 1349 'cert/pem_tokenizer_unittest.cc', | 1352 'cert/pem_tokenizer_unittest.cc', |
| 1350 'cert/sha256_legacy_support_win_unittest.cc', | 1353 'cert/sha256_legacy_support_win_unittest.cc', |
| 1351 'cert/signed_certificate_timestamp_unittest.cc', | 1354 'cert/signed_certificate_timestamp_unittest.cc', |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1831 'base/mac/url_conversions_unittest.mm', | 1834 'base/mac/url_conversions_unittest.mm', |
| 1832 ], | 1835 ], |
| 1833 'net_docs_script': 'tools/net_docs/net_docs.py', | 1836 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1834 'net_docs_sources': [ | 1837 'net_docs_sources': [ |
| 1835 'README.md', | 1838 'README.md', |
| 1836 'sdch/README.md', | 1839 'sdch/README.md', |
| 1837 ], | 1840 ], |
| 1838 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1841 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1839 } | 1842 } |
| 1840 } | 1843 } |
| OLD | NEW |