Chromium Code Reviews| Index: net/net.gyp |
| =================================================================== |
| --- net/net.gyp (revision 171809) |
| +++ net/net.gyp (working copy) |
| @@ -661,11 +661,15 @@ |
| 'quic/crypto/crypto_protocol.cc', |
| 'quic/crypto/crypto_protocol.h', |
| 'quic/crypto/null_decrypter.cc', |
| + 'quic/crypto/null_decrypter.h', |
|
wtc
2012/12/07 20:23:16
The missing headers do not break the build. The on
|
| 'quic/crypto/null_encrypter.cc', |
| + 'quic/crypto/null_encrypter.h', |
| + 'quic/crypto/quic_decrypter.cc', |
| 'quic/crypto/quic_decrypter.h', |
| - 'quic/crypto/quic_decrypter.cc', |
| + 'quic/crypto/quic_encrypter.cc', |
| 'quic/crypto/quic_encrypter.h', |
| - 'quic/crypto/quic_encrypter.cc', |
| + 'quic/crypto/quic_random.cc', |
| + 'quic/crypto/quic_random.h', |
| 'quic/quic_client_session.cc', |
| 'quic/quic_client_session.h', |
| 'quic/quic_crypto_client_stream.cc', |
| @@ -1438,6 +1442,7 @@ |
| 'quic/crypto/crypto_framer_test.cc', |
| 'quic/crypto/null_decrypter_test.cc', |
| 'quic/crypto/null_encrypter_test.cc', |
| + 'quic/crypto/quic_random_test.cc', |
| 'quic/test_tools/mock_clock.cc', |
| 'quic/test_tools/mock_clock.h', |
| 'quic/test_tools/quic_test_utils.cc', |