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

Unified Diff: net/net.gypi

Issue 1961573002: Avoids the "re-encode HPACK as SPDY3" step. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avoids the "re-encode HPACK as SPDY3" step. Created 4 years, 7 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 2b693c6b7e6bda0f34665c72e079ed01c58576cb..dcd8d0434ffda1f99da00dba5a997a103c817518 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1082,6 +1082,8 @@
'spdy/buffered_spdy_framer.h',
'spdy/fuzzing/hpack_fuzz_util.cc',
'spdy/fuzzing/hpack_fuzz_util.h',
+ 'spdy/header_coalescer.cc',
+ 'spdy/header_coalescer.h',
'spdy/hpack/hpack_constants.cc',
'spdy/hpack/hpack_constants.h',
'spdy/hpack/hpack_decoder.cc',

Powered by Google App Engine
This is Rietveld 408576698