| 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 'linux_link_kerberos%': 0, | 8 'linux_link_kerberos%': 0, |
| 9 # Enables BidirectionalStream; Used in cronet, disabled by default. | 9 # Enables BidirectionalStream; Used in cronet, disabled by default. |
| 10 'enable_bidirectional_stream%': 0, | 10 'enable_bidirectional_stream%': 0, |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 'cert_net/nss_ocsp_unittest.cc', | 257 'cert_net/nss_ocsp_unittest.cc', |
| 258 ], | 258 ], |
| 259 }], | 259 }], |
| 260 [ 'use_openssl==1', { | 260 [ 'use_openssl==1', { |
| 261 'sources!': [ | 261 'sources!': [ |
| 262 'quic/test_tools/crypto_test_utils_nss.cc', | 262 'quic/test_tools/crypto_test_utils_nss.cc', |
| 263 ], | 263 ], |
| 264 }, { # else !use_openssl: remove the unneeded files and pull in NSS. | 264 }, { # else !use_openssl: remove the unneeded files and pull in NSS. |
| 265 'sources!': [ | 265 'sources!': [ |
| 266 'quic/test_tools/crypto_test_utils_openssl.cc', | 266 'quic/test_tools/crypto_test_utils_openssl.cc', |
| 267 'socket/ssl_client_socket_openssl_unittest.cc', | |
| 268 'ssl/ssl_client_session_cache_openssl_unittest.cc', | 267 'ssl/ssl_client_session_cache_openssl_unittest.cc', |
| 269 ], | 268 ], |
| 270 }, | 269 }, |
| 271 ], | 270 ], |
| 272 [ 'use_openssl_certs == 0', { | 271 [ 'use_openssl_certs == 0', { |
| 273 'sources!': [ | 272 'sources!': [ |
| 274 'ssl/openssl_client_key_store_unittest.cc', | 273 'ssl/openssl_client_key_store_unittest.cc', |
| 275 ], | 274 ], |
| 276 }], | 275 }], |
| 277 [ 'enable_websockets != 1', { | 276 [ 'enable_websockets != 1', { |
| (...skipping 1441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1719 '../build/isolate.gypi', | 1718 '../build/isolate.gypi', |
| 1720 ], | 1719 ], |
| 1721 'sources': [ | 1720 'sources': [ |
| 1722 'net_unittests.isolate', | 1721 'net_unittests.isolate', |
| 1723 ], | 1722 ], |
| 1724 }, | 1723 }, |
| 1725 ], | 1724 ], |
| 1726 }], | 1725 }], |
| 1727 ], | 1726 ], |
| 1728 } | 1727 } |
| OLD | NEW |