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

Unified Diff: net/net.gypi

Issue 1908103002: Landing Recent QUIC changes until 4/15/2016 17:20 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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 | « net/net.gyp ('k') | net/quic/bidirectional_stream_quic_impl_unittest.cc » ('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 80df25b347a2a691d80a478e7739cf5dccc19a00..67e188be032b94b5ef462f105ab51859f1844617 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -347,6 +347,8 @@
'quic/quic_connection_stats.h',
'quic/quic_crypto_stream.cc',
'quic/quic_crypto_stream.h',
+ 'quic/quic_chromium_alarm_factory.cc',
+ 'quic/quic_chromium_alarm_factory.h',
'quic/quic_chromium_connection_helper.cc',
'quic/quic_chromium_connection_helper.h',
'quic/quic_chromium_packet_reader.cc',
@@ -1591,6 +1593,7 @@
'quic/quic_alarm_test.cc',
'quic/quic_arena_scoped_ptr_test.cc',
'quic/quic_bandwidth_test.cc',
+ 'quic/quic_chromium_alarm_factory_test.cc',
'quic/quic_chromium_client_session_test.cc',
'quic/quic_chromium_client_stream_test.cc',
'quic/quic_chromium_connection_helper_test.cc',
« no previous file with comments | « net/net.gyp ('k') | net/quic/bidirectional_stream_quic_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698