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

Side by Side Diff: net/BUILD.gn

Issue 2750853008: Remove HpackDecoder2. (Closed)
Patch Set: Created 3 years, 9 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/quic/core/quic_headers_stream_test.cc » ('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 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1463 "spdy/buffered_spdy_framer.cc", 1463 "spdy/buffered_spdy_framer.cc",
1464 "spdy/buffered_spdy_framer.h", 1464 "spdy/buffered_spdy_framer.h",
1465 "spdy/fuzzing/hpack_fuzz_util.cc", 1465 "spdy/fuzzing/hpack_fuzz_util.cc",
1466 "spdy/fuzzing/hpack_fuzz_util.h", 1466 "spdy/fuzzing/hpack_fuzz_util.h",
1467 "spdy/header_coalescer.cc", 1467 "spdy/header_coalescer.cc",
1468 "spdy/header_coalescer.h", 1468 "spdy/header_coalescer.h",
1469 "spdy/hpack/hpack_constants.cc", 1469 "spdy/hpack/hpack_constants.cc",
1470 "spdy/hpack/hpack_constants.h", 1470 "spdy/hpack/hpack_constants.h",
1471 "spdy/hpack/hpack_decoder.cc", 1471 "spdy/hpack/hpack_decoder.cc",
1472 "spdy/hpack/hpack_decoder.h", 1472 "spdy/hpack/hpack_decoder.h",
1473 "spdy/hpack/hpack_decoder2.cc",
1474 "spdy/hpack/hpack_decoder2.h",
1475 "spdy/hpack/hpack_decoder3.cc", 1473 "spdy/hpack/hpack_decoder3.cc",
1476 "spdy/hpack/hpack_decoder3.h", 1474 "spdy/hpack/hpack_decoder3.h",
1477 "spdy/hpack/hpack_decoder_interface.h", 1475 "spdy/hpack/hpack_decoder_interface.h",
1478 "spdy/hpack/hpack_encoder.cc", 1476 "spdy/hpack/hpack_encoder.cc",
1479 "spdy/hpack/hpack_encoder.h", 1477 "spdy/hpack/hpack_encoder.h",
1480 "spdy/hpack/hpack_entry.cc", 1478 "spdy/hpack/hpack_entry.cc",
1481 "spdy/hpack/hpack_entry.h", 1479 "spdy/hpack/hpack_entry.h",
1482 "spdy/hpack/hpack_header_table.cc", 1480 "spdy/hpack/hpack_header_table.cc",
1483 "spdy/hpack/hpack_header_table.h", 1481 "spdy/hpack/hpack_header_table.h",
1484 "spdy/hpack/hpack_huffman_decoder.cc", 1482 "spdy/hpack/hpack_huffman_decoder.cc",
(...skipping 3119 matching lines...) Expand 10 before | Expand all | Expand 10 after
4604 "socket/unix_domain_client_socket_posix_unittest.cc", 4602 "socket/unix_domain_client_socket_posix_unittest.cc",
4605 "socket/unix_domain_server_socket_posix_unittest.cc", 4603 "socket/unix_domain_server_socket_posix_unittest.cc",
4606 "socket/websocket_endpoint_lock_manager_unittest.cc", 4604 "socket/websocket_endpoint_lock_manager_unittest.cc",
4607 "socket/websocket_transport_client_socket_pool_unittest.cc", 4605 "socket/websocket_transport_client_socket_pool_unittest.cc",
4608 "spdy/array_output_buffer.cc", 4606 "spdy/array_output_buffer.cc",
4609 "spdy/array_output_buffer.h", 4607 "spdy/array_output_buffer.h",
4610 "spdy/bidirectional_stream_spdy_impl_unittest.cc", 4608 "spdy/bidirectional_stream_spdy_impl_unittest.cc",
4611 "spdy/buffered_spdy_framer_unittest.cc", 4609 "spdy/buffered_spdy_framer_unittest.cc",
4612 "spdy/fuzzing/hpack_fuzz_util_test.cc", 4610 "spdy/fuzzing/hpack_fuzz_util_test.cc",
4613 "spdy/header_coalescer_test.cc", 4611 "spdy/header_coalescer_test.cc",
4614 "spdy/hpack/hpack_decoder2_test.cc",
4615 "spdy/hpack/hpack_decoder3_test.cc", 4612 "spdy/hpack/hpack_decoder3_test.cc",
4616 "spdy/hpack/hpack_decoder_test.cc", 4613 "spdy/hpack/hpack_decoder_test.cc",
4617 "spdy/hpack/hpack_encoder_test.cc", 4614 "spdy/hpack/hpack_encoder_test.cc",
4618 "spdy/hpack/hpack_entry_test.cc", 4615 "spdy/hpack/hpack_entry_test.cc",
4619 "spdy/hpack/hpack_header_table_test.cc", 4616 "spdy/hpack/hpack_header_table_test.cc",
4620 "spdy/hpack/hpack_huffman_decoder_test.cc", 4617 "spdy/hpack/hpack_huffman_decoder_test.cc",
4621 "spdy/hpack/hpack_huffman_table_test.cc", 4618 "spdy/hpack/hpack_huffman_table_test.cc",
4622 "spdy/hpack/hpack_input_stream_test.cc", 4619 "spdy/hpack/hpack_input_stream_test.cc",
4623 "spdy/hpack/hpack_output_stream_test.cc", 4620 "spdy/hpack/hpack_output_stream_test.cc",
4624 "spdy/hpack/hpack_round_trip_test.cc", 4621 "spdy/hpack/hpack_round_trip_test.cc",
(...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after
5704 "tools/transport_security_state_generator/trie/trie_writer.cc", 5701 "tools/transport_security_state_generator/trie/trie_writer.cc",
5705 "tools/transport_security_state_generator/trie/trie_writer.h", 5702 "tools/transport_security_state_generator/trie/trie_writer.h",
5706 ] 5703 ]
5707 deps = [ 5704 deps = [
5708 "//base", 5705 "//base",
5709 "//crypto", 5706 "//crypto",
5710 "//third_party/boringssl", 5707 "//third_party/boringssl",
5711 ] 5708 ]
5712 } 5709 }
5713 } 5710 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/core/quic_headers_stream_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698