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

Side by Side Diff: net/net.gyp

Issue 8816002: SSLClientSocketNSS::ClearSessionCache should initialize (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add NET_EXPORT_PRIVATE Created 9 years 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 | « no previous file | net/socket/ssl_client_socket_nss.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 'proxy/proxy_server_unittest.cc', 1129 'proxy/proxy_server_unittest.cc',
1130 'proxy/proxy_service_unittest.cc', 1130 'proxy/proxy_service_unittest.cc',
1131 'proxy/sync_host_resolver_bridge_unittest.cc', 1131 'proxy/sync_host_resolver_bridge_unittest.cc',
1132 'socket/client_socket_pool_base_unittest.cc', 1132 'socket/client_socket_pool_base_unittest.cc',
1133 'socket/deterministic_socket_data_unittest.cc', 1133 'socket/deterministic_socket_data_unittest.cc',
1134 'socket/mock_client_socket_pool_manager.cc', 1134 'socket/mock_client_socket_pool_manager.cc',
1135 'socket/mock_client_socket_pool_manager.h', 1135 'socket/mock_client_socket_pool_manager.h',
1136 'socket/socks5_client_socket_unittest.cc', 1136 'socket/socks5_client_socket_unittest.cc',
1137 'socket/socks_client_socket_pool_unittest.cc', 1137 'socket/socks_client_socket_pool_unittest.cc',
1138 'socket/socks_client_socket_unittest.cc', 1138 'socket/socks_client_socket_unittest.cc',
1139 'socket/ssl_client_socket_nss_unittest.cc',
1140 'socket/ssl_client_socket_pool_unittest.cc',
1139 'socket/ssl_client_socket_unittest.cc', 1141 'socket/ssl_client_socket_unittest.cc',
1140 'socket/ssl_client_socket_pool_unittest.cc',
1141 'socket/ssl_server_socket_unittest.cc', 1142 'socket/ssl_server_socket_unittest.cc',
1142 'socket/tcp_client_socket_unittest.cc', 1143 'socket/tcp_client_socket_unittest.cc',
1143 'socket/tcp_server_socket_unittest.cc', 1144 'socket/tcp_server_socket_unittest.cc',
1144 'socket/transport_client_socket_pool_unittest.cc', 1145 'socket/transport_client_socket_pool_unittest.cc',
1145 'socket/transport_client_socket_unittest.cc', 1146 'socket/transport_client_socket_unittest.cc',
1146 'socket/web_socket_server_socket_unittest.cc', 1147 'socket/web_socket_server_socket_unittest.cc',
1147 'socket_stream/socket_stream_metrics_unittest.cc', 1148 'socket_stream/socket_stream_metrics_unittest.cc',
1148 'socket_stream/socket_stream_unittest.cc', 1149 'socket_stream/socket_stream_unittest.cc',
1149 'spdy/spdy_framer_test.cc', 1150 'spdy/spdy_framer_test.cc',
1150 'spdy/spdy_http_stream_unittest.cc', 1151 'spdy/spdy_http_stream_unittest.cc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 ], 1225 ],
1225 }], 1226 }],
1226 [ 'use_openssl==1', { 1227 [ 'use_openssl==1', {
1227 # When building for OpenSSL, we need to exclude NSS specific tests. 1228 # When building for OpenSSL, we need to exclude NSS specific tests.
1228 # TODO(bulach): Add equivalent tests when the underlying 1229 # TODO(bulach): Add equivalent tests when the underlying
1229 # functionality is ported to OpenSSL. 1230 # functionality is ported to OpenSSL.
1230 'sources!': [ 1231 'sources!': [
1231 'base/x509_util_nss_unittest.cc', 1232 'base/x509_util_nss_unittest.cc',
1232 'base/cert_database_nss_unittest.cc', 1233 'base/cert_database_nss_unittest.cc',
1233 'base/dnssec_unittest.cc', 1234 'base/dnssec_unittest.cc',
1235 'socket/ssl_client_socket_nss_unittest.cc',
1234 ], 1236 ],
1235 }, { # else !use_openssl: remove the unneeded files 1237 }, { # else !use_openssl: remove the unneeded files
1236 'sources!': [ 1238 'sources!': [
1237 'base/x509_util_openssl_unittest.cc', 1239 'base/x509_util_openssl_unittest.cc',
1238 ], 1240 ],
1239 }, 1241 },
1240 ], 1242 ],
1241 [ 'OS == "win"', { 1243 [ 'OS == "win"', {
1242 'sources!': [ 1244 'sources!': [
1243 'dns/dns_config_service_posix_unittest.cc', 1245 'dns/dns_config_service_posix_unittest.cc',
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
1683 'tools/dump_cache/url_to_filename_encoder.cc', 1685 'tools/dump_cache/url_to_filename_encoder.cc',
1684 'tools/dump_cache/url_to_filename_encoder.h', 1686 'tools/dump_cache/url_to_filename_encoder.h',
1685 'tools/dump_cache/url_utilities.h', 1687 'tools/dump_cache/url_utilities.h',
1686 'tools/dump_cache/url_utilities.cc', 1688 'tools/dump_cache/url_utilities.cc',
1687 ], 1689 ],
1688 }, 1690 },
1689 ], 1691 ],
1690 }], 1692 }],
1691 ], 1693 ],
1692 } 1694 }
OLDNEW
« no previous file with comments | « no previous file | net/socket/ssl_client_socket_nss.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698