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 1501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1512 "spdy/hpack/hpack_static_table.h", | 1512 "spdy/hpack/hpack_static_table.h", |
1513 "spdy/http2_frame_decoder_adapter.cc", | 1513 "spdy/http2_frame_decoder_adapter.cc", |
1514 "spdy/http2_frame_decoder_adapter.h", | 1514 "spdy/http2_frame_decoder_adapter.h", |
1515 "spdy/http2_priority_dependencies.cc", | 1515 "spdy/http2_priority_dependencies.cc", |
1516 "spdy/http2_priority_dependencies.h", | 1516 "spdy/http2_priority_dependencies.h", |
1517 "spdy/multiplexed_http_stream.cc", | 1517 "spdy/multiplexed_http_stream.cc", |
1518 "spdy/multiplexed_http_stream.h", | 1518 "spdy/multiplexed_http_stream.h", |
1519 "spdy/multiplexed_session.cc", | 1519 "spdy/multiplexed_session.cc", |
1520 "spdy/multiplexed_session.h", | 1520 "spdy/multiplexed_session.h", |
1521 "spdy/platform/api/spdy_estimate_memory_usage.h", | 1521 "spdy/platform/api/spdy_estimate_memory_usage.h", |
| 1522 "spdy/platform/api/spdy_string.h", |
1522 "spdy/platform/api/spdy_string_piece.h", | 1523 "spdy/platform/api/spdy_string_piece.h", |
1523 "spdy/platform/api/spdy_string_utils.h", | 1524 "spdy/platform/api/spdy_string_utils.h", |
1524 "spdy/platform/impl/spdy_estimate_memory_usage_impl.h", | 1525 "spdy/platform/impl/spdy_estimate_memory_usage_impl.h", |
| 1526 "spdy/platform/impl/spdy_string_impl.h", |
1525 "spdy/platform/impl/spdy_string_piece_impl.h", | 1527 "spdy/platform/impl/spdy_string_piece_impl.h", |
1526 "spdy/platform/impl/spdy_string_utils_impl.h", | 1528 "spdy/platform/impl/spdy_string_utils_impl.h", |
1527 "spdy/priority_write_scheduler.h", | 1529 "spdy/priority_write_scheduler.h", |
1528 "spdy/server_push_delegate.h", | 1530 "spdy/server_push_delegate.h", |
1529 "spdy/spdy_alt_svc_wire_format.cc", | 1531 "spdy/spdy_alt_svc_wire_format.cc", |
1530 "spdy/spdy_alt_svc_wire_format.h", | 1532 "spdy/spdy_alt_svc_wire_format.h", |
1531 "spdy/spdy_bitmasks.h", | 1533 "spdy/spdy_bitmasks.h", |
1532 "spdy/spdy_buffer.cc", | 1534 "spdy/spdy_buffer.cc", |
1533 "spdy/spdy_buffer.h", | 1535 "spdy/spdy_buffer.h", |
1534 "spdy/spdy_buffer_producer.cc", | 1536 "spdy/spdy_buffer_producer.cc", |
(...skipping 4176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5711 ] | 5713 ] |
5712 deps = [ | 5714 deps = [ |
5713 ":net_fuzzer_test_support", | 5715 ":net_fuzzer_test_support", |
5714 ":test_support", | 5716 ":test_support", |
5715 "//base", | 5717 "//base", |
5716 "//net", | 5718 "//net", |
5717 ] | 5719 ] |
5718 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" | 5720 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" |
5719 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" | 5721 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" |
5720 } | 5722 } |
OLD | NEW |