| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'base/crypto_module_openssl.cc', | 220 'base/crypto_module_openssl.cc', |
| 221 'base/keygen_handler_openssl.cc', | 221 'base/keygen_handler_openssl.cc', |
| 222 'base/openssl_private_key_store.h', | 222 'base/openssl_private_key_store.h', |
| 223 'base/openssl_private_key_store_android.cc', | 223 'base/openssl_private_key_store_android.cc', |
| 224 'base/openssl_private_key_store_memory.cc', | 224 'base/openssl_private_key_store_memory.cc', |
| 225 'cert/cert_database_openssl.cc', | 225 'cert/cert_database_openssl.cc', |
| 226 'cert/cert_verify_proc_openssl.cc', | 226 'cert/cert_verify_proc_openssl.cc', |
| 227 'cert/cert_verify_proc_openssl.h', | 227 'cert/cert_verify_proc_openssl.h', |
| 228 'cert/test_root_certs_openssl.cc', | 228 'cert/test_root_certs_openssl.cc', |
| 229 'cert/x509_certificate_openssl.cc', | 229 'cert/x509_certificate_openssl.cc', |
| 230 'ssl/openssl_client_key_store.cc', | |
| 231 'ssl/openssl_client_key_store.h', | |
| 232 ], | 230 ], |
| 233 }], | 231 }], |
| 234 [ 'use_glib == 1', { | 232 [ 'use_glib == 1', { |
| 235 'dependencies': [ | 233 'dependencies': [ |
| 236 '../build/linux/system.gyp:gconf', | 234 '../build/linux/system.gyp:gconf', |
| 237 '../build/linux/system.gyp:gio', | 235 '../build/linux/system.gyp:gio', |
| 238 ], | 236 ], |
| 239 }], | 237 }], |
| 240 [ 'desktop_linux == 1 or chromeos == 1', { | 238 [ 'desktop_linux == 1 or chromeos == 1', { |
| 241 'conditions': [ | 239 'conditions': [ |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 ['include', '^cert/test_root_certs_nss\\.cc$'], | 420 ['include', '^cert/test_root_certs_nss\\.cc$'], |
| 423 ['include', '^cert/x509_util_nss_certs\\.cc$'], | 421 ['include', '^cert/x509_util_nss_certs\\.cc$'], |
| 424 ['include', '^cert_net/nss_ocsp\\.cc$'], | 422 ['include', '^cert_net/nss_ocsp\\.cc$'], |
| 425 ['include', '^cert_net/nss_ocsp\\.h$'], | 423 ['include', '^cert_net/nss_ocsp\\.h$'], |
| 426 ['include', '^proxy/proxy_resolver_mac\\.cc$'], | 424 ['include', '^proxy/proxy_resolver_mac\\.cc$'], |
| 427 ['include', '^proxy/proxy_server_mac\\.cc$'], | 425 ['include', '^proxy/proxy_server_mac\\.cc$'], |
| 428 ], | 426 ], |
| 429 }], | 427 }], |
| 430 ], | 428 ], |
| 431 } | 429 } |
| OLD | NEW |