| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'cert/ct_verify_result.h', | 73 'cert/ct_verify_result.h', |
| 74 'cert/pem_tokenizer.cc', | 74 'cert/pem_tokenizer.cc', |
| 75 'cert/pem_tokenizer.h', | 75 'cert/pem_tokenizer.h', |
| 76 'cert/sha256_legacy_support_nss_win.cc', | 76 'cert/sha256_legacy_support_nss_win.cc', |
| 77 'cert/sha256_legacy_support_openssl_win.cc', | 77 'cert/sha256_legacy_support_openssl_win.cc', |
| 78 'cert/sha256_legacy_support_win.cc', | 78 'cert/sha256_legacy_support_win.cc', |
| 79 'cert/sha256_legacy_support_win.h', | 79 'cert/sha256_legacy_support_win.h', |
| 80 'cert/signed_certificate_timestamp.cc', | 80 'cert/signed_certificate_timestamp.cc', |
| 81 'cert/signed_certificate_timestamp.h', | 81 'cert/signed_certificate_timestamp.h', |
| 82 'cert/signed_tree_head.h', | 82 'cert/signed_tree_head.h', |
| 83 'cert/single_request_cert_verifier.cc', | |
| 84 'cert/single_request_cert_verifier.h', | |
| 85 'cert/x509_cert_types.cc', | 83 'cert/x509_cert_types.cc', |
| 86 'cert/x509_cert_types.h', | 84 'cert/x509_cert_types.h', |
| 87 'cert/x509_certificate.cc', | 85 'cert/x509_certificate.cc', |
| 88 'cert/x509_certificate.h', | 86 'cert/x509_certificate.h', |
| 89 'cert/x509_certificate_net_log_param.cc', | 87 'cert/x509_certificate_net_log_param.cc', |
| 90 'cert/x509_certificate_net_log_param.h', | 88 'cert/x509_certificate_net_log_param.h', |
| 91 'cert/x509_certificate_openssl.cc', | 89 'cert/x509_certificate_openssl.cc', |
| 92 'cert/x509_util.cc', | 90 'cert/x509_util.cc', |
| 93 'cert/x509_util.h', | 91 'cert/x509_util.h', |
| 94 'cert/x509_util_openssl.cc', | 92 'cert/x509_util_openssl.cc', |
| (...skipping 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1805 'base/mac/url_conversions_unittest.mm', | 1803 'base/mac/url_conversions_unittest.mm', |
| 1806 ], | 1804 ], |
| 1807 'net_docs_script': 'tools/net_docs/net_docs.py', | 1805 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1808 'net_docs_sources': [ | 1806 'net_docs_sources': [ |
| 1809 'README.md', | 1807 'README.md', |
| 1810 'sdch/README.md', | 1808 'sdch/README.md', |
| 1811 ], | 1809 ], |
| 1812 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1810 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1813 } | 1811 } |
| 1814 } | 1812 } |
| OLD | NEW |