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

Side by Side 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, 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 | « net/http/http_network_session.cc ('k') | net/quic/crypto/channel_id_chromium.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 'quic/crypto/cert_compressor.cc', 767 'quic/crypto/cert_compressor.cc',
768 'quic/crypto/cert_compressor.h', 768 'quic/crypto/cert_compressor.h',
769 'quic/crypto/chacha20_poly1305_decrypter.h', 769 'quic/crypto/chacha20_poly1305_decrypter.h',
770 'quic/crypto/chacha20_poly1305_decrypter_nss.cc', 770 'quic/crypto/chacha20_poly1305_decrypter_nss.cc',
771 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', 771 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc',
772 'quic/crypto/chacha20_poly1305_encrypter.h', 772 'quic/crypto/chacha20_poly1305_encrypter.h',
773 'quic/crypto/chacha20_poly1305_encrypter_nss.cc', 773 'quic/crypto/chacha20_poly1305_encrypter_nss.cc',
774 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', 774 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc',
775 'quic/crypto/channel_id.cc', 775 'quic/crypto/channel_id.cc',
776 'quic/crypto/channel_id.h', 776 'quic/crypto/channel_id.h',
777 'quic/crypto/channel_id_chromium.cc',
778 'quic/crypto/channel_id_chromium.h',
777 'quic/crypto/channel_id_nss.cc', 779 'quic/crypto/channel_id_nss.cc',
778 'quic/crypto/channel_id_openssl.cc', 780 'quic/crypto/channel_id_openssl.cc',
779 'quic/crypto/common_cert_set.cc', 781 'quic/crypto/common_cert_set.cc',
780 'quic/crypto/common_cert_set.h', 782 'quic/crypto/common_cert_set.h',
781 'quic/crypto/crypto_framer.cc', 783 'quic/crypto/crypto_framer.cc',
782 'quic/crypto/crypto_framer.h', 784 'quic/crypto/crypto_framer.h',
783 'quic/crypto/crypto_handshake.cc', 785 'quic/crypto/crypto_handshake.cc',
784 'quic/crypto/crypto_handshake.h', 786 'quic/crypto/crypto_handshake.h',
785 'quic/crypto/crypto_handshake_message.cc', 787 'quic/crypto/crypto_handshake_message.cc',
786 'quic/crypto/crypto_handshake_message.h', 788 'quic/crypto/crypto_handshake_message.h',
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 'tools/quic/test_tools/quic_test_client.h', 1712 'tools/quic/test_tools/quic_test_client.h',
1711 'tools/quic/test_tools/quic_test_utils.cc', 1713 'tools/quic/test_tools/quic_test_utils.cc',
1712 'tools/quic/test_tools/quic_test_utils.h', 1714 'tools/quic/test_tools/quic_test_utils.h',
1713 'tools/quic/test_tools/server_thread.h', 1715 'tools/quic/test_tools/server_thread.h',
1714 'tools/quic/test_tools/server_thread.cc', 1716 'tools/quic/test_tools/server_thread.cc',
1715 'tools/quic/test_tools/simple_client.h', 1717 'tools/quic/test_tools/simple_client.h',
1716 'tools/quic/test_tools/simple_client.cc', 1718 'tools/quic/test_tools/simple_client.cc',
1717 ], 1719 ],
1718 } 1720 }
1719 } 1721 }
OLDNEW
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/quic/crypto/channel_id_chromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698