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

Unified Diff: net/net.gypi

Issue 1009803003: Factor out the QUIC socket reading code into a stand alone QuicPacketReader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more export Created 5 years, 9 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_client_session.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 e6c0cbc81fc6f8ff87a8cbf3c325d6692c2961fa..b3b7232a2d7d02dcd0dd426068c3bd8770f34704 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -926,6 +926,8 @@
'quic/quic_packet_creator.h',
'quic/quic_packet_generator.cc',
'quic/quic_packet_generator.h',
+ 'quic/quic_packet_reader.cc',
+ 'quic/quic_packet_reader.h',
'quic/quic_packet_writer.h',
'quic/quic_protocol.cc',
'quic/quic_protocol.h',
« no previous file with comments | « no previous file | net/quic/quic_client_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698