| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 'http/http_auth_handler_negotiate_unittest.cc', | 254 'http/http_auth_handler_negotiate_unittest.cc', |
| 255 ], | 255 ], |
| 256 }], | 256 }], |
| 257 [ 'use_nss_certs == 0', { | 257 [ 'use_nss_certs == 0', { |
| 258 # Only include this test when using NSS for cert verification. | 258 # Only include this test when using NSS for cert verification. |
| 259 'sources!': [ | 259 'sources!': [ |
| 260 'cert_net/nss_ocsp_unittest.cc', | 260 'cert_net/nss_ocsp_unittest.cc', |
| 261 ], | 261 ], |
| 262 }], | 262 }], |
| 263 [ 'OS == "ios"', { | 263 [ 'OS == "ios"', { |
| 264 # Only include these files on iOS when using NSS for cert | 264 # Only include these files on iOS when using NSS for cert |
| 265 # verification. | 265 # verification. |
| 266 'sources!': [ | 266 'sources!': [ |
| 267 'cert/x509_util_ios.cc', | 267 'cert/x509_util_ios.cc', |
| 268 'cert/x509_util_ios.h', | 268 'cert/x509_util_ios.h', |
| 269 ], | 269 ], |
| 270 }], | 270 }], |
| 271 [ 'use_openssl_certs == 0', { | 271 [ 'use_openssl_certs == 0', { |
| 272 'sources!': [ | 272 'sources!': [ |
| 273 'ssl/openssl_client_key_store_unittest.cc', | 273 'ssl/openssl_client_key_store_unittest.cc', |
| 274 ], | 274 ], |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 'disk_cache/disk_cache_test_util.cc', | 570 'disk_cache/disk_cache_test_util.cc', |
| 571 'disk_cache/disk_cache_test_util.h', | 571 'disk_cache/disk_cache_test_util.h', |
| 572 'dns/dns_test_util.cc', | 572 'dns/dns_test_util.cc', |
| 573 'dns/dns_test_util.h', | 573 'dns/dns_test_util.h', |
| 574 'dns/mock_host_resolver.cc', | 574 'dns/mock_host_resolver.cc', |
| 575 'dns/mock_host_resolver.h', | 575 'dns/mock_host_resolver.h', |
| 576 'dns/mock_mdns_socket_factory.cc', | 576 'dns/mock_mdns_socket_factory.cc', |
| 577 'dns/mock_mdns_socket_factory.h', | 577 'dns/mock_mdns_socket_factory.h', |
| 578 'http/http_transaction_test_util.cc', | 578 'http/http_transaction_test_util.cc', |
| 579 'http/http_transaction_test_util.h', | 579 'http/http_transaction_test_util.h', |
| 580 'http/http_stream_factory_test_util.cc', | |
| 581 'http/http_stream_factory_test_util.h', | |
| 582 'log/test_net_log.cc', | 580 'log/test_net_log.cc', |
| 583 'log/test_net_log.h', | 581 'log/test_net_log.h', |
| 584 'log/test_net_log_entry.cc', | 582 'log/test_net_log_entry.cc', |
| 585 'log/test_net_log_entry.h', | 583 'log/test_net_log_entry.h', |
| 586 'log/test_net_log_util.cc', | 584 'log/test_net_log_util.cc', |
| 587 'log/test_net_log_util.h', | 585 'log/test_net_log_util.h', |
| 588 'proxy/mock_proxy_resolver.cc', | 586 'proxy/mock_proxy_resolver.cc', |
| 589 'proxy/mock_proxy_resolver.h', | 587 'proxy/mock_proxy_resolver.h', |
| 590 'proxy/mock_proxy_script_fetcher.cc', | 588 'proxy/mock_proxy_script_fetcher.cc', |
| 591 'proxy/mock_proxy_script_fetcher.h', | 589 'proxy/mock_proxy_script_fetcher.h', |
| (...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1764 '../build/isolate.gypi', | 1762 '../build/isolate.gypi', |
| 1765 ], | 1763 ], |
| 1766 'sources': [ | 1764 'sources': [ |
| 1767 'net_unittests.isolate', | 1765 'net_unittests.isolate', |
| 1768 ], | 1766 ], |
| 1769 }, | 1767 }, |
| 1770 ], | 1768 ], |
| 1771 }], | 1769 }], |
| 1772 ], | 1770 ], |
| 1773 } | 1771 } |
| OLD | NEW |