| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'cert/internal/verify_name_match.h', | 75 'cert/internal/verify_name_match.h', |
| 76 'cert/pem_tokenizer.cc', | 76 'cert/pem_tokenizer.cc', |
| 77 'cert/pem_tokenizer.h', | 77 'cert/pem_tokenizer.h', |
| 78 'cert/sha256_legacy_support_nss_win.cc', | 78 'cert/sha256_legacy_support_nss_win.cc', |
| 79 'cert/sha256_legacy_support_openssl_win.cc', | 79 'cert/sha256_legacy_support_openssl_win.cc', |
| 80 'cert/sha256_legacy_support_win.cc', | 80 'cert/sha256_legacy_support_win.cc', |
| 81 'cert/sha256_legacy_support_win.h', | 81 'cert/sha256_legacy_support_win.h', |
| 82 'cert/signed_certificate_timestamp.cc', | 82 'cert/signed_certificate_timestamp.cc', |
| 83 'cert/signed_certificate_timestamp.h', | 83 'cert/signed_certificate_timestamp.h', |
| 84 'cert/signed_tree_head.h', | 84 'cert/signed_tree_head.h', |
| 85 'cert/single_request_cert_verifier.cc', | |
| 86 'cert/single_request_cert_verifier.h', | |
| 87 'cert/x509_cert_types.cc', | 85 'cert/x509_cert_types.cc', |
| 88 'cert/x509_cert_types.h', | 86 'cert/x509_cert_types.h', |
| 89 'cert/x509_certificate.cc', | 87 'cert/x509_certificate.cc', |
| 90 'cert/x509_certificate.h', | 88 'cert/x509_certificate.h', |
| 91 'cert/x509_certificate_net_log_param.cc', | 89 'cert/x509_certificate_net_log_param.cc', |
| 92 'cert/x509_certificate_net_log_param.h', | 90 'cert/x509_certificate_net_log_param.h', |
| 93 'cert/x509_certificate_openssl.cc', | 91 'cert/x509_certificate_openssl.cc', |
| 94 'cert/x509_util.cc', | 92 'cert/x509_util.cc', |
| 95 'cert/x509_util.h', | 93 'cert/x509_util.h', |
| 96 'cert/x509_util_openssl.cc', | 94 'cert/x509_util_openssl.cc', |
| (...skipping 1714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1811 'base/mac/url_conversions_unittest.mm', | 1809 'base/mac/url_conversions_unittest.mm', |
| 1812 ], | 1810 ], |
| 1813 'net_docs_script': 'tools/net_docs/net_docs.py', | 1811 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1814 'net_docs_sources': [ | 1812 'net_docs_sources': [ |
| 1815 'README.md', | 1813 'README.md', |
| 1816 'sdch/README.md', | 1814 'sdch/README.md', |
| 1817 ], | 1815 ], |
| 1818 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1816 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1819 } | 1817 } |
| 1820 } | 1818 } |
| OLD | NEW |