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", |
1427 "reporting/reporting_delivery_agent.cc", | 1429 "reporting/reporting_delivery_agent.cc", |
1428 "reporting/reporting_delivery_agent.h", | 1430 "reporting/reporting_delivery_agent.h", |
1429 "reporting/reporting_endpoint_manager.cc", | 1431 "reporting/reporting_endpoint_manager.cc", |
1430 "reporting/reporting_endpoint_manager.h", | 1432 "reporting/reporting_endpoint_manager.h", |
1431 "reporting/reporting_feature.cc", | 1433 "reporting/reporting_feature.cc", |
1432 "reporting/reporting_feature.h", | 1434 "reporting/reporting_feature.h", |
1433 "reporting/reporting_garbage_collector.cc", | 1435 "reporting/reporting_garbage_collector.cc", |
1434 "reporting/reporting_garbage_collector.h", | 1436 "reporting/reporting_garbage_collector.h", |
1435 "reporting/reporting_header_parser.cc", | 1437 "reporting/reporting_header_parser.cc", |
1436 "reporting/reporting_header_parser.h", | 1438 "reporting/reporting_header_parser.h", |
(...skipping 4497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5934 ] | 5936 ] |
5935 deps = [ | 5937 deps = [ |
5936 ":net_fuzzer_test_support", | 5938 ":net_fuzzer_test_support", |
5937 ":test_support", | 5939 ":test_support", |
5938 "//base", | 5940 "//base", |
5939 "//net", | 5941 "//net", |
5940 ] | 5942 ] |
5941 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" | 5943 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" |
5942 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" | 5944 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" |
5943 } | 5945 } |
OLD | NEW |