| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', | 167 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', |
| 168 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', | 168 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', |
| 169 'quic/crypto/channel_id_openssl.cc', | 169 'quic/crypto/channel_id_openssl.cc', |
| 170 'quic/crypto/p256_key_exchange_openssl.cc', | 170 'quic/crypto/p256_key_exchange_openssl.cc', |
| 171 'quic/crypto/scoped_evp_aead_ctx.cc', | 171 'quic/crypto/scoped_evp_aead_ctx.cc', |
| 172 'quic/crypto/scoped_evp_aead_ctx.h', | 172 'quic/crypto/scoped_evp_aead_ctx.h', |
| 173 'socket/ssl_client_socket_openssl.cc', | 173 'socket/ssl_client_socket_openssl.cc', |
| 174 'socket/ssl_client_socket_openssl.h', | 174 'socket/ssl_client_socket_openssl.h', |
| 175 'socket/ssl_server_socket_openssl.cc', | 175 'socket/ssl_server_socket_openssl.cc', |
| 176 'socket/ssl_server_socket_openssl.h', | 176 'socket/ssl_server_socket_openssl.h', |
| 177 'ssl/openssl_platform_key.h', | |
| 178 'ssl/openssl_platform_key_mac.cc', | |
| 179 'ssl/openssl_platform_key_nss.cc', | |
| 180 'ssl/openssl_platform_key_win.cc', | |
| 181 'ssl/openssl_ssl_util.cc', | 177 'ssl/openssl_ssl_util.cc', |
| 182 'ssl/openssl_ssl_util.h', | 178 'ssl/openssl_ssl_util.h', |
| 183 'ssl/ssl_client_session_cache_openssl.cc', | 179 'ssl/ssl_client_session_cache_openssl.cc', |
| 184 'ssl/ssl_client_session_cache_openssl.h', | 180 'ssl/ssl_client_session_cache_openssl.h', |
| 185 ], | 181 ], |
| 186 }, | 182 }, |
| 187 ], | 183 ], |
| 188 [ 'use_nss_certs == 1 or OS == "ios" or use_openssl == 0', { | 184 [ 'use_nss_certs == 1 or OS == "ios" or use_openssl == 0', { |
| 189 'conditions': [ | 185 'conditions': [ |
| 190 # Pull in the bundled or system NSS as appropriate. | 186 # Pull in the bundled or system NSS as appropriate. |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 'cert/nss_profile_filter_chromeos.h', | 262 'cert/nss_profile_filter_chromeos.h', |
| 267 'cert/test_root_certs_nss.cc', | 263 'cert/test_root_certs_nss.cc', |
| 268 'cert/x509_certificate_nss.cc', | 264 'cert/x509_certificate_nss.cc', |
| 269 'cert/x509_util_nss_certs.cc', | 265 'cert/x509_util_nss_certs.cc', |
| 270 'cert_net/nss_ocsp.cc', | 266 'cert_net/nss_ocsp.cc', |
| 271 'cert_net/nss_ocsp.h', | 267 'cert_net/nss_ocsp.h', |
| 272 'ssl/client_cert_store_chromeos.cc', | 268 'ssl/client_cert_store_chromeos.cc', |
| 273 'ssl/client_cert_store_chromeos.h', | 269 'ssl/client_cert_store_chromeos.h', |
| 274 'ssl/client_cert_store_nss.cc', | 270 'ssl/client_cert_store_nss.cc', |
| 275 'ssl/client_cert_store_nss.h', | 271 'ssl/client_cert_store_nss.h', |
| 276 'ssl/openssl_platform_key_nss.cc', | 272 'ssl/ssl_platform_key_nss.cc', |
| 277 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', | 273 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', |
| 278 'third_party/mozilla_security_manager/nsKeygenHandler.h', | 274 'third_party/mozilla_security_manager/nsKeygenHandler.h', |
| 279 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', | 275 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', |
| 280 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', | 276 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', |
| 281 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', | 277 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', |
| 282 'third_party/mozilla_security_manager/nsPKCS12Blob.h', | 278 'third_party/mozilla_security_manager/nsPKCS12Blob.h', |
| 283 ], | 279 ], |
| 284 }, | 280 }, |
| 285 ], | 281 ], |
| 286 # client_cert_store_nss.c requires NSS_CmpCertChainWCANames from NSS's | 282 # client_cert_store_nss.c requires NSS_CmpCertChainWCANames from NSS's |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 ['include', '^cert/test_root_certs_nss\\.cc$'], | 411 ['include', '^cert/test_root_certs_nss\\.cc$'], |
| 416 ['include', '^cert/x509_util_nss_certs\\.cc$'], | 412 ['include', '^cert/x509_util_nss_certs\\.cc$'], |
| 417 ['include', '^cert_net/nss_ocsp\\.cc$'], | 413 ['include', '^cert_net/nss_ocsp\\.cc$'], |
| 418 ['include', '^cert_net/nss_ocsp\\.h$'], | 414 ['include', '^cert_net/nss_ocsp\\.h$'], |
| 419 ['include', '^proxy/proxy_resolver_mac\\.cc$'], | 415 ['include', '^proxy/proxy_resolver_mac\\.cc$'], |
| 420 ['include', '^proxy/proxy_server_mac\\.cc$'], | 416 ['include', '^proxy/proxy_server_mac\\.cc$'], |
| 421 ], | 417 ], |
| 422 }], | 418 }], |
| 423 ], | 419 ], |
| 424 } | 420 } |
| OLD | NEW |