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

Unified Diff: net/net.gypi

Issue 1916463002: Rename _openssl files in net/quic/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge in headers. 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/quic/crypto/aead_base_decrypter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 688d2b62ce3e818ec70ba73cd347de5439f68e41..80a8878ee962091bff017a6e38278bc0a38ad8f3 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -248,23 +248,22 @@
'quic/congestion_control/tcp_cubic_sender_base.h',
'quic/congestion_control/tcp_cubic_sender_packets.cc',
'quic/congestion_control/tcp_cubic_sender_packets.h',
+ 'quic/crypto/aead_base_decrypter.cc',
'quic/crypto/aead_base_decrypter.h',
- 'quic/crypto/aead_base_decrypter_openssl.cc',
+ 'quic/crypto/aead_base_encrypter.cc',
'quic/crypto/aead_base_encrypter.h',
- 'quic/crypto/aead_base_encrypter_openssl.cc',
+ 'quic/crypto/aes_128_gcm_12_decrypter.cc',
'quic/crypto/aes_128_gcm_12_decrypter.h',
- 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc',
+ 'quic/crypto/aes_128_gcm_12_encrypter.cc',
'quic/crypto/aes_128_gcm_12_encrypter.h',
- 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc',
+ 'quic/crypto/chacha20_poly1305_rfc7539_decrypter.cc',
'quic/crypto/chacha20_poly1305_rfc7539_decrypter.h',
- 'quic/crypto/chacha20_poly1305_rfc7539_decrypter_openssl.cc',
+ 'quic/crypto/chacha20_poly1305_rfc7539_encrypter.cc',
'quic/crypto/chacha20_poly1305_rfc7539_encrypter.h',
- 'quic/crypto/chacha20_poly1305_rfc7539_encrypter_openssl.cc',
'quic/crypto/channel_id.cc',
'quic/crypto/channel_id.h',
'quic/crypto/channel_id_chromium.cc',
'quic/crypto/channel_id_chromium.h',
- 'quic/crypto/channel_id_openssl.cc',
'quic/crypto/common_cert_set.cc',
'quic/crypto/common_cert_set.h',
'quic/crypto/crypto_framer.cc',
@@ -290,8 +289,8 @@
'quic/crypto/null_decrypter.h',
'quic/crypto/null_encrypter.cc',
'quic/crypto/null_encrypter.h',
+ 'quic/crypto/p256_key_exchange.cc',
'quic/crypto/p256_key_exchange.h',
- 'quic/crypto/p256_key_exchange_openssl.cc',
'quic/crypto/proof_source.cc',
'quic/crypto/proof_source.h',
'quic/crypto/proof_verifier.h',
@@ -983,8 +982,8 @@
'quic/bidirectional_stream_quic_impl.h',
'quic/crypto/cert_compressor.cc',
'quic/crypto/cert_compressor.h',
+ 'quic/crypto/proof_source_chromium.cc',
'quic/crypto/proof_source_chromium.h',
- 'quic/crypto/proof_source_chromium_openssl.cc',
'quic/crypto/quic_compressed_certs_cache.cc',
'quic/crypto/quic_compressed_certs_cache.h',
'quic/crypto/quic_crypto_client_config.cc',
@@ -1626,7 +1625,6 @@
'quic/test_tools/crypto_test_utils.cc',
'quic/test_tools/crypto_test_utils.h',
'quic/test_tools/crypto_test_utils_chromium.cc',
- 'quic/test_tools/crypto_test_utils_openssl.cc',
'quic/test_tools/delayed_verify_strike_register_client.cc',
'quic/test_tools/delayed_verify_strike_register_client.h',
'quic/test_tools/mock_clock.cc',
« no previous file with comments | « no previous file | net/quic/crypto/aead_base_decrypter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698