| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'cert/cert_verifier.h', | 72 'cert/cert_verifier.h', |
| 73 'cert/cert_verify_result.cc', | 73 'cert/cert_verify_result.cc', |
| 74 'cert/cert_verify_result.h', | 74 'cert/cert_verify_result.h', |
| 75 'cert/crl_set.cc', | 75 'cert/crl_set.cc', |
| 76 'cert/crl_set.h', | 76 'cert/crl_set.h', |
| 77 'cert/ct_verifier.h', | 77 'cert/ct_verifier.h', |
| 78 'cert/ct_verify_result.cc', | 78 'cert/ct_verify_result.cc', |
| 79 'cert/ct_verify_result.h', | 79 'cert/ct_verify_result.h', |
| 80 'cert/internal/extended_key_usage.cc', | 80 'cert/internal/extended_key_usage.cc', |
| 81 'cert/internal/extended_key_usage.h', | 81 'cert/internal/extended_key_usage.h', |
| 82 'cert/internal/name_constraints.cc', |
| 83 'cert/internal/name_constraints.h', |
| 82 'cert/internal/parse_certificate.cc', | 84 'cert/internal/parse_certificate.cc', |
| 83 'cert/internal/parse_certificate.h', | 85 'cert/internal/parse_certificate.h', |
| 84 'cert/internal/signature_algorithm.cc', | 86 'cert/internal/signature_algorithm.cc', |
| 85 'cert/internal/signature_algorithm.h', | 87 'cert/internal/signature_algorithm.h', |
| 86 'cert/internal/signature_policy.cc', | 88 'cert/internal/signature_policy.cc', |
| 87 'cert/internal/signature_policy.h', | 89 'cert/internal/signature_policy.h', |
| 88 'cert/internal/verify_name_match.cc', | 90 'cert/internal/verify_name_match.cc', |
| 89 'cert/internal/verify_name_match.h', | 91 'cert/internal/verify_name_match.h', |
| 90 'cert/internal/verify_signed_data.cc', | 92 'cert/internal/verify_signed_data.cc', |
| 91 'cert/internal/verify_signed_data.h', | 93 'cert/internal/verify_signed_data.h', |
| (...skipping 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1293 'cert/cert_policy_enforcer_unittest.cc', | 1295 'cert/cert_policy_enforcer_unittest.cc', |
| 1294 'cert/cert_verify_proc_unittest.cc', | 1296 'cert/cert_verify_proc_unittest.cc', |
| 1295 'cert/cert_verify_proc_whitelist_unittest.cc', | 1297 'cert/cert_verify_proc_whitelist_unittest.cc', |
| 1296 'cert/crl_set_unittest.cc', | 1298 'cert/crl_set_unittest.cc', |
| 1297 'cert/ct_log_response_parser_unittest.cc', | 1299 'cert/ct_log_response_parser_unittest.cc', |
| 1298 'cert/ct_log_verifier_unittest.cc', | 1300 'cert/ct_log_verifier_unittest.cc', |
| 1299 'cert/ct_objects_extractor_unittest.cc', | 1301 'cert/ct_objects_extractor_unittest.cc', |
| 1300 'cert/ct_serialization_unittest.cc', | 1302 'cert/ct_serialization_unittest.cc', |
| 1301 'cert/ev_root_ca_metadata_unittest.cc', | 1303 'cert/ev_root_ca_metadata_unittest.cc', |
| 1302 'cert/internal/extended_key_usage_unittest.cc', | 1304 'cert/internal/extended_key_usage_unittest.cc', |
| 1305 'cert/internal/name_constraints_unittest.cc', |
| 1303 'cert/internal/parse_certificate_unittest.cc', | 1306 'cert/internal/parse_certificate_unittest.cc', |
| 1304 'cert/internal/signature_algorithm_unittest.cc', | 1307 'cert/internal/signature_algorithm_unittest.cc', |
| 1305 'cert/internal/test_helpers.cc', | 1308 'cert/internal/test_helpers.cc', |
| 1306 'cert/internal/test_helpers.h', | 1309 'cert/internal/test_helpers.h', |
| 1307 'cert/internal/verify_name_match_unittest.cc', | 1310 'cert/internal/verify_name_match_unittest.cc', |
| 1308 'cert/internal/verify_signed_data_unittest.cc', | 1311 'cert/internal/verify_signed_data_unittest.cc', |
| 1309 'cert/jwk_serializer_unittest.cc', | 1312 'cert/jwk_serializer_unittest.cc', |
| 1310 'cert/multi_log_ct_verifier_unittest.cc', | 1313 'cert/multi_log_ct_verifier_unittest.cc', |
| 1311 'cert/multi_threaded_cert_verifier_unittest.cc', | 1314 'cert/multi_threaded_cert_verifier_unittest.cc', |
| 1312 'cert/nss_cert_database_chromeos_unittest.cc', | 1315 'cert/nss_cert_database_chromeos_unittest.cc', |
| (...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1890 'docs/bug-triage.md', | 1893 'docs/bug-triage.md', |
| 1891 'docs/bug-triage-labels.md', | 1894 'docs/bug-triage-labels.md', |
| 1892 'docs/bug-triage-suggested-workflow.md', | 1895 'docs/bug-triage-suggested-workflow.md', |
| 1893 'docs/code-patterns.md', | 1896 'docs/code-patterns.md', |
| 1894 'docs/life-of-a-url-request.md', | 1897 'docs/life-of-a-url-request.md', |
| 1895 'sdch/README.md', | 1898 'sdch/README.md', |
| 1896 ], | 1899 ], |
| 1897 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1900 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1898 } | 1901 } |
| 1899 } | 1902 } |
| OLD | NEW |