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

Unified Diff: net/net.gypi

Issue 2606733004: Add HpackDecoderTables, static and dynamic tables for decoding HPACK. (Closed)
Patch Set: Rebase. 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 | « net/http2/tools/random_util.cc ('k') | no next file » | 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 ffe61035cab318ddda3653d68a8929638b51a7fc..61b4c17529911b310d501a9daa483be93e920e2b 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -817,6 +817,8 @@
'http2/hpack/decoder/hpack_block_decoder.h',
'http2/hpack/decoder/hpack_decoder_string_buffer.cc',
'http2/hpack/decoder/hpack_decoder_string_buffer.h',
+ 'http2/hpack/decoder/hpack_decoder_tables.cc',
+ 'http2/hpack/decoder/hpack_decoder_tables.h',
'http2/hpack/decoder/hpack_entry_decoder.cc',
'http2/hpack/decoder/hpack_entry_decoder.h',
'http2/hpack/decoder/hpack_entry_decoder_listener.cc',
@@ -833,6 +835,7 @@
'http2/hpack/decoder/hpack_whole_entry_buffer.h',
'http2/hpack/decoder/hpack_whole_entry_listener.cc',
'http2/hpack/decoder/hpack_whole_entry_listener.h',
+ 'http2/hpack/hpack_static_table_entries.inc',
'http2/hpack/hpack_string.cc',
'http2/hpack/hpack_string.h',
'http2/hpack/http2_hpack_constants.cc',
@@ -1791,6 +1794,7 @@
'http2/hpack/decoder/hpack_block_collector.h',
'http2/hpack/decoder/hpack_block_decoder_test.cc',
'http2/hpack/decoder/hpack_decoder_string_buffer_test.cc',
+ 'http2/hpack/decoder/hpack_decoder_tables_test.cc',
'http2/hpack/decoder/hpack_entry_collector.cc',
'http2/hpack/decoder/hpack_entry_collector.h',
'http2/hpack/decoder/hpack_entry_decoder_test.cc',
@@ -1822,6 +1826,8 @@
'http2/tools/http2_random.h',
'http2/tools/random_decoder_test.cc',
'http2/tools/random_decoder_test.h',
+ 'http2/tools/random_util.cc',
+ 'http2/tools/random_util.h',
'log/file_net_log_observer_unittest.cc',
'log/net_log_capture_mode_unittest.cc',
'log/net_log_unittest.cc',
« no previous file with comments | « net/http2/tools/random_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698