| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 00a3d0e14307b739e012e4ff05876817ec67a6ca..3707fb54a77ef38c4f4b74a0c38367682838aed1 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -839,6 +839,8 @@
|
| 'quic/quic_reliable_client_stream.h',
|
| 'quic/quic_sent_entropy_manager.cc',
|
| 'quic/quic_sent_entropy_manager.h',
|
| + 'quic/quic_sent_packet_manager.cc',
|
| + 'quic/quic_sent_packet_manager.h',
|
| 'quic/quic_session.cc',
|
| 'quic/quic_session.h',
|
| 'quic/quic_spdy_compressor.cc',
|
| @@ -1780,6 +1782,7 @@
|
| 'quic/quic_received_packet_manager_test.cc',
|
| 'quic/quic_reliable_client_stream_test.cc',
|
| 'quic/quic_sent_entropy_manager_test.cc',
|
| + 'quic/quic_sent_packet_manager_test.cc',
|
| 'quic/quic_session_test.cc',
|
| 'quic/quic_spdy_compressor_test.cc',
|
| 'quic/quic_spdy_decompressor_test.cc',
|
|
|