Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Side by Side Diff: net/BUILD.gn

Issue 2791883003: Remove Http2PriorityWriteScheduler. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | net/spdy/http2_write_scheduler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1507 "spdy/hpack/hpack_input_stream.cc", 1507 "spdy/hpack/hpack_input_stream.cc",
1508 "spdy/hpack/hpack_input_stream.h", 1508 "spdy/hpack/hpack_input_stream.h",
1509 "spdy/hpack/hpack_output_stream.cc", 1509 "spdy/hpack/hpack_output_stream.cc",
1510 "spdy/hpack/hpack_output_stream.h", 1510 "spdy/hpack/hpack_output_stream.h",
1511 "spdy/hpack/hpack_static_table.cc", 1511 "spdy/hpack/hpack_static_table.cc",
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/http2_write_scheduler.h",
1518 "spdy/multiplexed_http_stream.cc", 1517 "spdy/multiplexed_http_stream.cc",
1519 "spdy/multiplexed_http_stream.h", 1518 "spdy/multiplexed_http_stream.h",
1520 "spdy/multiplexed_session.cc", 1519 "spdy/multiplexed_session.cc",
1521 "spdy/multiplexed_session.h", 1520 "spdy/multiplexed_session.h",
1522 "spdy/platform/api/spdy_estimate_memory_usage.h", 1521 "spdy/platform/api/spdy_estimate_memory_usage.h",
1523 "spdy/platform/api/spdy_string_piece.h", 1522 "spdy/platform/api/spdy_string_piece.h",
1524 "spdy/platform/api/spdy_string_utils.h", 1523 "spdy/platform/api/spdy_string_utils.h",
1525 "spdy/platform/impl/spdy_estimate_memory_usage_impl.h", 1524 "spdy/platform/impl/spdy_estimate_memory_usage_impl.h",
1526 "spdy/platform/impl/spdy_string_piece_impl.h", 1525 "spdy/platform/impl/spdy_string_piece_impl.h",
1527 "spdy/platform/impl/spdy_string_utils_impl.h", 1526 "spdy/platform/impl/spdy_string_utils_impl.h",
(...skipping 3129 matching lines...) Expand 10 before | Expand all | Expand 10 after
4657 "spdy/hpack/hpack_encoder_test.cc", 4656 "spdy/hpack/hpack_encoder_test.cc",
4658 "spdy/hpack/hpack_entry_test.cc", 4657 "spdy/hpack/hpack_entry_test.cc",
4659 "spdy/hpack/hpack_header_table_test.cc", 4658 "spdy/hpack/hpack_header_table_test.cc",
4660 "spdy/hpack/hpack_huffman_decoder_test.cc", 4659 "spdy/hpack/hpack_huffman_decoder_test.cc",
4661 "spdy/hpack/hpack_huffman_table_test.cc", 4660 "spdy/hpack/hpack_huffman_table_test.cc",
4662 "spdy/hpack/hpack_input_stream_test.cc", 4661 "spdy/hpack/hpack_input_stream_test.cc",
4663 "spdy/hpack/hpack_output_stream_test.cc", 4662 "spdy/hpack/hpack_output_stream_test.cc",
4664 "spdy/hpack/hpack_round_trip_test.cc", 4663 "spdy/hpack/hpack_round_trip_test.cc",
4665 "spdy/hpack/hpack_static_table_test.cc", 4664 "spdy/hpack/hpack_static_table_test.cc",
4666 "spdy/http2_priority_dependencies_unittest.cc", 4665 "spdy/http2_priority_dependencies_unittest.cc",
4667 "spdy/http2_write_scheduler_test.cc",
4668 "spdy/mock_spdy_framer_visitor.cc", 4666 "spdy/mock_spdy_framer_visitor.cc",
4669 "spdy/mock_spdy_framer_visitor.h", 4667 "spdy/mock_spdy_framer_visitor.h",
4670 "spdy/platform/api/spdy_string_utils_test.cc", 4668 "spdy/platform/api/spdy_string_utils_test.cc",
4671 "spdy/priority_write_scheduler_test.cc", 4669 "spdy/priority_write_scheduler_test.cc",
4672 "spdy/spdy_alt_svc_wire_format_test.cc", 4670 "spdy/spdy_alt_svc_wire_format_test.cc",
4673 "spdy/spdy_buffer_unittest.cc", 4671 "spdy/spdy_buffer_unittest.cc",
4674 "spdy/spdy_deframer_visitor.cc", 4672 "spdy/spdy_deframer_visitor.cc",
4675 "spdy/spdy_deframer_visitor.h", 4673 "spdy/spdy_deframer_visitor.h",
4676 "spdy/spdy_deframer_visitor_test.cc", 4674 "spdy/spdy_deframer_visitor_test.cc",
4677 "spdy/spdy_frame_builder_test.cc", 4675 "spdy/spdy_frame_builder_test.cc",
(...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after
5713 ] 5711 ]
5714 deps = [ 5712 deps = [
5715 ":net_fuzzer_test_support", 5713 ":net_fuzzer_test_support",
5716 ":test_support", 5714 ":test_support",
5717 "//base", 5715 "//base",
5718 "//net", 5716 "//net",
5719 ] 5717 ]
5720 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5718 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5721 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5719 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5722 } 5720 }
OLDNEW
« no previous file with comments | « no previous file | net/spdy/http2_write_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698