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

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: sleevi comments Created 5 years, 9 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
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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'cert/nss_cert_database_unittest.cc', 220 'cert/nss_cert_database_unittest.cc',
221 'cert/nss_profile_filter_chromeos_unittest.cc', 221 'cert/nss_profile_filter_chromeos_unittest.cc',
222 'cert/x509_util_nss_unittest.cc', 222 'cert/x509_util_nss_unittest.cc',
223 'quic/test_tools/crypto_test_utils_nss.cc', 223 'quic/test_tools/crypto_test_utils_nss.cc',
224 ], 224 ],
225 }, { # else !use_openssl: remove the unneeded files and pull in NSS. 225 }, { # else !use_openssl: remove the unneeded files and pull in NSS.
226 'sources!': [ 226 'sources!': [
227 'cert/x509_util_openssl_unittest.cc', 227 'cert/x509_util_openssl_unittest.cc',
228 'quic/test_tools/crypto_test_utils_openssl.cc', 228 'quic/test_tools/crypto_test_utils_openssl.cc',
229 'socket/ssl_client_socket_openssl_unittest.cc', 229 'socket/ssl_client_socket_openssl_unittest.cc',
230 'socket/ssl_session_cache_openssl_unittest.cc', 230 'ssl/ssl_client_session_cache_openssl_unittest.cc',
231 ], 231 ],
232 }, 232 },
233 ], 233 ],
234 [ 'use_openssl_certs == 0', { 234 [ 'use_openssl_certs == 0', {
235 'sources!': [ 235 'sources!': [
236 'ssl/openssl_client_key_store_unittest.cc', 236 'ssl/openssl_client_key_store_unittest.cc',
237 ], 237 ],
238 }], 238 }],
239 [ 'enable_websockets != 1', { 239 [ 'enable_websockets != 1', {
240 'sources/': [ 240 'sources/': [
(...skipping 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1504 '../build/isolate.gypi', 1504 '../build/isolate.gypi',
1505 ], 1505 ],
1506 'sources': [ 1506 'sources': [
1507 'net_unittests.isolate', 1507 'net_unittests.isolate',
1508 ], 1508 ],
1509 }, 1509 },
1510 ], 1510 ],
1511 }], 1511 }],
1512 ], 1512 ],
1513 } 1513 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | net/socket/ssl_client_socket_openssl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698