Index: net/net.gypi |
diff --git a/net/net.gypi b/net/net.gypi |
index 3b28267158cfeb3f323d336f188fe3d45ee85ae4..f2a275489430922dc278796331d2d924f5de7b8f 100644 |
--- a/net/net.gypi |
+++ b/net/net.gypi |
@@ -1093,6 +1093,19 @@ |
'quic/core/quic_server_session_base.h', |
'quic/core/spdy_utils.cc', |
'quic/core/spdy_utils.h', |
+ 'quic/quartc/quartc_alarm_factory.cc', |
+ 'quic/quartc/quartc_alarm_factory.h', |
+ 'quic/quartc/quartc_factory.cc', |
+ 'quic/quartc/quartc_factory.h', |
+ 'quic/quartc/quartc_factory_interface.h', |
+ 'quic/quartc/quartc_packet_writer.cc', |
+ 'quic/quartc/quartc_packet_writer.h', |
+ 'quic/quartc/quartc_session.cc', |
+ 'quic/quartc/quartc_session.h', |
+ 'quic/quartc/quartc_session_interface.h', |
+ 'quic/quartc/quartc_stream.cc', |
+ 'quic/quartc/quartc_stream.h', |
+ 'quic/quartc/quartc_stream_interface.h', |
'sdch/sdch_owner.cc', |
'sdch/sdch_owner.h', |
'socket/client_socket_factory.cc', |
@@ -1736,6 +1749,9 @@ |
'quic/core/reliable_quic_stream_test.cc', |
'quic/core/spdy_utils_test.cc', |
'quic/core/quic_stream_sequencer_buffer_test.cc', |
+ 'quic/quartc/quartc_alarm_factory_test.cc', |
+ 'quic/quartc/quartc_session_test.cc', |
+ 'quic/quartc/quartc_stream_test.cc', |
'quic/test_tools/crypto_test_utils.cc', |
'quic/test_tools/crypto_test_utils.h', |
'quic/test_tools/crypto_test_utils_test.cc', |