| 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 ['exclude', '^ftp/'], | 285 ['exclude', '^ftp/'], |
| 286 ], | 286 ], |
| 287 'sources!': [ | 287 'sources!': [ |
| 288 'url_request/url_request_ftp_job_unittest.cc', | 288 'url_request/url_request_ftp_job_unittest.cc', |
| 289 ], | 289 ], |
| 290 }, | 290 }, |
| 291 ], | 291 ], |
| 292 [ 'enable_bidirectional_stream!=1', { | 292 [ 'enable_bidirectional_stream!=1', { |
| 293 'sources!': [ | 293 'sources!': [ |
| 294 'http/bidirectional_stream_unittest.cc', | 294 'http/bidirectional_stream_unittest.cc', |
| 295 'quic/bidirectional_stream_quic_impl_unittest.cc', | |
| 296 ], | 295 ], |
| 297 }, | 296 }, |
| 298 ], | 297 ], |
| 299 [ 'enable_built_in_dns!=1', { | 298 [ 'enable_built_in_dns!=1', { |
| 300 'sources!': [ | 299 'sources!': [ |
| 301 'dns/address_sorter_posix_unittest.cc', | 300 'dns/address_sorter_posix_unittest.cc', |
| 302 'dns/address_sorter_unittest.cc', | 301 'dns/address_sorter_unittest.cc', |
| 303 ], | 302 ], |
| 304 }, | 303 }, |
| 305 ], | 304 ], |
| (...skipping 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1716 '../build/isolate.gypi', | 1715 '../build/isolate.gypi', |
| 1717 ], | 1716 ], |
| 1718 'sources': [ | 1717 'sources': [ |
| 1719 'net_unittests.isolate', | 1718 'net_unittests.isolate', |
| 1720 ], | 1719 ], |
| 1721 }, | 1720 }, |
| 1722 ], | 1721 ], |
| 1723 }], | 1722 }], |
| 1724 ], | 1723 ], |
| 1725 } | 1724 } |
| OLD | NEW |