| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 'cert/internal/verify_name_match.cc', | 114 'cert/internal/verify_name_match.cc', |
| 115 'cert/internal/verify_name_match.h', | 115 'cert/internal/verify_name_match.h', |
| 116 'cert/internal/verify_signed_data.cc', | 116 'cert/internal/verify_signed_data.cc', |
| 117 'cert/internal/verify_signed_data.h', | 117 'cert/internal/verify_signed_data.h', |
| 118 'cert/pem_tokenizer.cc', | 118 'cert/pem_tokenizer.cc', |
| 119 'cert/pem_tokenizer.h', | 119 'cert/pem_tokenizer.h', |
| 120 'cert/signed_certificate_timestamp.cc', | 120 'cert/signed_certificate_timestamp.cc', |
| 121 'cert/signed_certificate_timestamp.h', | 121 'cert/signed_certificate_timestamp.h', |
| 122 'cert/signed_tree_head.cc', | 122 'cert/signed_tree_head.cc', |
| 123 'cert/signed_tree_head.h', | 123 'cert/signed_tree_head.h', |
| 124 'cert/sth_observer.h', |
| 125 'cert/sth_distributor.cc', |
| 126 'cert/sth_distributor.h', |
| 124 'cert/x509_cert_types.cc', | 127 'cert/x509_cert_types.cc', |
| 125 'cert/x509_cert_types.h', | 128 'cert/x509_cert_types.h', |
| 126 'cert/x509_certificate.cc', | 129 'cert/x509_certificate.cc', |
| 127 'cert/x509_certificate.h', | 130 'cert/x509_certificate.h', |
| 128 'cert/x509_certificate_net_log_param.cc', | 131 'cert/x509_certificate_net_log_param.cc', |
| 129 'cert/x509_certificate_net_log_param.h', | 132 'cert/x509_certificate_net_log_param.h', |
| 130 'cert/x509_certificate_openssl.cc', | 133 'cert/x509_certificate_openssl.cc', |
| 131 'cert/x509_util.cc', | 134 'cert/x509_util.cc', |
| 132 'cert/x509_util.h', | 135 'cert/x509_util.h', |
| 133 'cert/x509_util_openssl.cc', | 136 'cert/x509_util_openssl.cc', |
| (...skipping 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2008 'docs/bug-triage-labels.md', | 2011 'docs/bug-triage-labels.md', |
| 2009 'docs/bug-triage-suggested-workflow.md', | 2012 'docs/bug-triage-suggested-workflow.md', |
| 2010 'docs/code-patterns.md', | 2013 'docs/code-patterns.md', |
| 2011 'docs/crash-course-in-net-internals.md', | 2014 'docs/crash-course-in-net-internals.md', |
| 2012 'docs/life-of-a-url-request.md', | 2015 'docs/life-of-a-url-request.md', |
| 2013 'sdch/README.md', | 2016 'sdch/README.md', |
| 2014 ], | 2017 ], |
| 2015 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 2018 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 2016 } | 2019 } |
| 2017 } | 2020 } |
| OLD | NEW |