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

Side by Side Diff: net/net.gyp

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/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 'conditions': [ 10 'conditions': [
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'cert/nss_cert_database_unittest.cc', 246 'cert/nss_cert_database_unittest.cc',
247 'cert/nss_profile_filter_chromeos_unittest.cc', 247 'cert/nss_profile_filter_chromeos_unittest.cc',
248 'cert/x509_util_nss_unittest.cc', 248 'cert/x509_util_nss_unittest.cc',
249 'quic/test_tools/crypto_test_utils_nss.cc', 249 'quic/test_tools/crypto_test_utils_nss.cc',
250 ], 250 ],
251 }, { # else !use_openssl: remove the unneeded files and pull in NSS. 251 }, { # else !use_openssl: remove the unneeded files and pull in NSS.
252 'sources!': [ 252 'sources!': [
253 'cert/x509_util_openssl_unittest.cc', 253 'cert/x509_util_openssl_unittest.cc',
254 'quic/test_tools/crypto_test_utils_openssl.cc', 254 'quic/test_tools/crypto_test_utils_openssl.cc',
255 'socket/ssl_client_socket_openssl_unittest.cc', 255 'socket/ssl_client_socket_openssl_unittest.cc',
256 'socket/ssl_session_cache_openssl_unittest.cc', 256 'ssl/ssl_client_session_cache_openssl_unittest.cc',
257 ], 257 ],
258 }, 258 },
259 ], 259 ],
260 [ 'use_openssl_certs == 0', { 260 [ 'use_openssl_certs == 0', {
261 'sources!': [ 261 'sources!': [
262 'ssl/openssl_client_key_store_unittest.cc', 262 'ssl/openssl_client_key_store_unittest.cc',
263 ], 263 ],
264 }], 264 }],
265 [ 'enable_websockets != 1', { 265 [ 'enable_websockets != 1', {
266 'sources/': [ 266 'sources/': [
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1531 '../build/isolate.gypi', 1531 '../build/isolate.gypi',
1532 ], 1532 ],
1533 'sources': [ 1533 'sources': [
1534 'net_unittests.isolate', 1534 'net_unittests.isolate',
1535 ], 1535 ],
1536 }, 1536 },
1537 ], 1537 ],
1538 }], 1538 }],
1539 ], 1539 ],
1540 } 1540 }
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