| 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 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1393 "quic/quartc/quartc_session.h", | 1393 "quic/quartc/quartc_session.h", |
| 1394 "quic/quartc/quartc_session_interface.h", | 1394 "quic/quartc/quartc_session_interface.h", |
| 1395 "quic/quartc/quartc_stream.cc", | 1395 "quic/quartc/quartc_stream.cc", |
| 1396 "quic/quartc/quartc_stream.h", | 1396 "quic/quartc/quartc_stream.h", |
| 1397 "quic/quartc/quartc_stream_interface.h", | 1397 "quic/quartc/quartc_stream_interface.h", |
| 1398 "quic/quartc/quartc_task_runner_interface.h", | 1398 "quic/quartc/quartc_task_runner_interface.h", |
| 1399 "reporting/reporting_cache.cc", | 1399 "reporting/reporting_cache.cc", |
| 1400 "reporting/reporting_cache.h", | 1400 "reporting/reporting_cache.h", |
| 1401 "reporting/reporting_client.cc", | 1401 "reporting/reporting_client.cc", |
| 1402 "reporting/reporting_client.h", | 1402 "reporting/reporting_client.h", |
| 1403 "reporting/reporting_endpoint_manager.cc", |
| 1404 "reporting/reporting_endpoint_manager.h", |
| 1403 "reporting/reporting_header_parser.cc", | 1405 "reporting/reporting_header_parser.cc", |
| 1404 "reporting/reporting_header_parser.h", | 1406 "reporting/reporting_header_parser.h", |
| 1405 "reporting/reporting_report.cc", | 1407 "reporting/reporting_report.cc", |
| 1406 "reporting/reporting_report.h", | 1408 "reporting/reporting_report.h", |
| 1407 "reporting/reporting_uploader.cc", | 1409 "reporting/reporting_uploader.cc", |
| 1408 "reporting/reporting_uploader.h", | 1410 "reporting/reporting_uploader.h", |
| 1409 "sdch/sdch_owner.cc", | 1411 "sdch/sdch_owner.cc", |
| 1410 "sdch/sdch_owner.h", | 1412 "sdch/sdch_owner.h", |
| 1411 "socket/client_socket_factory.cc", | 1413 "socket/client_socket_factory.cc", |
| 1412 "socket/client_socket_factory.h", | 1414 "socket/client_socket_factory.h", |
| (...skipping 3194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4607 "quic/test_tools/simulator/simulator.cc", | 4609 "quic/test_tools/simulator/simulator.cc", |
| 4608 "quic/test_tools/simulator/simulator.h", | 4610 "quic/test_tools/simulator/simulator.h", |
| 4609 "quic/test_tools/simulator/simulator_test.cc", | 4611 "quic/test_tools/simulator/simulator_test.cc", |
| 4610 "quic/test_tools/simulator/switch.cc", | 4612 "quic/test_tools/simulator/switch.cc", |
| 4611 "quic/test_tools/simulator/switch.h", | 4613 "quic/test_tools/simulator/switch.h", |
| 4612 "quic/test_tools/simulator/traffic_policer.cc", | 4614 "quic/test_tools/simulator/traffic_policer.cc", |
| 4613 "quic/test_tools/simulator/traffic_policer.h", | 4615 "quic/test_tools/simulator/traffic_policer.h", |
| 4614 "quic/test_tools/test_task_runner.cc", | 4616 "quic/test_tools/test_task_runner.cc", |
| 4615 "quic/test_tools/test_task_runner.h", | 4617 "quic/test_tools/test_task_runner.h", |
| 4616 "reporting/reporting_cache_unittest.cc", | 4618 "reporting/reporting_cache_unittest.cc", |
| 4619 "reporting/reporting_endpoint_manager_unittest.cc", |
| 4617 "reporting/reporting_header_parser_unittest.cc", | 4620 "reporting/reporting_header_parser_unittest.cc", |
| 4618 "reporting/reporting_test_util.cc", | 4621 "reporting/reporting_test_util.cc", |
| 4619 "reporting/reporting_test_util.h", | 4622 "reporting/reporting_test_util.h", |
| 4620 "reporting/reporting_uploader_unittest.cc", | 4623 "reporting/reporting_uploader_unittest.cc", |
| 4621 "sdch/sdch_owner_unittest.cc", | 4624 "sdch/sdch_owner_unittest.cc", |
| 4622 "socket/client_socket_pool_base_unittest.cc", | 4625 "socket/client_socket_pool_base_unittest.cc", |
| 4623 "socket/mock_client_socket_pool_manager.cc", | 4626 "socket/mock_client_socket_pool_manager.cc", |
| 4624 "socket/mock_client_socket_pool_manager.h", | 4627 "socket/mock_client_socket_pool_manager.h", |
| 4625 "socket/sequenced_socket_data_unittest.cc", | 4628 "socket/sequenced_socket_data_unittest.cc", |
| 4626 "socket/socket_bio_adapter_unittest.cc", | 4629 "socket/socket_bio_adapter_unittest.cc", |
| (...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5704 ] | 5707 ] |
| 5705 deps = [ | 5708 deps = [ |
| 5706 ":net_fuzzer_test_support", | 5709 ":net_fuzzer_test_support", |
| 5707 ":test_support", | 5710 ":test_support", |
| 5708 "//base", | 5711 "//base", |
| 5709 "//net", | 5712 "//net", |
| 5710 ] | 5713 ] |
| 5711 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" | 5714 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" |
| 5712 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" | 5715 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" |
| 5713 } | 5716 } |
| OLD | NEW |