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

Side by Side Diff: net/net.gyp

Issue 396803002: Implement TLS client auth in the OS X OpenSSL port. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'quic/crypto/aead_base_decrypter_openssl.cc', 270 'quic/crypto/aead_base_decrypter_openssl.cc',
271 'quic/crypto/aead_base_encrypter_openssl.cc', 271 'quic/crypto/aead_base_encrypter_openssl.cc',
272 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', 272 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc',
273 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', 273 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc',
274 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', 274 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc',
275 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', 275 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc',
276 'quic/crypto/channel_id_openssl.cc', 276 'quic/crypto/channel_id_openssl.cc',
277 'quic/crypto/p256_key_exchange_openssl.cc', 277 'quic/crypto/p256_key_exchange_openssl.cc',
278 'quic/crypto/scoped_evp_aead_ctx.cc', 278 'quic/crypto/scoped_evp_aead_ctx.cc',
279 'quic/crypto/scoped_evp_aead_ctx.h', 279 'quic/crypto/scoped_evp_aead_ctx.h',
280 'socket/openssl_ssl_util.cc',
281 'socket/openssl_ssl_util.h',
282 'socket/ssl_client_socket_openssl.cc', 280 'socket/ssl_client_socket_openssl.cc',
283 'socket/ssl_client_socket_openssl.h', 281 'socket/ssl_client_socket_openssl.h',
284 'socket/ssl_server_socket_openssl.cc', 282 'socket/ssl_server_socket_openssl.cc',
285 'socket/ssl_server_socket_openssl.h', 283 'socket/ssl_server_socket_openssl.h',
286 'socket/ssl_session_cache_openssl.cc', 284 'socket/ssl_session_cache_openssl.cc',
287 'socket/ssl_session_cache_openssl.h', 285 'socket/ssl_session_cache_openssl.h',
286 'ssl/openssl_platform_key_mac.cc',
287 'ssl/openssl_platform_key_win.cc',
288 'ssl/openssl_platform_key.h',
289 'ssl/openssl_ssl_util.cc',
290 'ssl/openssl_ssl_util.h',
288 ], 291 ],
289 }, 292 },
290 ], 293 ],
291 [ 'use_openssl_certs == 0', { 294 [ 'use_openssl_certs == 0', {
292 'sources!': [ 295 'sources!': [
293 'base/keygen_handler_openssl.cc', 296 'base/keygen_handler_openssl.cc',
294 'base/openssl_private_key_store.h', 297 'base/openssl_private_key_store.h',
295 'base/openssl_private_key_store_android.cc', 298 'base/openssl_private_key_store_android.cc',
296 'base/openssl_private_key_store_memory.cc', 299 'base/openssl_private_key_store_memory.cc',
297 'cert/cert_database_openssl.cc', 300 'cert/cert_database_openssl.cc',
(...skipping 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1707 'net_unittests.isolate', 1710 'net_unittests.isolate',
1708 ], 1711 ],
1709 'sources': [ 1712 'sources': [
1710 'net_unittests.isolate', 1713 'net_unittests.isolate',
1711 ], 1714 ],
1712 }, 1715 },
1713 ], 1716 ],
1714 }], 1717 }],
1715 ], 1718 ],
1716 } 1719 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698