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

Unified Diff: net/net.gyp

Issue 1008313002: Move QUIC reads to a more optimized reader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rollback_of_changelist_87346681_88545044
Patch Set: Minor TODO comment fix 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/tools/quic/quic_packet_reader.h » ('j') | no next file with comments »
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 b3795bae512b8c240943b59274d313b0747aa57a..deb512f93246b56df179ad74474b41af8e93c442 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1215,6 +1215,8 @@
'tools/quic/quic_epoll_connection_helper.h',
'tools/quic/quic_in_memory_cache.cc',
'tools/quic/quic_in_memory_cache.h',
+ 'tools/quic/quic_packet_reader.cc',
+ 'tools/quic/quic_packet_reader.h',
'tools/quic/quic_packet_writer_wrapper.cc',
'tools/quic/quic_packet_writer_wrapper.h',
'tools/quic/quic_per_connection_packet_writer.cc',
« no previous file with comments | « no previous file | net/tools/quic/quic_packet_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698