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

Side by Side Diff: net/BUILD.gn

Issue 2852993002: Remove unused LifoWriteScheduler class. (Closed)
Patch Set: Created 3 years, 7 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/core/lifo_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 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after
1576 "spdy/core/hpack/hpack_huffman_table.cc", 1576 "spdy/core/hpack/hpack_huffman_table.cc",
1577 "spdy/core/hpack/hpack_huffman_table.h", 1577 "spdy/core/hpack/hpack_huffman_table.h",
1578 "spdy/core/hpack/hpack_input_stream.cc", 1578 "spdy/core/hpack/hpack_input_stream.cc",
1579 "spdy/core/hpack/hpack_input_stream.h", 1579 "spdy/core/hpack/hpack_input_stream.h",
1580 "spdy/core/hpack/hpack_output_stream.cc", 1580 "spdy/core/hpack/hpack_output_stream.cc",
1581 "spdy/core/hpack/hpack_output_stream.h", 1581 "spdy/core/hpack/hpack_output_stream.h",
1582 "spdy/core/hpack/hpack_static_table.cc", 1582 "spdy/core/hpack/hpack_static_table.cc",
1583 "spdy/core/hpack/hpack_static_table.h", 1583 "spdy/core/hpack/hpack_static_table.h",
1584 "spdy/core/http2_frame_decoder_adapter.cc", 1584 "spdy/core/http2_frame_decoder_adapter.cc",
1585 "spdy/core/http2_frame_decoder_adapter.h", 1585 "spdy/core/http2_frame_decoder_adapter.h",
1586 "spdy/core/lifo_write_scheduler.h",
1587 "spdy/core/priority_write_scheduler.h", 1586 "spdy/core/priority_write_scheduler.h",
1588 "spdy/core/spdy_alt_svc_wire_format.cc", 1587 "spdy/core/spdy_alt_svc_wire_format.cc",
1589 "spdy/core/spdy_alt_svc_wire_format.h", 1588 "spdy/core/spdy_alt_svc_wire_format.h",
1590 "spdy/core/spdy_bitmasks.h", 1589 "spdy/core/spdy_bitmasks.h",
1591 "spdy/core/spdy_bug_tracker.h", 1590 "spdy/core/spdy_bug_tracker.h",
1592 "spdy/core/spdy_frame_builder.cc", 1591 "spdy/core/spdy_frame_builder.cc",
1593 "spdy/core/spdy_frame_builder.h", 1592 "spdy/core/spdy_frame_builder.h",
1594 "spdy/core/spdy_frame_reader.cc", 1593 "spdy/core/spdy_frame_reader.cc",
1595 "spdy/core/spdy_frame_reader.h", 1594 "spdy/core/spdy_frame_reader.h",
1596 "spdy/core/spdy_framer.cc", 1595 "spdy/core/spdy_framer.cc",
(...skipping 3164 matching lines...) Expand 10 before | Expand all | Expand 10 after
4761 "spdy/core/hpack/hpack_decoder_test.cc", 4760 "spdy/core/hpack/hpack_decoder_test.cc",
4762 "spdy/core/hpack/hpack_encoder_test.cc", 4761 "spdy/core/hpack/hpack_encoder_test.cc",
4763 "spdy/core/hpack/hpack_entry_test.cc", 4762 "spdy/core/hpack/hpack_entry_test.cc",
4764 "spdy/core/hpack/hpack_header_table_test.cc", 4763 "spdy/core/hpack/hpack_header_table_test.cc",
4765 "spdy/core/hpack/hpack_huffman_decoder_test.cc", 4764 "spdy/core/hpack/hpack_huffman_decoder_test.cc",
4766 "spdy/core/hpack/hpack_huffman_table_test.cc", 4765 "spdy/core/hpack/hpack_huffman_table_test.cc",
4767 "spdy/core/hpack/hpack_input_stream_test.cc", 4766 "spdy/core/hpack/hpack_input_stream_test.cc",
4768 "spdy/core/hpack/hpack_output_stream_test.cc", 4767 "spdy/core/hpack/hpack_output_stream_test.cc",
4769 "spdy/core/hpack/hpack_round_trip_test.cc", 4768 "spdy/core/hpack/hpack_round_trip_test.cc",
4770 "spdy/core/hpack/hpack_static_table_test.cc", 4769 "spdy/core/hpack/hpack_static_table_test.cc",
4771 "spdy/core/lifo_write_scheduler_test.cc",
4772 "spdy/core/mock_spdy_framer_visitor.cc", 4770 "spdy/core/mock_spdy_framer_visitor.cc",
4773 "spdy/core/mock_spdy_framer_visitor.h", 4771 "spdy/core/mock_spdy_framer_visitor.h",
4774 "spdy/core/priority_write_scheduler_test.cc", 4772 "spdy/core/priority_write_scheduler_test.cc",
4775 "spdy/core/spdy_alt_svc_wire_format_test.cc", 4773 "spdy/core/spdy_alt_svc_wire_format_test.cc",
4776 "spdy/core/spdy_deframer_visitor.cc", 4774 "spdy/core/spdy_deframer_visitor.cc",
4777 "spdy/core/spdy_deframer_visitor.h", 4775 "spdy/core/spdy_deframer_visitor.h",
4778 "spdy/core/spdy_deframer_visitor_test.cc", 4776 "spdy/core/spdy_deframer_visitor_test.cc",
4779 "spdy/core/spdy_frame_builder_test.cc", 4777 "spdy/core/spdy_frame_builder_test.cc",
4780 "spdy/core/spdy_frame_reader_test.cc", 4778 "spdy/core/spdy_frame_reader_test.cc",
4781 "spdy/core/spdy_framer_test.cc", 4779 "spdy/core/spdy_framer_test.cc",
(...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
5816 ] 5814 ]
5817 deps = [ 5815 deps = [
5818 ":net_fuzzer_test_support", 5816 ":net_fuzzer_test_support",
5819 ":test_support", 5817 ":test_support",
5820 "//base", 5818 "//base",
5821 "//net", 5819 "//net",
5822 ] 5820 ]
5823 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5821 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5824 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5822 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5825 } 5823 }
OLDNEW
« no previous file with comments | « no previous file | net/spdy/core/lifo_write_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698