| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |