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

Unified Diff: net/net.gypi

Issue 1870833005: relnote: Implements OnHeaderFrameStart and OnHeaderFrameEnd in QuicHeadersStream. Not used in produ… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@06_CL_119188441
Patch Set: Created 4 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/quic_header_list.h » ('j') | net/quic/quic_header_list.h » ('J')
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 24eada5bdb89b9042691bd6abb5c33d8f41a7316..1936ecca20c7002ee93e2ef6c9116b7c080e6095 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1042,6 +1042,8 @@
'quic/quic_crypto_server_stream.h',
'quic/quic_headers_stream.cc',
'quic/quic_headers_stream.h',
+ 'quic/quic_header_list.cc',
+ 'quic/quic_header_list.h',
'quic/quic_http_stream.cc',
'quic/quic_http_stream.h',
'quic/quic_http_utils.cc',
@@ -1629,6 +1631,7 @@
'quic/quic_fec_group_test.cc',
'quic/quic_flow_controller_test.cc',
'quic/quic_framer_test.cc',
+ 'quic/quic_header_list_test.cc',
'quic/quic_headers_stream_test.cc',
'quic/quic_http_stream_test.cc',
'quic/quic_http_utils_test.cc',
« no previous file with comments | « no previous file | net/quic/quic_header_list.h » ('j') | net/quic/quic_header_list.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698