| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 85       'cert/internal/parse_certificate.cc', | 85       'cert/internal/parse_certificate.cc', | 
| 86       'cert/internal/parse_certificate.h', | 86       'cert/internal/parse_certificate.h', | 
| 87       'cert/internal/signature_algorithm.cc', | 87       'cert/internal/signature_algorithm.cc', | 
| 88       'cert/internal/signature_algorithm.h', | 88       'cert/internal/signature_algorithm.h', | 
| 89       'cert/internal/signature_policy.cc', | 89       'cert/internal/signature_policy.cc', | 
| 90       'cert/internal/signature_policy.h', | 90       'cert/internal/signature_policy.h', | 
| 91       'cert/internal/verify_name_match.cc', | 91       'cert/internal/verify_name_match.cc', | 
| 92       'cert/internal/verify_name_match.h', | 92       'cert/internal/verify_name_match.h', | 
| 93       'cert/internal/verify_signed_data.cc', | 93       'cert/internal/verify_signed_data.cc', | 
| 94       'cert/internal/verify_signed_data.h', | 94       'cert/internal/verify_signed_data.h', | 
|  | 95       'cert/internal/verify_certificate_chain.cc', | 
|  | 96       'cert/internal/verify_certificate_chain.h', | 
| 95       'cert/pem_tokenizer.cc', | 97       'cert/pem_tokenizer.cc', | 
| 96       'cert/pem_tokenizer.h', | 98       'cert/pem_tokenizer.h', | 
| 97       'cert/sha256_legacy_support_win.cc', | 99       'cert/sha256_legacy_support_win.cc', | 
| 98       'cert/sha256_legacy_support_win.h', | 100       'cert/sha256_legacy_support_win.h', | 
| 99       'cert/signed_certificate_timestamp.cc', | 101       'cert/signed_certificate_timestamp.cc', | 
| 100       'cert/signed_certificate_timestamp.h', | 102       'cert/signed_certificate_timestamp.h', | 
| 101       'cert/signed_tree_head.h', | 103       'cert/signed_tree_head.h', | 
| 102       'cert/x509_cert_types.cc', | 104       'cert/x509_cert_types.cc', | 
| 103       'cert/x509_cert_types.h', | 105       'cert/x509_cert_types.h', | 
| 104       'cert/x509_certificate.cc', | 106       'cert/x509_certificate.cc', | 
| (...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1299       'cert/ct_log_response_parser_unittest.cc', | 1301       'cert/ct_log_response_parser_unittest.cc', | 
| 1300       'cert/ct_log_verifier_unittest.cc', | 1302       'cert/ct_log_verifier_unittest.cc', | 
| 1301       'cert/ct_objects_extractor_unittest.cc', | 1303       'cert/ct_objects_extractor_unittest.cc', | 
| 1302       'cert/ct_serialization_unittest.cc', | 1304       'cert/ct_serialization_unittest.cc', | 
| 1303       'cert/ev_root_ca_metadata_unittest.cc', | 1305       'cert/ev_root_ca_metadata_unittest.cc', | 
| 1304       'cert/internal/extended_key_usage_unittest.cc', | 1306       'cert/internal/extended_key_usage_unittest.cc', | 
| 1305       'cert/internal/parse_certificate_unittest.cc', | 1307       'cert/internal/parse_certificate_unittest.cc', | 
| 1306       'cert/internal/signature_algorithm_unittest.cc', | 1308       'cert/internal/signature_algorithm_unittest.cc', | 
| 1307       'cert/internal/test_helpers.cc', | 1309       'cert/internal/test_helpers.cc', | 
| 1308       'cert/internal/test_helpers.h', | 1310       'cert/internal/test_helpers.h', | 
|  | 1311       'cert/internal/verify_certificate_chain_unittest.cc', | 
| 1309       'cert/internal/verify_name_match_unittest.cc', | 1312       'cert/internal/verify_name_match_unittest.cc', | 
| 1310       'cert/internal/verify_signed_data_unittest.cc', | 1313       'cert/internal/verify_signed_data_unittest.cc', | 
| 1311       'cert/jwk_serializer_unittest.cc', | 1314       'cert/jwk_serializer_unittest.cc', | 
| 1312       'cert/multi_log_ct_verifier_unittest.cc', | 1315       'cert/multi_log_ct_verifier_unittest.cc', | 
| 1313       'cert/multi_threaded_cert_verifier_unittest.cc', | 1316       'cert/multi_threaded_cert_verifier_unittest.cc', | 
| 1314       'cert/nss_cert_database_chromeos_unittest.cc', | 1317       'cert/nss_cert_database_chromeos_unittest.cc', | 
| 1315       'cert/nss_cert_database_unittest.cc', | 1318       'cert/nss_cert_database_unittest.cc', | 
| 1316       'cert/nss_profile_filter_chromeos_unittest.cc', | 1319       'cert/nss_profile_filter_chromeos_unittest.cc', | 
| 1317       'cert/pem_tokenizer_unittest.cc', | 1320       'cert/pem_tokenizer_unittest.cc', | 
| 1318       'cert/sha256_legacy_support_win_unittest.cc', | 1321       'cert/sha256_legacy_support_win_unittest.cc', | 
| (...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1893       'docs/bug-triage.md', | 1896       'docs/bug-triage.md', | 
| 1894       'docs/bug-triage-labels.md', | 1897       'docs/bug-triage-labels.md', | 
| 1895       'docs/bug-triage-suggested-workflow.md', | 1898       'docs/bug-triage-suggested-workflow.md', | 
| 1896       'docs/code-patterns.md', | 1899       'docs/code-patterns.md', | 
| 1897       'docs/life-of-a-url-request.md', | 1900       'docs/life-of-a-url-request.md', | 
| 1898       'sdch/README.md', | 1901       'sdch/README.md', | 
| 1899     ], | 1902     ], | 
| 1900     'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1903     'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 
| 1901   } | 1904   } | 
| 1902 } | 1905 } | 
| OLD | NEW | 
|---|