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

Unified Diff: net/net.gyp

Issue 22074002: DO NOT COMMIT: Implement HPACK (draft 03) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update for httpbis-draft-06 / hpack-draft-03 Created 7 years, 2 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/http2_compressor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 1fbff1521b0717093878d7b93aadf699288e5368..454853097ca3e4456c69a3f64a5667ea89a13c97 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -942,6 +942,12 @@
'socket_stream/socket_stream_metrics.h',
'spdy/buffered_spdy_framer.cc',
'spdy/buffered_spdy_framer.h',
+ 'spdy/http2_compressor.cc',
+ 'spdy/http2_compressor.h',
+ 'spdy/http2_encoding_context.cc',
+ 'spdy/http2_encoding_context.h',
+ 'spdy/http2_decompressor.cc',
+ 'spdy/http2_decompressor.h',
'spdy/spdy_bitmasks.h',
'spdy/spdy_buffer.cc',
'spdy/spdy_buffer.h',
@@ -1825,6 +1831,8 @@
'socket_stream/socket_stream_metrics_unittest.cc',
'socket_stream/socket_stream_unittest.cc',
'spdy/buffered_spdy_framer_unittest.cc',
+ 'spdy/http2_compressor_unittest.cc',
+ 'spdy/http2_decompressor_unittest.cc',
'spdy/spdy_credential_builder_unittest.cc',
'spdy/spdy_buffer_unittest.cc',
'spdy/spdy_credential_state_unittest.cc',
« no previous file with comments | « no previous file | net/spdy/http2_compressor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698