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', |
349 ], | 351 ], |
350 }], | 352 }], |
351 [ 'OS == "win"', { | 353 [ 'OS == "win"', { |
352 'sources!': [ | 354 'sources!': [ |
353 'dns/dns_config_service_posix_unittest.cc', | 355 'dns/dns_config_service_posix_unittest.cc', |
354 'http/http_auth_gssapi_posix_unittest.cc', | 356 'http/http_auth_gssapi_posix_unittest.cc', |
355 ], | 357 ], |
356 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 358 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
357 'msvs_disabled_warnings': [4267, ], | 359 'msvs_disabled_warnings': [4267, ], |
358 'conditions': [ | 360 'conditions': [ |
(...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1773 '../build/isolate.gypi', | 1775 '../build/isolate.gypi', |
1774 ], | 1776 ], |
1775 'sources': [ | 1777 'sources': [ |
1776 'net_unittests.isolate', | 1778 'net_unittests.isolate', |
1777 ], | 1779 ], |
1778 }, | 1780 }, |
1779 ], | 1781 ], |
1780 }], | 1782 }], |
1781 ], | 1783 ], |
1782 } | 1784 } |
OLD | NEW |