| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index 1606798d3252cee20db2dbf7e6082bb2517da50f..5cd5deb1b2dc427eba499bbe370931713f75641f 100644
|
| --- a/net/net.gypi
|
| +++ b/net/net.gypi
|
| @@ -356,6 +356,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',
|
| @@ -1565,6 +1567,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',
|
|
|