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

Unified Diff: net/net.gyp

Issue 11364068: Add a QuicHttpStream class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bugs Created 8 years, 1 month 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_client_session.h » ('j') | net/quic/quic_client_session.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 70cac5fc6ed142fc2df0800f26c670ec2a81e689..dd4e1d8e5d3d233829e65719d344a44621976cb9 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -682,6 +682,8 @@
'quic/quic_fec_group.h',
'quic/quic_framer.cc',
'quic/quic_framer.h',
+ 'quic/quic_http_stream.cc',
+ 'quic/quic_http_stream.h',
'quic/quic_packet_creator.cc',
'quic/quic_packet_creator.h',
'quic/quic_protocol.cc',
@@ -1446,6 +1448,7 @@
'quic/quic_crypto_stream_test.cc',
'quic/quic_fec_group_test.cc',
'quic/quic_framer_test.cc',
+ 'quic/quic_http_stream_test.cc',
'quic/quic_packet_creator_test.cc',
'quic/quic_reliable_client_stream_test.cc',
'quic/quic_session_test.cc',
« no previous file with comments | « no previous file | net/quic/quic_client_session.h » ('j') | net/quic/quic_client_session.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698