Chromium Code Reviews| 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 1982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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 Loading... | |
| 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 } |
| OLD | NEW |