| 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 'conditions': [ | 10 'conditions': [ |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 'cert/nss_cert_database_unittest.cc', | 246 'cert/nss_cert_database_unittest.cc', |
| 247 'cert/nss_profile_filter_chromeos_unittest.cc', | 247 'cert/nss_profile_filter_chromeos_unittest.cc', |
| 248 'cert/x509_util_nss_unittest.cc', | 248 'cert/x509_util_nss_unittest.cc', |
| 249 'quic/test_tools/crypto_test_utils_nss.cc', | 249 'quic/test_tools/crypto_test_utils_nss.cc', |
| 250 ], | 250 ], |
| 251 }, { # else !use_openssl: remove the unneeded files and pull in NSS. | 251 }, { # else !use_openssl: remove the unneeded files and pull in NSS. |
| 252 'sources!': [ | 252 'sources!': [ |
| 253 'cert/x509_util_openssl_unittest.cc', | 253 'cert/x509_util_openssl_unittest.cc', |
| 254 'quic/test_tools/crypto_test_utils_openssl.cc', | 254 'quic/test_tools/crypto_test_utils_openssl.cc', |
| 255 'socket/ssl_client_socket_openssl_unittest.cc', | 255 'socket/ssl_client_socket_openssl_unittest.cc', |
| 256 'socket/ssl_session_cache_openssl_unittest.cc', | 256 'ssl/ssl_client_session_cache_openssl_unittest.cc', |
| 257 ], | 257 ], |
| 258 }, | 258 }, |
| 259 ], | 259 ], |
| 260 [ 'use_openssl_certs == 0', { | 260 [ 'use_openssl_certs == 0', { |
| 261 'sources!': [ | 261 'sources!': [ |
| 262 'ssl/openssl_client_key_store_unittest.cc', | 262 'ssl/openssl_client_key_store_unittest.cc', |
| 263 ], | 263 ], |
| 264 }], | 264 }], |
| 265 [ 'enable_websockets != 1', { | 265 [ 'enable_websockets != 1', { |
| 266 'sources/': [ | 266 'sources/': [ |
| (...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1531 '../build/isolate.gypi', | 1531 '../build/isolate.gypi', |
| 1532 ], | 1532 ], |
| 1533 'sources': [ | 1533 'sources': [ |
| 1534 'net_unittests.isolate', | 1534 'net_unittests.isolate', |
| 1535 ], | 1535 ], |
| 1536 }, | 1536 }, |
| 1537 ], | 1537 ], |
| 1538 }], | 1538 }], |
| 1539 ], | 1539 ], |
| 1540 } | 1540 } |
| OLD | NEW |