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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/quic/core/quic_headers_stream_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 091518f55924b7245c7941f08030e45131f36f32..67918665582aa88de1462ffd89ba212b5e3e574f 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1470,8 +1470,6 @@ component("net") {
"spdy/hpack/hpack_constants.h",
"spdy/hpack/hpack_decoder.cc",
"spdy/hpack/hpack_decoder.h",
- "spdy/hpack/hpack_decoder2.cc",
- "spdy/hpack/hpack_decoder2.h",
"spdy/hpack/hpack_decoder3.cc",
"spdy/hpack/hpack_decoder3.h",
"spdy/hpack/hpack_decoder_interface.h",
@@ -4611,7 +4609,6 @@ test("net_unittests") {
"spdy/buffered_spdy_framer_unittest.cc",
"spdy/fuzzing/hpack_fuzz_util_test.cc",
"spdy/header_coalescer_test.cc",
- "spdy/hpack/hpack_decoder2_test.cc",
"spdy/hpack/hpack_decoder3_test.cc",
"spdy/hpack/hpack_decoder_test.cc",
"spdy/hpack/hpack_encoder_test.cc",
« 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