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

Unified Diff: net/net.gypi

Issue 2644683002: Add HpackDecoder3, an adapter using HpackDecoder (in net/http2/hpack/decoder). (Closed)
Patch Set: Nits. Created 3 years, 11 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/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 777d3a7d7352b323e99005fc0c2f2e02e7d7491d..feb3569309e0d917ee8af77721b879d477f593d4 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1346,6 +1346,8 @@
'spdy/hpack/hpack_decoder_interface.h',
'spdy/hpack/hpack_decoder2.cc',
'spdy/hpack/hpack_decoder2.h',
+ 'spdy/hpack/hpack_decoder3.cc',
+ 'spdy/hpack/hpack_decoder3.h',
'spdy/hpack/hpack_encoder.cc',
'spdy/hpack/hpack_encoder.h',
'spdy/hpack/hpack_entry.cc',
@@ -2116,6 +2118,7 @@
'spdy/header_coalescer_test.cc',
'spdy/hpack/hpack_decoder_test.cc',
'spdy/hpack/hpack_decoder2_test.cc',
+ 'spdy/hpack/hpack_decoder3_test.cc',
'spdy/hpack/hpack_encoder_test.cc',
'spdy/hpack/hpack_entry_test.cc',
'spdy/hpack/hpack_header_table_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