OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 { | 5 { |
6 # This target is included in both 'net' and 'net_small'. | 6 # This target is included in both 'net' and 'net_small'. |
7 'type': '<(component)', | 7 'type': '<(component)', |
8 'variables': { 'enable_wexit_time_destructors': 1, }, | 8 'variables': { 'enable_wexit_time_destructors': 1, }, |
9 'dependencies': [ | 9 'dependencies': [ |
10 '../base/base.gyp:base', | 10 '../base/base.gyp:base', |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'socket/ssl_server_socket_openssl.cc', | 158 'socket/ssl_server_socket_openssl.cc', |
159 'socket/ssl_server_socket_openssl.h', | 159 'socket/ssl_server_socket_openssl.h', |
160 'ssl/client_key_store.cc', | 160 'ssl/client_key_store.cc', |
161 'ssl/client_key_store.h', | 161 'ssl/client_key_store.h', |
162 'ssl/openssl_ssl_util.cc', | 162 'ssl/openssl_ssl_util.cc', |
163 'ssl/openssl_ssl_util.h', | 163 'ssl/openssl_ssl_util.h', |
164 'ssl/ssl_client_session_cache_openssl.cc', | 164 'ssl/ssl_client_session_cache_openssl.cc', |
165 'ssl/ssl_client_session_cache_openssl.h', | 165 'ssl/ssl_client_session_cache_openssl.h', |
166 'ssl/ssl_platform_key.h', | 166 'ssl/ssl_platform_key.h', |
167 'ssl/ssl_platform_key_nss.cc', | 167 'ssl/ssl_platform_key_nss.cc', |
| 168 'ssl/ssl_platform_key_task_runner.h', |
168 'ssl/threaded_ssl_private_key.cc', | 169 'ssl/threaded_ssl_private_key.cc', |
169 'ssl/threaded_ssl_private_key.h', | 170 'ssl/threaded_ssl_private_key.h', |
170 ], | 171 ], |
171 }, | 172 }, |
172 ], | 173 ], |
173 [ 'use_nss_certs == 1 or OS == "ios" or use_openssl == 0', { | 174 [ 'use_nss_certs == 1 or OS == "ios" or use_openssl == 0', { |
174 'conditions': [ | 175 'conditions': [ |
175 # Pull in the bundled or system NSS as appropriate. | 176 # Pull in the bundled or system NSS as appropriate. |
176 [ 'desktop_linux == 1 or chromeos == 1', { | 177 [ 'desktop_linux == 1 or chromeos == 1', { |
177 'dependencies': [ | 178 'dependencies': [ |
(...skipping 18 matching lines...) Expand all Loading... |
196 'base/crypto_module_openssl.cc', | 197 'base/crypto_module_openssl.cc', |
197 'base/keygen_handler_openssl.cc', | 198 'base/keygen_handler_openssl.cc', |
198 'base/openssl_private_key_store.h', | 199 'base/openssl_private_key_store.h', |
199 'base/openssl_private_key_store_android.cc', | 200 'base/openssl_private_key_store_android.cc', |
200 'base/openssl_private_key_store_memory.cc', | 201 'base/openssl_private_key_store_memory.cc', |
201 'cert/cert_database_openssl.cc', | 202 'cert/cert_database_openssl.cc', |
202 'cert/cert_verify_proc_openssl.cc', | 203 'cert/cert_verify_proc_openssl.cc', |
203 'cert/cert_verify_proc_openssl.h', | 204 'cert/cert_verify_proc_openssl.h', |
204 'cert/test_root_certs_openssl.cc', | 205 'cert/test_root_certs_openssl.cc', |
205 'cert/x509_certificate_openssl.cc', | 206 'cert/x509_certificate_openssl.cc', |
206 'ssl/openssl_client_key_store.cc', | |
207 'ssl/openssl_client_key_store.h', | |
208 ], | 207 ], |
209 }], | 208 }], |
210 [ 'use_glib == 1', { | 209 [ 'use_glib == 1', { |
211 'dependencies': [ | 210 'dependencies': [ |
212 '../build/linux/system.gyp:gconf', | 211 '../build/linux/system.gyp:gconf', |
213 '../build/linux/system.gyp:gio', | 212 '../build/linux/system.gyp:gio', |
214 ], | 213 ], |
215 }], | 214 }], |
216 [ 'desktop_linux == 1 or chromeos == 1', { | 215 [ 'desktop_linux == 1 or chromeos == 1', { |
217 'conditions': [ | 216 'conditions': [ |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 ['include', '^cert/test_root_certs_nss\\.cc$'], | 397 ['include', '^cert/test_root_certs_nss\\.cc$'], |
399 ['include', '^cert/x509_util_nss_certs\\.cc$'], | 398 ['include', '^cert/x509_util_nss_certs\\.cc$'], |
400 ['include', '^cert_net/nss_ocsp\\.cc$'], | 399 ['include', '^cert_net/nss_ocsp\\.cc$'], |
401 ['include', '^cert_net/nss_ocsp\\.h$'], | 400 ['include', '^cert_net/nss_ocsp\\.h$'], |
402 ['include', '^proxy/proxy_resolver_mac\\.cc$'], | 401 ['include', '^proxy/proxy_resolver_mac\\.cc$'], |
403 ['include', '^proxy/proxy_server_mac\\.cc$'], | 402 ['include', '^proxy/proxy_server_mac\\.cc$'], |
404 ], | 403 ], |
405 }], | 404 }], |
406 ], | 405 ], |
407 } | 406 } |
OLD | NEW |