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

Side by Side Diff: net/net.gyp

Issue 20898003: Revert 213862 "net: make QUIC ProofVerifier more generic." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1578/src/
Patch Set: Created 7 years, 5 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_handshake.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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 'quic/crypto/null_decrypter.cc', 755 'quic/crypto/null_decrypter.cc',
756 'quic/crypto/null_decrypter.h', 756 'quic/crypto/null_decrypter.h',
757 'quic/crypto/null_encrypter.cc', 757 'quic/crypto/null_encrypter.cc',
758 'quic/crypto/null_encrypter.h', 758 'quic/crypto/null_encrypter.h',
759 'quic/crypto/p256_key_exchange.h', 759 'quic/crypto/p256_key_exchange.h',
760 'quic/crypto/p256_key_exchange_nss.cc', 760 'quic/crypto/p256_key_exchange_nss.cc',
761 'quic/crypto/p256_key_exchange_openssl.cc', 761 'quic/crypto/p256_key_exchange_openssl.cc',
762 'quic/crypto/proof_source.h', 762 'quic/crypto/proof_source.h',
763 'quic/crypto/proof_source_chromium.cc', 763 'quic/crypto/proof_source_chromium.cc',
764 'quic/crypto/proof_source_chromium.h', 764 'quic/crypto/proof_source_chromium.h',
765 'quic/crypto/proof_verifier.cc',
766 'quic/crypto/proof_verifier_chromium.cc', 765 'quic/crypto/proof_verifier_chromium.cc',
767 'quic/crypto/proof_verifier_chromium.h', 766 'quic/crypto/proof_verifier_chromium.h',
768 'quic/crypto/quic_decrypter.cc', 767 'quic/crypto/quic_decrypter.cc',
769 'quic/crypto/quic_decrypter.h', 768 'quic/crypto/quic_decrypter.h',
770 'quic/crypto/quic_encrypter.cc', 769 'quic/crypto/quic_encrypter.cc',
771 'quic/crypto/quic_encrypter.h', 770 'quic/crypto/quic_encrypter.h',
772 'quic/crypto/quic_random.cc', 771 'quic/crypto/quic_random.cc',
773 'quic/crypto/quic_random.h', 772 'quic/crypto/quic_random.h',
774 'quic/crypto/scoped_evp_cipher_ctx.cc', 773 'quic/crypto/scoped_evp_cipher_ctx.cc',
775 'quic/crypto/scoped_evp_cipher_ctx.h', 774 'quic/crypto/scoped_evp_cipher_ctx.h',
(...skipping 2109 matching lines...) Expand 10 before | Expand all | Expand 10 after
2885 'net_unittests.isolate', 2884 'net_unittests.isolate',
2886 ], 2885 ],
2887 'sources': [ 2886 'sources': [
2888 'net_unittests.isolate', 2887 'net_unittests.isolate',
2889 ], 2888 ],
2890 }, 2889 },
2891 ], 2890 ],
2892 }], 2891 }],
2893 ], 2892 ],
2894 } 2893 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/crypto/crypto_handshake.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698