| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
| 7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
| 8 import("//build/config/crypto.gni") | 8 import("//build/config/crypto.gni") |
| 9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
| 10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 "disk_cache/disk_cache_test_base.cc", | 532 "disk_cache/disk_cache_test_base.cc", |
| 533 "disk_cache/disk_cache_test_base.h", | 533 "disk_cache/disk_cache_test_base.h", |
| 534 "disk_cache/disk_cache_test_util.cc", | 534 "disk_cache/disk_cache_test_util.cc", |
| 535 "disk_cache/disk_cache_test_util.h", | 535 "disk_cache/disk_cache_test_util.h", |
| 536 "dns/dns_test_util.cc", | 536 "dns/dns_test_util.cc", |
| 537 "dns/dns_test_util.h", | 537 "dns/dns_test_util.h", |
| 538 "dns/mock_host_resolver.cc", | 538 "dns/mock_host_resolver.cc", |
| 539 "dns/mock_host_resolver.h", | 539 "dns/mock_host_resolver.h", |
| 540 "dns/mock_mdns_socket_factory.cc", | 540 "dns/mock_mdns_socket_factory.cc", |
| 541 "dns/mock_mdns_socket_factory.h", | 541 "dns/mock_mdns_socket_factory.h", |
| 542 "http/http_stream_factory_test_util.cc", |
| 543 "http/http_stream_factory_test_util.h", |
| 542 "http/http_transaction_test_util.cc", | 544 "http/http_transaction_test_util.cc", |
| 543 "http/http_transaction_test_util.h", | 545 "http/http_transaction_test_util.h", |
| 544 "log/test_net_log.cc", | 546 "log/test_net_log.cc", |
| 545 "log/test_net_log.h", | 547 "log/test_net_log.h", |
| 546 "log/test_net_log_entry.cc", | 548 "log/test_net_log_entry.cc", |
| 547 "log/test_net_log_entry.h", | 549 "log/test_net_log_entry.h", |
| 548 "log/test_net_log_util.cc", | 550 "log/test_net_log_util.cc", |
| 549 "log/test_net_log_util.h", | 551 "log/test_net_log_util.h", |
| 550 "proxy/mock_proxy_resolver.cc", | 552 "proxy/mock_proxy_resolver.cc", |
| 551 "proxy/mock_proxy_resolver.h", | 553 "proxy/mock_proxy_resolver.h", |
| (...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1898 sources = [ | 1900 sources = [ |
| 1899 "socket/socks5_client_socket_fuzzer.cc", | 1901 "socket/socks5_client_socket_fuzzer.cc", |
| 1900 ] | 1902 ] |
| 1901 deps = [ | 1903 deps = [ |
| 1902 ":net_fuzzer_test_support", | 1904 ":net_fuzzer_test_support", |
| 1903 ":test_support", | 1905 ":test_support", |
| 1904 "//base", | 1906 "//base", |
| 1905 "//net", | 1907 "//net", |
| 1906 ] | 1908 ] |
| 1907 } | 1909 } |
| OLD | NEW |