Index: net/net.gyp |
=================================================================== |
--- net/net.gyp (revision 255481) |
+++ net/net.gyp (working copy) |
@@ -782,6 +782,12 @@ |
'quic/congestion_control/tcp_receiver.h', |
'quic/congestion_control/time_loss_algorithm.cc', |
'quic/congestion_control/time_loss_algorithm.h', |
+ 'quic/crypto/aead_base_decrypter.h', |
+ 'quic/crypto/aead_base_decrypter_nss.cc', |
+ 'quic/crypto/aead_base_decrypter_openssl.cc', |
+ 'quic/crypto/aead_base_encrypter.h', |
+ 'quic/crypto/aead_base_encrypter_nss.cc', |
+ 'quic/crypto/aead_base_encrypter_openssl.cc', |
'quic/crypto/aes_128_gcm_12_decrypter.h', |
'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', |
'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', |
@@ -790,6 +796,12 @@ |
'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', |
'quic/crypto/cert_compressor.cc', |
'quic/crypto/cert_compressor.h', |
+ 'quic/crypto/chacha20_poly1305_decrypter.h', |
+ 'quic/crypto/chacha20_poly1305_decrypter_nss.cc', |
+ 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', |
+ 'quic/crypto/chacha20_poly1305_encrypter.h', |
+ 'quic/crypto/chacha20_poly1305_encrypter_nss.cc', |
+ 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', |
'quic/crypto/channel_id.cc', |
'quic/crypto/channel_id.h', |
'quic/crypto/channel_id_nss.cc', |
@@ -1368,8 +1380,12 @@ |
'cert/x509_util_nss.h', |
'ocsp/nss_ocsp.cc', |
'ocsp/nss_ocsp.h', |
+ 'quic/crypto/aead_base_decrypter_nss.cc', |
+ 'quic/crypto/aead_base_encrypter_nss.cc', |
'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', |
'quic/crypto/aes_128_gcm_12_encrypter_nss.cc', |
+ 'quic/crypto/chacha20_poly1305_decrypter_nss.cc', |
+ 'quic/crypto/chacha20_poly1305_encrypter_nss.cc', |
'quic/crypto/channel_id_nss.cc', |
'quic/crypto/p256_key_exchange_nss.cc', |
'socket/nss_ssl_util.cc', |
@@ -1403,8 +1419,12 @@ |
'cert/x509_certificate_openssl.cc', |
'cert/x509_util_openssl.cc', |
'cert/x509_util_openssl.h', |
+ 'quic/crypto/aead_base_decrypter_openssl.cc', |
+ 'quic/crypto/aead_base_encrypter_openssl.cc', |
'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', |
'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', |
+ 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', |
+ 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', |
'quic/crypto/channel_id_openssl.cc', |
'quic/crypto/p256_key_exchange_openssl.cc', |
'quic/crypto/scoped_evp_aead_ctx.cc', |
@@ -1859,6 +1879,8 @@ |
'quic/crypto/aes_128_gcm_12_decrypter_test.cc', |
'quic/crypto/aes_128_gcm_12_encrypter_test.cc', |
'quic/crypto/cert_compressor_test.cc', |
+ 'quic/crypto/chacha20_poly1305_decrypter_test.cc', |
+ 'quic/crypto/chacha20_poly1305_encrypter_test.cc', |
'quic/crypto/channel_id_test.cc', |
'quic/crypto/common_cert_set_test.cc', |
'quic/crypto/crypto_framer_test.cc', |