summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-05 07:23:13 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-05 07:23:13 +0000
commit79d13dcbd75ea30bdadc702248daaa334eec6ade (patch)
tree599a7fb24d87e20003b4dc8211058e81630f7317 /net/net.gyp
parent3c33b516363ec6fd34be1d5fd6282997d55281b0 (diff)
downloadchromium_src-79d13dcbd75ea30bdadc702248daaa334eec6ade.zip
chromium_src-79d13dcbd75ea30bdadc702248daaa334eec6ade.tar.gz
chromium_src-79d13dcbd75ea30bdadc702248daaa334eec6ade.tar.bz2
Add the client address to the Public Reset packet.
For future extensibility, encode the fields of QuicPublicResetPacket as a CryptoHandshakeMessage, which is essentially a QuicTagValueMap. Move the CryptoHandshakeMessage class to its own files. Move the QuicTagValueMap type from crypto_protocol.h to quic_protocol.h. Merge internal CL: 60963943 Note: net/quic/crypto/crypto_handshake_message.{cc,h} were added separately in https://codereview.chromium.org/154643006. R=rch@chromium.org,rtenneti@chromium.org BUG=none TEST=net_unittests Review URL: https://codereview.chromium.org/147763009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248898 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 3aac81c..3e0b823 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -798,6 +798,8 @@
'quic/crypto/crypto_framer.h',
'quic/crypto/crypto_handshake.cc',
'quic/crypto/crypto_handshake.h',
+ 'quic/crypto/crypto_handshake_message.cc',
+ 'quic/crypto/crypto_handshake_message.h',
'quic/crypto/crypto_protocol.h',
'quic/crypto/crypto_secret_boxer.cc',
'quic/crypto/crypto_secret_boxer.h',