| 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 | 8 |
| 9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 873 'disk_cache/disk_cache_test_base.cc', | 873 'disk_cache/disk_cache_test_base.cc', |
| 874 'disk_cache/disk_cache_test_base.h', | 874 'disk_cache/disk_cache_test_base.h', |
| 875 'disk_cache/disk_cache_test_util.cc', | 875 'disk_cache/disk_cache_test_util.cc', |
| 876 'disk_cache/disk_cache_test_util.h', | 876 'disk_cache/disk_cache_test_util.h', |
| 877 'dns/dns_test_util.cc', | 877 'dns/dns_test_util.cc', |
| 878 'dns/dns_test_util.h', | 878 'dns/dns_test_util.h', |
| 879 'dns/mock_host_resolver.cc', | 879 'dns/mock_host_resolver.cc', |
| 880 'dns/mock_host_resolver.h', | 880 'dns/mock_host_resolver.h', |
| 881 'dns/mock_mdns_socket_factory.cc', | 881 'dns/mock_mdns_socket_factory.cc', |
| 882 'dns/mock_mdns_socket_factory.h', | 882 'dns/mock_mdns_socket_factory.h', |
| 883 'http/http_transaction_test_util.cc', |
| 884 'http/http_transaction_test_util.h', |
| 883 'proxy/mock_proxy_resolver.cc', | 885 'proxy/mock_proxy_resolver.cc', |
| 884 'proxy/mock_proxy_resolver.h', | 886 'proxy/mock_proxy_resolver.h', |
| 885 'proxy/mock_proxy_script_fetcher.cc', | 887 'proxy/mock_proxy_script_fetcher.cc', |
| 886 'proxy/mock_proxy_script_fetcher.h', | 888 'proxy/mock_proxy_script_fetcher.h', |
| 887 'proxy/proxy_config_service_common_unittest.cc', | 889 'proxy/proxy_config_service_common_unittest.cc', |
| 888 'proxy/proxy_config_service_common_unittest.h', | 890 'proxy/proxy_config_service_common_unittest.h', |
| 889 'socket/socket_test_util.cc', | 891 'socket/socket_test_util.cc', |
| 890 'socket/socket_test_util.h', | 892 'socket/socket_test_util.h', |
| 891 'test/cert_test_util.cc', | 893 'test/cert_test_util.cc', |
| 892 'test/cert_test_util.h', | 894 'test/cert_test_util.h', |
| (...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1634 'net_unittests.isolate', | 1636 'net_unittests.isolate', |
| 1635 ], | 1637 ], |
| 1636 'sources': [ | 1638 'sources': [ |
| 1637 'net_unittests.isolate', | 1639 'net_unittests.isolate', |
| 1638 ], | 1640 ], |
| 1639 }, | 1641 }, |
| 1640 ], | 1642 ], |
| 1641 }], | 1643 }], |
| 1642 ], | 1644 ], |
| 1643 } | 1645 } |
| OLD | NEW |