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

Unified Diff: net/net.gypi

Issue 1309813003: Implement an openssl version of a QUIC ProofSource. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More iOS fix Created 5 years, 3 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 | « net/data/ssl/certificates/quic_test.example.com.key.pkcs8 ('k') | net/net_common.gypi » ('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 c4768d055274680483437f5b9dfe1a36158196e4..3f21d89f0c2c569db437bf0dc5b94b03042eff9a 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -264,8 +264,8 @@
'quic/crypto/p256_key_exchange.h',
'quic/crypto/p256_key_exchange_openssl.cc',
'quic/crypto/proof_source.h',
- 'quic/crypto/proof_source_chromium.cc',
'quic/crypto/proof_source_chromium.h',
+ 'quic/crypto/proof_source_chromium_openssl.cc',
'quic/crypto/proof_verifier.h',
'quic/crypto/proof_verifier_chromium.cc',
'quic/crypto/proof_verifier_chromium.h',
@@ -978,6 +978,7 @@
'quic/crypto/chacha20_poly1305_encrypter_nss.cc',
'quic/crypto/channel_id_nss.cc',
'quic/crypto/p256_key_exchange_nss.cc',
+ 'quic/crypto/proof_source_chromium_nss.cc',
'quic/quic_chromium_client_session.cc',
'quic/quic_chromium_client_session.h',
'quic/quic_client_session_base.cc',
« no previous file with comments | « net/data/ssl/certificates/quic_test.example.com.key.pkcs8 ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698