| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 68e4116c55018665a2bdfe737c0f934656a144f7..657a77208365e14d8950f0c0942b3028b39cc4c1 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -810,14 +810,16 @@
|
| 'quic/quic_http_stream.h',
|
| 'quic/quic_packet_creator.cc',
|
| 'quic/quic_packet_creator.h',
|
| - 'quic/quic_packet_entropy_manager.cc',
|
| - 'quic/quic_packet_entropy_manager.h',
|
| 'quic/quic_packet_generator.cc',
|
| 'quic/quic_packet_generator.h',
|
| 'quic/quic_protocol.cc',
|
| 'quic/quic_protocol.h',
|
| + 'quic/quic_received_entropy_manager.cc',
|
| + 'quic/quic_received_entropy_manager.h',
|
| 'quic/quic_reliable_client_stream.cc',
|
| 'quic/quic_reliable_client_stream.h',
|
| + 'quic/quic_sent_entropy_manager.cc',
|
| + 'quic/quic_sent_entropy_manager.h',
|
| 'quic/quic_session.cc',
|
| 'quic/quic_session.h',
|
| 'quic/quic_spdy_compressor.cc',
|
| @@ -1736,10 +1738,11 @@
|
| 'quic/quic_http_stream_test.cc',
|
| 'quic/quic_network_transaction_unittest.cc',
|
| 'quic/quic_packet_creator_test.cc',
|
| - 'quic/quic_packet_entropy_manager_test.cc',
|
| 'quic/quic_packet_generator_test.cc',
|
| 'quic/quic_protocol_test.cc',
|
| + 'quic/quic_received_entropy_manager_test.cc',
|
| 'quic/quic_reliable_client_stream_test.cc',
|
| + 'quic/quic_sent_entropy_manager_test.cc',
|
| 'quic/quic_session_test.cc',
|
| 'quic/quic_spdy_compressor_test.cc',
|
| 'quic/quic_spdy_decompressor_test.cc',
|
|
|