Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: net/BUILD.gn

Issue 1854273002: Remove the non-RFC 7539 variants of ChaCha20Poly1305 crypters in QUIC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/net.gypi » ('j') | net/quic/crypto/crypto_protocol.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index dc19b1308d12658817d1dbc4cc4664a78c2ef781..e45ffa6241723485ce9640e353a9ab333cc6f0e6 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",
davidben 2016/04/04 20:22:39 Similar change in net_common.gypi?
Ryan Hamilton 2016/04/04 20:34:12 Done!
"quic/crypto/chacha20_poly1305_rfc7539_decrypter_nss.cc",
"quic/crypto/chacha20_poly1305_rfc7539_encrypter_nss.cc",
"quic/crypto/channel_id_nss.cc",
« no previous file with comments | « no previous file | net/net.gypi » ('j') | net/quic/crypto/crypto_protocol.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698