| 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',
|
|
|