| 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 4444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4455 "http2/tools/random_util.h", | 4455 "http2/tools/random_util.h", |
| 4456 "log/file_net_log_observer_unittest.cc", | 4456 "log/file_net_log_observer_unittest.cc", |
| 4457 "log/net_log_capture_mode_unittest.cc", | 4457 "log/net_log_capture_mode_unittest.cc", |
| 4458 "log/net_log_unittest.cc", | 4458 "log/net_log_unittest.cc", |
| 4459 "log/net_log_util_unittest.cc", | 4459 "log/net_log_util_unittest.cc", |
| 4460 "log/trace_net_log_observer_unittest.cc", | 4460 "log/trace_net_log_observer_unittest.cc", |
| 4461 "log/write_to_file_net_log_observer_unittest.cc", | 4461 "log/write_to_file_net_log_observer_unittest.cc", |
| 4462 "nqe/effective_connection_type_unittest.cc", | 4462 "nqe/effective_connection_type_unittest.cc", |
| 4463 "nqe/event_creator_unittest.cc", | 4463 "nqe/event_creator_unittest.cc", |
| 4464 "nqe/network_qualities_prefs_manager_unittest.cc", | 4464 "nqe/network_qualities_prefs_manager_unittest.cc", |
| 4465 "nqe/network_quality_estimator_params_unittest.cc", |
| 4465 "nqe/network_quality_estimator_unittest.cc", | 4466 "nqe/network_quality_estimator_unittest.cc", |
| 4466 "nqe/network_quality_store_unittest.cc", | 4467 "nqe/network_quality_store_unittest.cc", |
| 4467 "nqe/observation_buffer_unittest.cc", | 4468 "nqe/observation_buffer_unittest.cc", |
| 4468 "nqe/socket_watcher_unittest.cc", | 4469 "nqe/socket_watcher_unittest.cc", |
| 4469 "nqe/throughput_analyzer_unittest.cc", | 4470 "nqe/throughput_analyzer_unittest.cc", |
| 4470 "proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc", | 4471 "proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc", |
| 4471 "proxy/dhcp_proxy_script_fetcher_factory_unittest.cc", | 4472 "proxy/dhcp_proxy_script_fetcher_factory_unittest.cc", |
| 4472 "proxy/dhcp_proxy_script_fetcher_win_unittest.cc", | 4473 "proxy/dhcp_proxy_script_fetcher_win_unittest.cc", |
| 4473 "proxy/mojo_proxy_resolver_factory_impl_unittest.cc", | 4474 "proxy/mojo_proxy_resolver_factory_impl_unittest.cc", |
| 4474 "proxy/mojo_proxy_resolver_impl_unittest.cc", | 4475 "proxy/mojo_proxy_resolver_impl_unittest.cc", |
| (...skipping 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5817 ] | 5818 ] |
| 5818 deps = [ | 5819 deps = [ |
| 5819 ":net_fuzzer_test_support", | 5820 ":net_fuzzer_test_support", |
| 5820 ":test_support", | 5821 ":test_support", |
| 5821 "//base", | 5822 "//base", |
| 5822 "//net", | 5823 "//net", |
| 5823 ] | 5824 ] |
| 5824 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" | 5825 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" |
| 5825 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" | 5826 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" |
| 5826 } | 5827 } |
| OLD | NEW |