| Index: net/net.gyp
|
| ===================================================================
|
| --- net/net.gyp (revision 184750)
|
| +++ net/net.gyp (working copy)
|
| @@ -695,10 +695,15 @@
|
| 'quic/congestion_control/tcp_receiver.h',
|
| 'quic/crypto/crypto_framer.cc',
|
| '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',
|
| + 'quic/crypto/curve25519_key_exchange.cc',
|
| + 'quic/crypto/curve25519_key_exchange.h',
|
| + 'quic/crypto/key_exchange.h',
|
| 'quic/crypto/null_decrypter.cc',
|
| 'quic/crypto/null_decrypter.h',
|
| 'quic/crypto/null_encrypter.cc',
|
| @@ -1519,6 +1524,7 @@
|
| 'quic/congestion_control/tcp_cubic_sender_test.cc',
|
| 'quic/congestion_control/tcp_receiver_test.cc',
|
| 'quic/crypto/crypto_framer_test.cc',
|
| + 'quic/crypto/crypto_handshake_test.cc',
|
| 'quic/crypto/null_decrypter_test.cc',
|
| 'quic/crypto/null_encrypter_test.cc',
|
| 'quic/crypto/quic_random_test.cc',
|
|
|