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

Unified Diff: net/net.gypi

Issue 1568423002: Implement better HPACK Huffman code decoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do not use binary literals. Created 4 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/spdy/fuzzing/hpack_fuzz_util.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 eddea8a0b3ad49edad59d1e2056c7d5b629fac8e..067554664d4b81817f86e44f76b072bc603b5787 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1109,6 +1109,8 @@
'spdy/hpack/hpack_entry.h',
'spdy/hpack/hpack_header_table.cc',
'spdy/hpack/hpack_header_table.h',
+ 'spdy/hpack/hpack_huffman_decoder.cc',
+ 'spdy/hpack/hpack_huffman_decoder.h',
'spdy/hpack/hpack_huffman_table.cc',
'spdy/hpack/hpack_huffman_table.h',
'spdy/hpack/hpack_input_stream.cc',
@@ -1701,6 +1703,7 @@
'spdy/hpack/hpack_encoder_test.cc',
'spdy/hpack/hpack_entry_test.cc',
'spdy/hpack/hpack_header_table_test.cc',
+ 'spdy/hpack/hpack_huffman_decoder_test.cc',
'spdy/hpack/hpack_huffman_table_test.cc',
'spdy/hpack/hpack_input_stream_test.cc',
'spdy/hpack/hpack_output_stream_test.cc',
« no previous file with comments | « no previous file | net/spdy/fuzzing/hpack_fuzz_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698