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

Side by Side Diff: net/net.gyp

Issue 20047002: net: make QUIC ProofVerifier more generic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Can't use a token called "ERROR" on Windows. 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') | net/quic/crypto/proof_test.cc » ('J')
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',
765 'quic/crypto/proof_verifier_chromium.cc', 766 'quic/crypto/proof_verifier_chromium.cc',
766 'quic/crypto/proof_verifier_chromium.h', 767 'quic/crypto/proof_verifier_chromium.h',
767 'quic/crypto/quic_decrypter.cc', 768 'quic/crypto/quic_decrypter.cc',
768 'quic/crypto/quic_decrypter.h', 769 'quic/crypto/quic_decrypter.h',
769 'quic/crypto/quic_encrypter.cc', 770 'quic/crypto/quic_encrypter.cc',
770 'quic/crypto/quic_encrypter.h', 771 'quic/crypto/quic_encrypter.h',
771 'quic/crypto/quic_random.cc', 772 'quic/crypto/quic_random.cc',
772 'quic/crypto/quic_random.h', 773 'quic/crypto/quic_random.h',
773 'quic/crypto/scoped_evp_cipher_ctx.cc', 774 'quic/crypto/scoped_evp_cipher_ctx.cc',
774 'quic/crypto/scoped_evp_cipher_ctx.h', 775 'quic/crypto/scoped_evp_cipher_ctx.h',
(...skipping 2106 matching lines...) Expand 10 before | Expand all | Expand 10 after
2881 'net_unittests.isolate', 2882 'net_unittests.isolate',
2882 ], 2883 ],
2883 'sources': [ 2884 'sources': [
2884 'net_unittests.isolate', 2885 'net_unittests.isolate',
2885 ], 2886 ],
2886 }, 2887 },
2887 ], 2888 ],
2888 }], 2889 }],
2889 ], 2890 ],
2890 } 2891 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/crypto/crypto_handshake.h » ('j') | net/quic/crypto/proof_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698