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

Unified Diff: net/net.gypi

Issue 243153003: HPACK optimal Huffman code instrumentation and UMA collection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index aff4af5fdd919d495be9411451c9f4d53881e354..ac0bc147daf0f943ffe0e335bf90c2df61f4f176 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1018,6 +1018,8 @@
'spdy/hpack_entry.h',
'spdy/hpack_header_table.cc',
'spdy/hpack_header_table.h',
+ 'spdy/hpack_huffman_aggregator.cc',
+ 'spdy/hpack_huffman_aggregator.h',
'spdy/hpack_huffman_table.cc',
'spdy/hpack_huffman_table.h',
'spdy/hpack_input_stream.cc',
@@ -1572,6 +1574,7 @@
'spdy/hpack_encoding_context_test.cc',
'spdy/hpack_entry_test.cc',
'spdy/hpack_header_table_test.cc',
+ 'spdy/hpack_huffman_aggregator_test.cc',
'spdy/hpack_huffman_table_test.cc',
'spdy/hpack_input_stream_test.cc',
'spdy/hpack_output_stream_test.cc',

Powered by Google App Engine
This is Rietveld 408576698