| Index: net/net_common.gypi
|
| diff --git a/net/net_common.gypi b/net/net_common.gypi
|
| index c09336e1b9508d62247e000672eb0a1c31e65dcc..f5e56c4f4c93a2740aea2f52472d2217dc066165 100644
|
| --- a/net/net_common.gypi
|
| +++ b/net/net_common.gypi
|
| @@ -119,8 +119,6 @@
|
| '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/chacha20_poly1305_rfc7539_decrypter_nss.cc',
|
| 'quic/crypto/chacha20_poly1305_rfc7539_encrypter_nss.cc',
|
| 'quic/crypto/channel_id_nss.cc',
|
| @@ -159,8 +157,6 @@
|
| '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/chacha20_poly1305_rfc7539_decrypter_openssl.cc',
|
| 'quic/crypto/chacha20_poly1305_rfc7539_encrypter_openssl.cc',
|
| 'quic/crypto/channel_id_openssl.cc',
|
|
|