| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index dc19b1308d12658817d1dbc4cc4664a78c2ef781..fdfe0b690788fc7fd8e6c528594a0a632609fa3a 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -163,8 +163,6 @@ if (!is_nacl) {
|
| "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",
|
| @@ -195,8 +193,6 @@ if (!is_nacl) {
|
| "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",
|
|
|