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

Side by Side Diff: net/net.gyp

Issue 14816006: Land Recent QUIC changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing NET_PRIVATE_EXPORT to QuicWallTime Created 7 years, 7 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/congestion_control/fix_rate_sender.cc » ('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 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 'quic/crypto/crypto_handshake.h', 722 'quic/crypto/crypto_handshake.h',
723 'quic/crypto/crypto_protocol.h', 723 'quic/crypto/crypto_protocol.h',
724 'quic/crypto/crypto_server_config.cc', 724 'quic/crypto/crypto_server_config.cc',
725 'quic/crypto/crypto_server_config.h', 725 'quic/crypto/crypto_server_config.h',
726 'quic/crypto/crypto_server_config_protobuf.cc', 726 'quic/crypto/crypto_server_config_protobuf.cc',
727 'quic/crypto/crypto_server_config_protobuf.h', 727 'quic/crypto/crypto_server_config_protobuf.h',
728 'quic/crypto/crypto_utils.cc', 728 'quic/crypto/crypto_utils.cc',
729 'quic/crypto/crypto_utils.h', 729 'quic/crypto/crypto_utils.h',
730 'quic/crypto/curve25519_key_exchange.cc', 730 'quic/crypto/curve25519_key_exchange.cc',
731 'quic/crypto/curve25519_key_exchange.h', 731 'quic/crypto/curve25519_key_exchange.h',
732 'quic/crypto/ephemeral_key_source.h',
732 'quic/crypto/key_exchange.h', 733 'quic/crypto/key_exchange.h',
733 'quic/crypto/null_decrypter.cc', 734 'quic/crypto/null_decrypter.cc',
734 'quic/crypto/null_decrypter.h', 735 'quic/crypto/null_decrypter.h',
735 'quic/crypto/null_encrypter.cc', 736 'quic/crypto/null_encrypter.cc',
736 'quic/crypto/null_encrypter.h', 737 'quic/crypto/null_encrypter.h',
737 'quic/crypto/p256_key_exchange.h', 738 'quic/crypto/p256_key_exchange.h',
738 'quic/crypto/p256_key_exchange_nss.cc', 739 'quic/crypto/p256_key_exchange_nss.cc',
739 'quic/crypto/p256_key_exchange_openssl.cc', 740 'quic/crypto/p256_key_exchange_openssl.cc',
740 'quic/crypto/proof_source.h', 741 'quic/crypto/proof_source.h',
741 'quic/crypto/quic_decrypter.cc', 742 'quic/crypto/quic_decrypter.cc',
(...skipping 1930 matching lines...) Expand 10 before | Expand all | Expand 10 after
2672 'quic/test_tools/reliable_quic_stream_peer.h', 2673 'quic/test_tools/reliable_quic_stream_peer.h',
2673 'tools/flip_server/simple_buffer.cc', 2674 'tools/flip_server/simple_buffer.cc',
2674 'tools/flip_server/simple_buffer.h', 2675 'tools/flip_server/simple_buffer.h',
2675 'tools/quic/end_to_end_test.cc', 2676 'tools/quic/end_to_end_test.cc',
2676 'tools/quic/quic_client_session_test.cc', 2677 'tools/quic/quic_client_session_test.cc',
2677 'tools/quic/quic_dispatcher_test.cc', 2678 'tools/quic/quic_dispatcher_test.cc',
2678 'tools/quic/quic_epoll_clock_test.cc', 2679 'tools/quic/quic_epoll_clock_test.cc',
2679 'tools/quic/quic_epoll_connection_helper_test.cc', 2680 'tools/quic/quic_epoll_connection_helper_test.cc',
2680 'tools/quic/quic_reliable_client_stream_test.cc', 2681 'tools/quic/quic_reliable_client_stream_test.cc',
2681 'tools/quic/quic_reliable_server_stream_test.cc', 2682 'tools/quic/quic_reliable_server_stream_test.cc',
2683 'tools/quic/quic_spdy_server_stream_test.cc',
2682 'tools/quic/test_tools/http_message_test_utils.cc', 2684 'tools/quic/test_tools/http_message_test_utils.cc',
2683 'tools/quic/test_tools/http_message_test_utils.h', 2685 'tools/quic/test_tools/http_message_test_utils.h',
2684 'tools/quic/test_tools/mock_epoll_server.cc', 2686 'tools/quic/test_tools/mock_epoll_server.cc',
2685 'tools/quic/test_tools/mock_epoll_server.h', 2687 'tools/quic/test_tools/mock_epoll_server.h',
2686 'tools/quic/test_tools/quic_test_client.cc', 2688 'tools/quic/test_tools/quic_test_client.cc',
2687 'tools/quic/test_tools/quic_test_client.h', 2689 'tools/quic/test_tools/quic_test_client.h',
2688 'tools/quic/test_tools/quic_test_utils.cc', 2690 'tools/quic/test_tools/quic_test_utils.cc',
2689 'tools/quic/test_tools/quic_test_utils.h', 2691 'tools/quic/test_tools/quic_test_utils.h',
2690 'tools/quic/test_tools/run_all_unittests.cc', 2692 'tools/quic/test_tools/run_all_unittests.cc',
2691 ], 2693 ],
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
2868 '--result', '<@(_outputs)', 2870 '--result', '<@(_outputs)',
2869 '--isolate', 'net_unittests.isolate', 2871 '--isolate', 'net_unittests.isolate',
2870 ], 2872 ],
2871 }, 2873 },
2872 ], 2874 ],
2873 }, 2875 },
2874 ], 2876 ],
2875 }], 2877 }],
2876 ], 2878 ],
2877 } 2879 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/congestion_control/fix_rate_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698