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

Unified Diff: net/net.gypi

Issue 2606733004: Add HpackDecoderTables, static and dynamic tables for decoding HPACK. (Closed)
Patch Set: Remove NET_EXPORT from files in the test build target. 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
« net/http2/tools/http2_random.h ('K') | « 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 a5fd9f0664812a8d583bf89009c7b5c91d289fda..81310cbba4a05f91d50f78d07c5282b49c3b3583 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',
@@ -1787,6 +1790,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',
@@ -1818,6 +1822,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',
« net/http2/tools/http2_random.h ('K') | « net/http2/tools/random_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698