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

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: Exclude all flip server files when OpenSSL is disabled 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 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ], 2003 ],
2004 'sources/': [
2005 ['exclude', '^tools/flip_server'],
2006 ],
2004 }, 2007 },
2005 ], 2008 ],
2006 [ 'enable_websockets != 1', { 2009 [ 'enable_websockets != 1', {
2007 'sources/': [ 2010 'sources/': [
2008 ['exclude', '^socket_stream/'], 2011 ['exclude', '^socket_stream/'],
2009 ['exclude', '^websockets/'], 2012 ['exclude', '^websockets/'],
2010 ['exclude', '^spdy/spdy_websocket_stream_unittest\\.cc$'], 2013 ['exclude', '^spdy/spdy_websocket_stream_unittest\\.cc$'],
2011 ], 2014 ],
2012 }], 2015 }],
2013 [ 'disable_ftp_support==1', { 2016 [ 'disable_ftp_support==1', {
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
2953 'net_unittests.isolate', 2956 'net_unittests.isolate',
2954 ], 2957 ],
2955 'sources': [ 2958 'sources': [
2956 'net_unittests.isolate', 2959 'net_unittests.isolate',
2957 ], 2960 ],
2958 }, 2961 },
2959 ], 2962 ],
2960 }], 2963 }],
2961 ], 2964 ],
2962 } 2965 }
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