| 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 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 'disk_cache/disk_cache_test_base.cc', | 818 'disk_cache/disk_cache_test_base.cc', |
| 819 'disk_cache/disk_cache_test_base.h', | 819 'disk_cache/disk_cache_test_base.h', |
| 820 'disk_cache/disk_cache_test_util.cc', | 820 'disk_cache/disk_cache_test_util.cc', |
| 821 'disk_cache/disk_cache_test_util.h', | 821 'disk_cache/disk_cache_test_util.h', |
| 822 'dns/dns_test_util.cc', | 822 'dns/dns_test_util.cc', |
| 823 'dns/dns_test_util.h', | 823 'dns/dns_test_util.h', |
| 824 'dns/mock_host_resolver.cc', | 824 'dns/mock_host_resolver.cc', |
| 825 'dns/mock_host_resolver.h', | 825 'dns/mock_host_resolver.h', |
| 826 'dns/mock_mdns_socket_factory.cc', | 826 'dns/mock_mdns_socket_factory.cc', |
| 827 'dns/mock_mdns_socket_factory.h', | 827 'dns/mock_mdns_socket_factory.h', |
| 828 'http/http_transaction_unittest.cc', |
| 829 'http/http_transaction_unittest.h', |
| 828 'proxy/mock_proxy_resolver.cc', | 830 'proxy/mock_proxy_resolver.cc', |
| 829 'proxy/mock_proxy_resolver.h', | 831 'proxy/mock_proxy_resolver.h', |
| 830 'proxy/mock_proxy_script_fetcher.cc', | 832 'proxy/mock_proxy_script_fetcher.cc', |
| 831 'proxy/mock_proxy_script_fetcher.h', | 833 'proxy/mock_proxy_script_fetcher.h', |
| 832 'proxy/proxy_config_service_common_unittest.cc', | 834 'proxy/proxy_config_service_common_unittest.cc', |
| 833 'proxy/proxy_config_service_common_unittest.h', | 835 'proxy/proxy_config_service_common_unittest.h', |
| 834 'socket/socket_test_util.cc', | 836 'socket/socket_test_util.cc', |
| 835 'socket/socket_test_util.h', | 837 'socket/socket_test_util.h', |
| 836 'test/cert_test_util.cc', | 838 'test/cert_test_util.cc', |
| 837 'test/cert_test_util.h', | 839 'test/cert_test_util.h', |
| (...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1533 'net_unittests.isolate', | 1535 'net_unittests.isolate', |
| 1534 ], | 1536 ], |
| 1535 'sources': [ | 1537 'sources': [ |
| 1536 'net_unittests.isolate', | 1538 'net_unittests.isolate', |
| 1537 ], | 1539 ], |
| 1538 }, | 1540 }, |
| 1539 ], | 1541 ], |
| 1540 }], | 1542 }], |
| 1541 ], | 1543 ], |
| 1542 } | 1544 } |
| OLD | NEW |