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

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: rsleevi comments (buh, also a rebase, sorry) 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'cert/nss_cert_database_unittest.cc', 221 'cert/nss_cert_database_unittest.cc',
222 'cert/nss_profile_filter_chromeos_unittest.cc', 222 'cert/nss_profile_filter_chromeos_unittest.cc',
223 'cert/x509_util_nss_unittest.cc', 223 'cert/x509_util_nss_unittest.cc',
224 'quic/test_tools/crypto_test_utils_nss.cc', 224 'quic/test_tools/crypto_test_utils_nss.cc',
225 ], 225 ],
226 }, { # else !use_openssl: remove the unneeded files and pull in NSS. 226 }, { # else !use_openssl: remove the unneeded files and pull in NSS.
227 'sources!': [ 227 'sources!': [
228 'cert/x509_util_openssl_unittest.cc', 228 'cert/x509_util_openssl_unittest.cc',
229 'quic/test_tools/crypto_test_utils_openssl.cc', 229 'quic/test_tools/crypto_test_utils_openssl.cc',
230 'socket/ssl_client_socket_openssl_unittest.cc', 230 'socket/ssl_client_socket_openssl_unittest.cc',
231 'socket/ssl_session_cache_openssl_unittest.cc', 231 'ssl/ssl_client_session_cache_openssl_unittest.cc',
232 ], 232 ],
233 }, 233 },
234 ], 234 ],
235 [ 'use_openssl_certs == 0', { 235 [ 'use_openssl_certs == 0', {
236 'sources!': [ 236 'sources!': [
237 'ssl/openssl_client_key_store_unittest.cc', 237 'ssl/openssl_client_key_store_unittest.cc',
238 ], 238 ],
239 }], 239 }],
240 [ 'enable_websockets != 1', { 240 [ 'enable_websockets != 1', {
241 'sources/': [ 241 'sources/': [
(...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1511 '../build/isolate.gypi', 1511 '../build/isolate.gypi',
1512 ], 1512 ],
1513 'sources': [ 1513 'sources': [
1514 'net_unittests.isolate', 1514 'net_unittests.isolate',
1515 ], 1515 ],
1516 }, 1516 },
1517 ], 1517 ],
1518 }], 1518 }],
1519 ], 1519 ],
1520 } 1520 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | net/socket/ssl_client_socket_openssl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698