| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'cert/nss_cert_database_unittest.cc', | 220 'cert/nss_cert_database_unittest.cc', |
| 221 'cert/nss_profile_filter_chromeos_unittest.cc', | 221 'cert/nss_profile_filter_chromeos_unittest.cc', |
| 222 'cert/x509_util_nss_unittest.cc', | 222 'cert/x509_util_nss_unittest.cc', |
| 223 'quic/test_tools/crypto_test_utils_nss.cc', | 223 'quic/test_tools/crypto_test_utils_nss.cc', |
| 224 ], | 224 ], |
| 225 }, { # else !use_openssl: remove the unneeded files and pull in NSS. | 225 }, { # else !use_openssl: remove the unneeded files and pull in NSS. |
| 226 'sources!': [ | 226 'sources!': [ |
| 227 'cert/x509_util_openssl_unittest.cc', | 227 'cert/x509_util_openssl_unittest.cc', |
| 228 'quic/test_tools/crypto_test_utils_openssl.cc', | 228 'quic/test_tools/crypto_test_utils_openssl.cc', |
| 229 'socket/ssl_client_socket_openssl_unittest.cc', | 229 'socket/ssl_client_socket_openssl_unittest.cc', |
| 230 'socket/ssl_session_cache_openssl_unittest.cc', | 230 'ssl/ssl_client_session_cache_openssl_unittest.cc', |
| 231 ], | 231 ], |
| 232 }, | 232 }, |
| 233 ], | 233 ], |
| 234 [ 'use_openssl_certs == 0', { | 234 [ 'use_openssl_certs == 0', { |
| 235 'sources!': [ | 235 'sources!': [ |
| 236 'ssl/openssl_client_key_store_unittest.cc', | 236 'ssl/openssl_client_key_store_unittest.cc', |
| 237 ], | 237 ], |
| 238 }], | 238 }], |
| 239 [ 'enable_websockets != 1', { | 239 [ 'enable_websockets != 1', { |
| 240 'sources/': [ | 240 'sources/': [ |
| (...skipping 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1465 '../build/isolate.gypi', | 1465 '../build/isolate.gypi', |
| 1466 ], | 1466 ], |
| 1467 'sources': [ | 1467 'sources': [ |
| 1468 'net_unittests.isolate', | 1468 'net_unittests.isolate', |
| 1469 ], | 1469 ], |
| 1470 }, | 1470 }, |
| 1471 ], | 1471 ], |
| 1472 }], | 1472 }], |
| 1473 ], | 1473 ], |
| 1474 } | 1474 } |
| OLD | NEW |