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

Side by Side Diff: net/net.gyp

Issue 147763009: Add the client address to the Public Reset packet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove crypto_handshake_message.* from the CL; they were committed separately Created 6 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | net/quic/crypto/crypto_framer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 'quic/crypto/channel_id.cc', 791 'quic/crypto/channel_id.cc',
792 'quic/crypto/channel_id.h', 792 'quic/crypto/channel_id.h',
793 'quic/crypto/channel_id_nss.cc', 793 'quic/crypto/channel_id_nss.cc',
794 'quic/crypto/channel_id_openssl.cc', 794 'quic/crypto/channel_id_openssl.cc',
795 'quic/crypto/common_cert_set.cc', 795 'quic/crypto/common_cert_set.cc',
796 'quic/crypto/common_cert_set.h', 796 'quic/crypto/common_cert_set.h',
797 'quic/crypto/crypto_framer.cc', 797 'quic/crypto/crypto_framer.cc',
798 'quic/crypto/crypto_framer.h', 798 'quic/crypto/crypto_framer.h',
799 'quic/crypto/crypto_handshake.cc', 799 'quic/crypto/crypto_handshake.cc',
800 'quic/crypto/crypto_handshake.h', 800 'quic/crypto/crypto_handshake.h',
801 'quic/crypto/crypto_handshake_message.cc',
802 'quic/crypto/crypto_handshake_message.h',
801 'quic/crypto/crypto_protocol.h', 803 'quic/crypto/crypto_protocol.h',
802 'quic/crypto/crypto_secret_boxer.cc', 804 'quic/crypto/crypto_secret_boxer.cc',
803 'quic/crypto/crypto_secret_boxer.h', 805 'quic/crypto/crypto_secret_boxer.h',
804 'quic/crypto/crypto_server_config_protobuf.cc', 806 'quic/crypto/crypto_server_config_protobuf.cc',
805 'quic/crypto/crypto_server_config_protobuf.h', 807 'quic/crypto/crypto_server_config_protobuf.h',
806 'quic/crypto/crypto_utils.cc', 808 'quic/crypto/crypto_utils.cc',
807 'quic/crypto/crypto_utils.h', 809 'quic/crypto/crypto_utils.h',
808 'quic/crypto/curve25519_key_exchange.cc', 810 'quic/crypto/curve25519_key_exchange.cc',
809 'quic/crypto/curve25519_key_exchange.h', 811 'quic/crypto/curve25519_key_exchange.h',
810 'quic/crypto/ephemeral_key_source.h', 812 'quic/crypto/ephemeral_key_source.h',
(...skipping 2364 matching lines...) Expand 10 before | Expand all | Expand 10 after
3175 'net_unittests.isolate', 3177 'net_unittests.isolate',
3176 ], 3178 ],
3177 'sources': [ 3179 'sources': [
3178 'net_unittests.isolate', 3180 'net_unittests.isolate',
3179 ], 3181 ],
3180 }, 3182 },
3181 ], 3183 ],
3182 }], 3184 }],
3183 ], 3185 ],
3184 } 3186 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/crypto/crypto_framer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698