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

Side by Side Diff: net/net.gyp

Issue 23724020: Disable unittests that depends on OpenSSL when use_openssl==0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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 | « no previous file | no next file » | 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 1982 matching lines...) Expand 10 before | Expand all | Expand 10 after
1993 'cert/x509_util_nss_unittest.cc', 1993 'cert/x509_util_nss_unittest.cc',
1994 'quic/test_tools/crypto_test_utils_nss.cc', 1994 'quic/test_tools/crypto_test_utils_nss.cc',
1995 'ssl/client_cert_store_impl_unittest.cc', 1995 'ssl/client_cert_store_impl_unittest.cc',
1996 ], 1996 ],
1997 }, { # else !use_openssl: remove the unneeded files 1997 }, { # else !use_openssl: remove the unneeded files
1998 'sources!': [ 1998 'sources!': [
1999 'cert/x509_util_openssl_unittest.cc', 1999 'cert/x509_util_openssl_unittest.cc',
2000 'quic/test_tools/crypto_test_utils_openssl.cc', 2000 'quic/test_tools/crypto_test_utils_openssl.cc',
2001 'socket/ssl_client_socket_openssl_unittest.cc', 2001 'socket/ssl_client_socket_openssl_unittest.cc',
2002 'ssl/openssl_client_key_store_unittest.cc', 2002 'ssl/openssl_client_key_store_unittest.cc',
2003 'tools/flip_server/http_interface_test.cc',
yhirano 2013/09/09 11:11:07 I think you can exclude all files in tools/flip_se
2004 'tools/flip_server/spdy_interface_test.cc',
2003 ], 2005 ],
2004 }, 2006 },
2005 ], 2007 ],
2006 [ 'enable_websockets != 1', { 2008 [ 'enable_websockets != 1', {
2007 'sources/': [ 2009 'sources/': [
2008 ['exclude', '^socket_stream/'], 2010 ['exclude', '^socket_stream/'],
2009 ['exclude', '^websockets/'], 2011 ['exclude', '^websockets/'],
2010 ['exclude', '^spdy/spdy_websocket_stream_unittest\\.cc$'], 2012 ['exclude', '^spdy/spdy_websocket_stream_unittest\\.cc$'],
2011 ], 2013 ],
2012 }], 2014 }],
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
2953 'net_unittests.isolate', 2955 'net_unittests.isolate',
2954 ], 2956 ],
2955 'sources': [ 2957 'sources': [
2956 'net_unittests.isolate', 2958 'net_unittests.isolate',
2957 ], 2959 ],
2958 }, 2960 },
2959 ], 2961 ],
2960 }], 2962 }],
2961 ], 2963 ],
2962 } 2964 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698