| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index 0590c0ba40a6b06003c8a8b0ece5afe30c23d5a4..3f17b458d02b3a3113db982e2b233d2e50102032 100644
|
| --- a/net/net.gypi
|
| +++ b/net/net.gypi
|
| @@ -360,6 +360,8 @@
|
| 'quic/quic_frame_list.h',
|
| 'quic/quic_framer.cc',
|
| 'quic/quic_framer.h',
|
| + 'quic/quic_multipath_received_packet_manager.cc',
|
| + 'quic/quic_multipath_received_packet_manager.h',
|
| 'quic/quic_multipath_transmissions_map.cc',
|
| 'quic/quic_multipath_transmissions_map.h',
|
| 'quic/quic_packet_creator.cc',
|
| @@ -1578,6 +1580,7 @@
|
| 'quic/quic_headers_stream_test.cc',
|
| 'quic/quic_http_stream_test.cc',
|
| 'quic/quic_http_utils_test.cc',
|
| + 'quic/quic_multipath_received_packet_manager_test.cc',
|
| 'quic/quic_multipath_transmissions_map_test.cc',
|
| 'quic/quic_network_transaction_unittest.cc',
|
| 'quic/quic_packet_creator_test.cc',
|
|
|