| 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 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1310 'ssl/openssl_client_key_store.cc', | 1310 'ssl/openssl_client_key_store.cc', |
| 1311 'ssl/openssl_client_key_store.h', | 1311 'ssl/openssl_client_key_store.h', |
| 1312 ], | 1312 ], |
| 1313 }, | 1313 }, |
| 1314 ], | 1314 ], |
| 1315 [ 'use_glib == 1', { | 1315 [ 'use_glib == 1', { |
| 1316 'dependencies': [ | 1316 'dependencies': [ |
| 1317 '../build/linux/system.gyp:gconf', | 1317 '../build/linux/system.gyp:gconf', |
| 1318 '../build/linux/system.gyp:gio', | 1318 '../build/linux/system.gyp:gio', |
| 1319 ], | 1319 ], |
| 1320 }], |
| 1321 [ 'desktop_linux == 1 or chromeos == 1', { |
| 1320 'conditions': [ | 1322 'conditions': [ |
| 1321 ['use_openssl==1', { | 1323 ['use_openssl==1', { |
| 1322 'dependencies': [ | 1324 'dependencies': [ |
| 1323 '../third_party/openssl/openssl.gyp:openssl', | 1325 '../third_party/openssl/openssl.gyp:openssl', |
| 1324 ], | 1326 ], |
| 1325 }, | 1327 }, |
| 1326 { # else use_openssl==0, use NSS | 1328 { # else use_openssl==0, use NSS |
| 1327 'dependencies': [ | 1329 'dependencies': [ |
| 1328 '../build/linux/system.gyp:ssl', | 1330 '../build/linux/system.gyp:ssl', |
| 1329 ], | 1331 ], |
| (...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1991 # No res_ninit() et al on Android, so this doesn't make a lot of | 1993 # No res_ninit() et al on Android, so this doesn't make a lot of |
| 1992 # sense. | 1994 # sense. |
| 1993 'dns/dns_config_service_posix_unittest.cc', | 1995 'dns/dns_config_service_posix_unittest.cc', |
| 1994 'ssl/client_cert_store_impl_unittest.cc', | 1996 'ssl/client_cert_store_impl_unittest.cc', |
| 1995 ], | 1997 ], |
| 1996 'dependencies': [ | 1998 'dependencies': [ |
| 1997 'net_javatests', | 1999 'net_javatests', |
| 1998 'net_test_jni_headers', | 2000 'net_test_jni_headers', |
| 1999 ], | 2001 ], |
| 2000 }], | 2002 }], |
| 2001 [ 'use_glib == 1', { | 2003 [ 'desktop_linux == 1 or chromeos == 1', { |
| 2002 'dependencies': [ | 2004 'dependencies': [ |
| 2003 '../build/linux/system.gyp:ssl', | 2005 '../build/linux/system.gyp:ssl', |
| 2004 ], | 2006 ], |
| 2005 }, { # else use_glib == 0: !posix || mac | 2007 }, { # desktop_linux == 0 and chromeos == 0 |
| 2006 'sources!': [ | 2008 'sources!': [ |
| 2007 'cert/nss_cert_database_unittest.cc', | 2009 'cert/nss_cert_database_unittest.cc', |
| 2008 ], | 2010 ], |
| 2009 }, | 2011 }, |
| 2010 ], | 2012 ], |
| 2011 [ 'toolkit_uses_gtk == 1', { | 2013 [ 'toolkit_uses_gtk == 1', { |
| 2012 'dependencies': [ | 2014 'dependencies': [ |
| 2013 '../build/linux/system.gyp:gtk', | 2015 '../build/linux/system.gyp:gtk', |
| 2014 ], | 2016 ], |
| 2015 }, | 2017 }, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 2028 'USE_KERBEROS', | 2030 'USE_KERBEROS', |
| 2029 ], | 2031 ], |
| 2030 }, { # use_kerberos == 0 | 2032 }, { # use_kerberos == 0 |
| 2031 'sources!': [ | 2033 'sources!': [ |
| 2032 'http/http_auth_gssapi_posix_unittest.cc', | 2034 'http/http_auth_gssapi_posix_unittest.cc', |
| 2033 'http/http_auth_handler_negotiate_unittest.cc', | 2035 'http/http_auth_handler_negotiate_unittest.cc', |
| 2034 'http/mock_gssapi_library_posix.cc', | 2036 'http/mock_gssapi_library_posix.cc', |
| 2035 'http/mock_gssapi_library_posix.h', | 2037 'http/mock_gssapi_library_posix.h', |
| 2036 ], | 2038 ], |
| 2037 }], | 2039 }], |
| 2038 [ 'use_openssl == 1 or (use_glib == 0 and OS != "ios")', { | 2040 [ 'use_openssl == 1 or (desktop_linux == 0 and chromeos == 0 and OS != "
ios")', { |
| 2039 # Only include this test when on Posix and using NSS for | 2041 # Only include this test when on Posix and using NSS for |
| 2040 # cert verification or on iOS (which also uses NSS for certs). | 2042 # cert verification or on iOS (which also uses NSS for certs). |
| 2041 'sources!': [ | 2043 'sources!': [ |
| 2042 'ocsp/nss_ocsp_unittest.cc', | 2044 'ocsp/nss_ocsp_unittest.cc', |
| 2043 ], | 2045 ], |
| 2044 }], | 2046 }], |
| 2045 [ 'use_openssl==1', { | 2047 [ 'use_openssl==1', { |
| 2046 # When building for OpenSSL, we need to exclude NSS specific tests. | 2048 # When building for OpenSSL, we need to exclude NSS specific tests. |
| 2047 # TODO(bulach): Add equivalent tests when the underlying | 2049 # TODO(bulach): Add equivalent tests when the underlying |
| 2048 # functionality is ported to OpenSSL. | 2050 # functionality is ported to OpenSSL. |
| (...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3029 'net_unittests.isolate', | 3031 'net_unittests.isolate', |
| 3030 ], | 3032 ], |
| 3031 'sources': [ | 3033 'sources': [ |
| 3032 'net_unittests.isolate', | 3034 'net_unittests.isolate', |
| 3033 ], | 3035 ], |
| 3034 }, | 3036 }, |
| 3035 ], | 3037 ], |
| 3036 }], | 3038 }], |
| 3037 ], | 3039 ], |
| 3038 } | 3040 } |
| OLD | NEW |