| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 5bb8a5faf018b527ce63420489e03e6fda2f9644..dc3ce704a473e88f32e976ee2a80887a15389fdc 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -700,7 +700,6 @@
|
| 'quic/crypto/crypto_framer.h',
|
| 'quic/crypto/crypto_handshake.cc',
|
| 'quic/crypto/crypto_handshake.h',
|
| - 'quic/crypto/crypto_protocol.cc',
|
| 'quic/crypto/crypto_protocol.h',
|
| 'quic/crypto/crypto_utils.cc',
|
| 'quic/crypto/crypto_utils.h',
|
| @@ -761,6 +760,8 @@
|
| 'quic/quic_reliable_client_stream.h',
|
| 'quic/quic_session.cc',
|
| 'quic/quic_session.h',
|
| + 'quic/quic_stats.cc',
|
| + 'quic/quic_stats.h',
|
| 'quic/quic_stream_factory.cc',
|
| 'quic/quic_stream_factory.h',
|
| 'quic/quic_stream_sequencer.cc',
|
| @@ -1552,6 +1553,10 @@
|
| 'quic/test_tools/mock_random.h',
|
| 'quic/test_tools/quic_connection_peer.cc',
|
| 'quic/test_tools/quic_connection_peer.h',
|
| + 'quic/test_tools/quic_framer_peer.cc',
|
| + 'quic/test_tools/quic_framer_peer.h',
|
| + 'quic/test_tools/quic_packet_creator_peer.cc',
|
| + 'quic/test_tools/quic_packet_creator_peer.h',
|
| 'quic/test_tools/quic_session_peer.cc',
|
| 'quic/test_tools/quic_session_peer.h',
|
| 'quic/test_tools/quic_test_utils.cc',
|
|
|