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

Unified Diff: net/net.gypi

Issue 1877703002: Landing Recent QUIC changes until 4/8/2016 17:17 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git sync 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/crypto/crypto_protocol.h » ('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 9e7161fc50f2d50662a63bc817986cfa51a2f926..d4b6d140c5de3f5701b4e38e850ad86800f4675c 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1040,6 +1040,8 @@
'quic/quic_crypto_client_stream_factory.h',
'quic/quic_crypto_server_stream.cc',
'quic/quic_crypto_server_stream.h',
+ 'quic/quic_header_list.cc',
+ 'quic/quic_header_list.h',
'quic/quic_headers_stream.cc',
'quic/quic_headers_stream.h',
'quic/quic_http_stream.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/crypto/crypto_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698