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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 'proxy/proxy_service_mojo_unittest.cc', | 339 'proxy/proxy_service_mojo_unittest.cc', |
340 ], | 340 ], |
341 }, | 341 }, |
342 ], | 342 ], |
343 | 343 |
344 [ 'enable_mdns != 1', { | 344 [ 'enable_mdns != 1', { |
345 'sources!' : [ | 345 'sources!' : [ |
346 'dns/mdns_cache_unittest.cc', | 346 'dns/mdns_cache_unittest.cc', |
347 'dns/mdns_client_unittest.cc', | 347 'dns/mdns_client_unittest.cc', |
348 'dns/mdns_query_unittest.cc', | 348 'dns/mdns_query_unittest.cc', |
349 'dns/record_parsed_unittest.cc', | |
350 'dns/record_rdata_unittest.cc', | |
351 ], | 349 ], |
352 }], | 350 }], |
353 [ 'OS == "win"', { | 351 [ 'OS == "win"', { |
354 'sources!': [ | 352 'sources!': [ |
355 'dns/dns_config_service_posix_unittest.cc', | 353 'dns/dns_config_service_posix_unittest.cc', |
356 'http/http_auth_gssapi_posix_unittest.cc', | 354 'http/http_auth_gssapi_posix_unittest.cc', |
357 ], | 355 ], |
358 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 356 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
359 'msvs_disabled_warnings': [4267, ], | 357 'msvs_disabled_warnings': [4267, ], |
360 'conditions': [ | 358 'conditions': [ |
(...skipping 1424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1785 '../build/isolate.gypi', | 1783 '../build/isolate.gypi', |
1786 ], | 1784 ], |
1787 'sources': [ | 1785 'sources': [ |
1788 'net_unittests.isolate', | 1786 'net_unittests.isolate', |
1789 ], | 1787 ], |
1790 }, | 1788 }, |
1791 ], | 1789 ], |
1792 }], | 1790 }], |
1793 ], | 1791 ], |
1794 } | 1792 } |
OLD | NEW |