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

Unified Diff: net/net.gypi

Issue 2553683006: Add HpackDecoder2. (Closed)
Patch Set: Created 4 years 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/spdy/hpack/hpack_decoder2.h » ('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 858f81d7eb5843b95116af0fca2a91435ef04803..e93c5485050bd216bc28a5df26780eb2940ea33c 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1319,6 +1319,8 @@
'spdy/hpack/hpack_decoder.cc',
'spdy/hpack/hpack_decoder.h',
'spdy/hpack/hpack_decoder_interface.h',
+ 'spdy/hpack/hpack_decoder2.cc',
+ 'spdy/hpack/hpack_decoder2.h',
'spdy/hpack/hpack_encoder.cc',
'spdy/hpack/hpack_encoder.h',
'spdy/hpack/hpack_entry.cc',
@@ -2076,6 +2078,7 @@
'spdy/fuzzing/hpack_fuzz_util_test.cc',
'spdy/header_coalescer_test.cc',
'spdy/hpack/hpack_decoder_test.cc',
+ 'spdy/hpack/hpack_decoder2_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/spdy/hpack/hpack_decoder2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698