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

Unified Diff: net/net.gypi

Issue 346323002: net: Implement ChannelIDSourceChromium, which is based on Chromium's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase Created 6 years, 6 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
Index: net/net.gypi
===================================================================
--- net/net.gypi (revision 279242)
+++ net/net.gypi (working copy)
@@ -773,6 +773,8 @@
'quic/crypto/chacha20_poly1305_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_nss.cc',
'quic/crypto/channel_id_openssl.cc',
'quic/crypto/common_cert_set.cc',

Powered by Google App Engine
This is Rietveld 408576698