Index: net/net.gyp |
=================================================================== |
--- net/net.gyp (revision 184750) |
+++ net/net.gyp (working copy) |
@@ -695,14 +695,19 @@ |
'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/null_decrypter.cc', |
'quic/crypto/null_decrypter.h', |
'quic/crypto/null_encrypter.cc', |
'quic/crypto/null_encrypter.h', |
+ 'quic/crypto/key_exchange.h', |
wtc
2013/03/01 23:45:23
'quic/crypto/key_exchange.h' is still in the wrong
ramant (doing other things)
2013/03/02 00:34:16
Done.
|
'quic/crypto/quic_decrypter.cc', |
'quic/crypto/quic_decrypter.h', |
'quic/crypto/quic_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', |