Index: net/net.gyp |
=================================================================== |
--- net/net.gyp (revision 187740) |
+++ net/net.gyp (working copy) |
@@ -696,6 +696,10 @@ |
'quic/congestion_control/tcp_cubic_sender.h', |
'quic/congestion_control/tcp_receiver.cc', |
'quic/congestion_control/tcp_receiver.h', |
+ 'quic/crypto/aes_128_gcm_decrypter.h', |
+ 'quic/crypto/aes_128_gcm_decrypter_openssl.cc', |
+ 'quic/crypto/aes_128_gcm_encrypter.h', |
+ 'quic/crypto/aes_128_gcm_encrypter_openssl.cc', |
'quic/crypto/crypto_framer.cc', |
'quic/crypto/crypto_framer.h', |
'quic/crypto/crypto_handshake.cc', |
@@ -1535,6 +1539,8 @@ |
'quic/congestion_control/paced_sender_test.cc', |
'quic/congestion_control/tcp_cubic_sender_test.cc', |
'quic/congestion_control/tcp_receiver_test.cc', |
+ 'quic/crypto/aes_128_gcm_decrypter_test.cc', |
+ 'quic/crypto/aes_128_gcm_encrypter_test.cc', |
'quic/crypto/crypto_framer_test.cc', |
'quic/crypto/crypto_handshake_test.cc', |
'quic/crypto/curve25519_key_exchange_test.cc', |