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

Unified Diff: net/net.gypi

Issue 2619043003: Add HpackDecoderState and HpackDecoderListener. (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/hpack/decoder/hpack_decoder_state_test.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 7bd2ca70accd178d33a967787178845e98e32e45..1b6e0af6d48fb381e3deb9a09f65a0e2ab1ace7c 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -817,6 +817,10 @@
'http2/decoder/payload_decoders/window_update_payload_decoder.h',
'http2/hpack/decoder/hpack_block_decoder.cc',
'http2/hpack/decoder/hpack_block_decoder.h',
+ 'http2/hpack/decoder/hpack_decoder_listener.cc',
+ 'http2/hpack/decoder/hpack_decoder_listener.h',
+ 'http2/hpack/decoder/hpack_decoder_state.cc',
+ 'http2/hpack/decoder/hpack_decoder_state.h',
'http2/hpack/decoder/hpack_decoder_string_buffer.cc',
'http2/hpack/decoder/hpack_decoder_string_buffer.h',
'http2/hpack/decoder/hpack_decoder_tables.cc',
@@ -1794,6 +1798,7 @@
'http2/hpack/decoder/hpack_block_collector.cc',
'http2/hpack/decoder/hpack_block_collector.h',
'http2/hpack/decoder/hpack_block_decoder_test.cc',
+ 'http2/hpack/decoder/hpack_decoder_state_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',
« no previous file with comments | « net/http2/hpack/decoder/hpack_decoder_state_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698