| 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 'conditions': [ | 9 'conditions': [ |
| 10 ['chromeos==1 or embedded==1 or OS=="ios"', { | 10 ['chromeos==1 or embedded==1 or OS=="ios"', { |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 ], | 282 ], |
| 283 'sources!': [ | 283 'sources!': [ |
| 284 'url_request/url_request_ftp_job_unittest.cc', | 284 'url_request/url_request_ftp_job_unittest.cc', |
| 285 ], | 285 ], |
| 286 }, | 286 }, |
| 287 ], | 287 ], |
| 288 [ 'enable_bidirectional_stream!=1', { | 288 [ 'enable_bidirectional_stream!=1', { |
| 289 'sources!': [ | 289 'sources!': [ |
| 290 'http/bidirectional_stream_unittest.cc', | 290 'http/bidirectional_stream_unittest.cc', |
| 291 ], | 291 ], |
| 292 }, | 292 }, { # else |
| 293 'defines': [ |
| 294 'ENABLE_BIDIRECTIONAL_STREAM', |
| 295 ], |
| 296 } |
| 293 ], | 297 ], |
| 294 [ 'enable_built_in_dns!=1', { | 298 [ 'enable_built_in_dns!=1', { |
| 295 'sources!': [ | 299 'sources!': [ |
| 296 'dns/address_sorter_posix_unittest.cc', | 300 'dns/address_sorter_posix_unittest.cc', |
| 297 'dns/address_sorter_unittest.cc', | 301 'dns/address_sorter_unittest.cc', |
| 298 ], | 302 ], |
| 299 }, | 303 }, |
| 300 ], | 304 ], |
| 301 [ 'use_v8_in_net==1', { | 305 [ 'use_v8_in_net==1', { |
| 302 'dependencies': [ | 306 'dependencies': [ |
| (...skipping 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1702 '../build/isolate.gypi', | 1706 '../build/isolate.gypi', |
| 1703 ], | 1707 ], |
| 1704 'sources': [ | 1708 'sources': [ |
| 1705 'net_unittests.isolate', | 1709 'net_unittests.isolate', |
| 1706 ], | 1710 ], |
| 1707 }, | 1711 }, |
| 1708 ], | 1712 ], |
| 1709 }], | 1713 }], |
| 1710 ], | 1714 ], |
| 1711 } | 1715 } |
| OLD | NEW |