Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: net/net_common.gypi

Issue 994263002: Rewrite session cache in OpenSSL ports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/net.gypi ('k') | net/socket/ssl_client_socket_openssl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', 190 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc',
191 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', 191 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc',
192 'quic/crypto/channel_id_openssl.cc', 192 'quic/crypto/channel_id_openssl.cc',
193 'quic/crypto/p256_key_exchange_openssl.cc', 193 'quic/crypto/p256_key_exchange_openssl.cc',
194 'quic/crypto/scoped_evp_aead_ctx.cc', 194 'quic/crypto/scoped_evp_aead_ctx.cc',
195 'quic/crypto/scoped_evp_aead_ctx.h', 195 'quic/crypto/scoped_evp_aead_ctx.h',
196 'socket/ssl_client_socket_openssl.cc', 196 'socket/ssl_client_socket_openssl.cc',
197 'socket/ssl_client_socket_openssl.h', 197 'socket/ssl_client_socket_openssl.h',
198 'socket/ssl_server_socket_openssl.cc', 198 'socket/ssl_server_socket_openssl.cc',
199 'socket/ssl_server_socket_openssl.h', 199 'socket/ssl_server_socket_openssl.h',
200 'socket/ssl_session_cache_openssl.cc',
201 'socket/ssl_session_cache_openssl.h',
202 'ssl/openssl_platform_key.h', 200 'ssl/openssl_platform_key.h',
203 'ssl/openssl_platform_key_mac.cc', 201 'ssl/openssl_platform_key_mac.cc',
204 'ssl/openssl_platform_key_win.cc', 202 'ssl/openssl_platform_key_win.cc',
205 'ssl/openssl_ssl_util.cc', 203 'ssl/openssl_ssl_util.cc',
206 'ssl/openssl_ssl_util.h', 204 'ssl/openssl_ssl_util.h',
205 'ssl/ssl_client_session_cache_openssl.cc',
206 'ssl/ssl_client_session_cache_openssl.h',
207 ], 207 ],
208 'conditions': [ 208 'conditions': [
209 # Pull in the bundled or system NSS as appropriate. 209 # Pull in the bundled or system NSS as appropriate.
210 [ 'desktop_linux == 1 or chromeos == 1', { 210 [ 'desktop_linux == 1 or chromeos == 1', {
211 'dependencies': [ 211 'dependencies': [
212 '../build/linux/system.gyp:ssl', 212 '../build/linux/system.gyp:ssl',
213 ], 213 ],
214 }, { 214 }, {
215 'dependencies': [ 215 'dependencies': [
216 '../third_party/nss/nss.gyp:nspr', 216 '../third_party/nss/nss.gyp:nspr',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 ['include', '^cert/x509_util_nss\\.cc$'], 418 ['include', '^cert/x509_util_nss\\.cc$'],
419 ['include', '^cert/x509_util_nss\\.h$'], 419 ['include', '^cert/x509_util_nss\\.h$'],
420 ['include', '^proxy/proxy_resolver_mac\\.cc$'], 420 ['include', '^proxy/proxy_resolver_mac\\.cc$'],
421 ['include', '^proxy/proxy_server_mac\\.cc$'], 421 ['include', '^proxy/proxy_server_mac\\.cc$'],
422 ['include', '^ocsp/nss_ocsp\\.cc$'], 422 ['include', '^ocsp/nss_ocsp\\.cc$'],
423 ['include', '^ocsp/nss_ocsp\\.h$'], 423 ['include', '^ocsp/nss_ocsp\\.h$'],
424 ], 424 ],
425 }], 425 }],
426 ], 426 ],
427 } 427 }
OLDNEW
« no previous file with comments | « net/net.gypi ('k') | net/socket/ssl_client_socket_openssl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698