| 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 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1417 "quic/quartc/quartc_stream_interface.h", | 1417 "quic/quartc/quartc_stream_interface.h", |
| 1418 "quic/quartc/quartc_task_runner_interface.h", | 1418 "quic/quartc/quartc_task_runner_interface.h", |
| 1419 "reporting/reporting_browsing_data_remover.cc", | 1419 "reporting/reporting_browsing_data_remover.cc", |
| 1420 "reporting/reporting_browsing_data_remover.h", | 1420 "reporting/reporting_browsing_data_remover.h", |
| 1421 "reporting/reporting_cache.cc", | 1421 "reporting/reporting_cache.cc", |
| 1422 "reporting/reporting_cache.h", | 1422 "reporting/reporting_cache.h", |
| 1423 "reporting/reporting_client.cc", | 1423 "reporting/reporting_client.cc", |
| 1424 "reporting/reporting_client.h", | 1424 "reporting/reporting_client.h", |
| 1425 "reporting/reporting_context.cc", | 1425 "reporting/reporting_context.cc", |
| 1426 "reporting/reporting_context.h", | 1426 "reporting/reporting_context.h", |
| 1427 "reporting/reporting_delegate.cc", | |
| 1428 "reporting/reporting_delegate.h", | |
| 1429 "reporting/reporting_delivery_agent.cc", | 1427 "reporting/reporting_delivery_agent.cc", |
| 1430 "reporting/reporting_delivery_agent.h", | 1428 "reporting/reporting_delivery_agent.h", |
| 1431 "reporting/reporting_endpoint_manager.cc", | 1429 "reporting/reporting_endpoint_manager.cc", |
| 1432 "reporting/reporting_endpoint_manager.h", | 1430 "reporting/reporting_endpoint_manager.h", |
| 1433 "reporting/reporting_garbage_collector.cc", | 1431 "reporting/reporting_garbage_collector.cc", |
| 1434 "reporting/reporting_garbage_collector.h", | 1432 "reporting/reporting_garbage_collector.h", |
| 1435 "reporting/reporting_header_parser.cc", | 1433 "reporting/reporting_header_parser.cc", |
| 1436 "reporting/reporting_header_parser.h", | 1434 "reporting/reporting_header_parser.h", |
| 1437 "reporting/reporting_network_change_observer.cc", | 1435 "reporting/reporting_network_change_observer.cc", |
| 1438 "reporting/reporting_network_change_observer.h", | 1436 "reporting/reporting_network_change_observer.h", |
| (...skipping 4382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5821 ] | 5819 ] |
| 5822 deps = [ | 5820 deps = [ |
| 5823 ":net_fuzzer_test_support", | 5821 ":net_fuzzer_test_support", |
| 5824 ":test_support", | 5822 ":test_support", |
| 5825 "//base", | 5823 "//base", |
| 5826 "//net", | 5824 "//net", |
| 5827 ] | 5825 ] |
| 5828 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" | 5826 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" |
| 5829 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" | 5827 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" |
| 5830 } | 5828 } |
| OLD | NEW |