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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 'ssl/ssl_cipher_suite_names.h', | 163 'ssl/ssl_cipher_suite_names.h', |
164 'ssl/ssl_client_auth_cache.cc', | 164 'ssl/ssl_client_auth_cache.cc', |
165 'ssl/ssl_client_auth_cache.h', | 165 'ssl/ssl_client_auth_cache.h', |
166 'ssl/ssl_client_cert_type.h', | 166 'ssl/ssl_client_cert_type.h', |
167 'ssl/ssl_client_session_cache_openssl.cc', | 167 'ssl/ssl_client_session_cache_openssl.cc', |
168 'ssl/ssl_client_session_cache_openssl.h', | 168 'ssl/ssl_client_session_cache_openssl.h', |
169 'ssl/ssl_config.cc', | 169 'ssl/ssl_config.cc', |
170 'ssl/ssl_config.h', | 170 'ssl/ssl_config.h', |
171 'ssl/ssl_config_service.cc', | 171 'ssl/ssl_config_service.cc', |
172 'ssl/ssl_config_service.h', | 172 'ssl/ssl_config_service.h', |
| 173 'ssl/ssl_failure_state.h', |
173 'ssl/ssl_info.cc', | 174 'ssl/ssl_info.cc', |
174 'ssl/ssl_info.h', | 175 'ssl/ssl_info.h', |
175 ], | 176 ], |
176 'net_non_nacl_sources': [ | 177 'net_non_nacl_sources': [ |
177 'android/android_private_key.cc', | 178 'android/android_private_key.cc', |
178 'android/android_private_key.h', | 179 'android/android_private_key.h', |
179 'android/cert_verify_result_android.cc', | 180 'android/cert_verify_result_android.cc', |
180 'android/cert_verify_result_android.h', | 181 'android/cert_verify_result_android.h', |
181 'android/gurl_utils.cc', | 182 'android/gurl_utils.cc', |
182 'android/gurl_utils.h', | 183 'android/gurl_utils.h', |
(...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1809 'base/mac/url_conversions_unittest.mm', | 1810 'base/mac/url_conversions_unittest.mm', |
1810 ], | 1811 ], |
1811 'net_docs_script': 'tools/net_docs/net_docs.py', | 1812 'net_docs_script': 'tools/net_docs/net_docs.py', |
1812 'net_docs_sources': [ | 1813 'net_docs_sources': [ |
1813 'README.md', | 1814 'README.md', |
1814 'sdch/README.md', | 1815 'sdch/README.md', |
1815 ], | 1816 ], |
1816 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1817 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1817 } | 1818 } |
1818 } | 1819 } |
OLD | NEW |