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

Unified Diff: net/net.gypi

Issue 246073007: SPDY & HPACK: Land recent internal changes (through 65328503) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on upstream change: Expanded FRAME_TOO_LARGE/FRAME_SIZE_ERROR comment. Created 6 years, 8 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/quic/spdy_utils.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 aff4af5fdd919d495be9411451c9f4d53881e354..a46009ccfccacc86a29e31df86bc6ecd8325ed9d 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1012,8 +1012,6 @@
'spdy/hpack_decoder.h',
'spdy/hpack_encoder.cc',
'spdy/hpack_encoder.h',
- 'spdy/hpack_encoding_context.cc',
- 'spdy/hpack_encoding_context.h',
'spdy/hpack_entry.cc',
'spdy/hpack_entry.h',
'spdy/hpack_header_table.cc',
@@ -1569,12 +1567,12 @@
'spdy/buffered_spdy_framer_unittest.cc',
'spdy/hpack_decoder_test.cc',
'spdy/hpack_encoder_test.cc',
- 'spdy/hpack_encoding_context_test.cc',
'spdy/hpack_entry_test.cc',
'spdy/hpack_header_table_test.cc',
'spdy/hpack_huffman_table_test.cc',
'spdy/hpack_input_stream_test.cc',
'spdy/hpack_output_stream_test.cc',
+ 'spdy/hpack_round_trip_test.cc',
'spdy/hpack_string_util_test.cc',
'spdy/mock_spdy_framer_visitor.cc',
'spdy/mock_spdy_framer_visitor.h',
« no previous file with comments | « no previous file | net/quic/spdy_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698