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

Side by Side Diff: net/net.gypi

Issue 309013006: Add quic_types.h and move the typedefs unrelated to the QUIC protocol (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/proof_test.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 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 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'quic/quic_session.cc', 907 'quic/quic_session.cc',
908 'quic/quic_session.h', 908 'quic/quic_session.h',
909 'quic/quic_socket_address_coder.cc', 909 'quic/quic_socket_address_coder.cc',
910 'quic/quic_socket_address_coder.h', 910 'quic/quic_socket_address_coder.h',
911 'quic/quic_stream_factory.cc', 911 'quic/quic_stream_factory.cc',
912 'quic/quic_stream_factory.h', 912 'quic/quic_stream_factory.h',
913 'quic/quic_stream_sequencer.cc', 913 'quic/quic_stream_sequencer.cc',
914 'quic/quic_stream_sequencer.h', 914 'quic/quic_stream_sequencer.h',
915 'quic/quic_time.cc', 915 'quic/quic_time.cc',
916 'quic/quic_time.h', 916 'quic/quic_time.h',
917 'quic/quic_types.cc',
918 'quic/quic_types.h',
917 'quic/quic_unacked_packet_map.cc', 919 'quic/quic_unacked_packet_map.cc',
918 'quic/quic_unacked_packet_map.h', 920 'quic/quic_unacked_packet_map.h',
919 'quic/quic_utils.cc', 921 'quic/quic_utils.cc',
920 'quic/quic_utils.h', 922 'quic/quic_utils.h',
921 'quic/quic_utils_chromium.h', 923 'quic/quic_utils_chromium.h',
922 'quic/quic_write_blocked_list.cc', 924 'quic/quic_write_blocked_list.cc',
923 'quic/quic_write_blocked_list.h', 925 'quic/quic_write_blocked_list.h',
924 'quic/reliable_quic_stream.cc', 926 'quic/reliable_quic_stream.cc',
925 'quic/reliable_quic_stream.h', 927 'quic/reliable_quic_stream.h',
926 'quic/spdy_utils.cc', 928 'quic/spdy_utils.cc',
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 'tools/quic/test_tools/quic_test_client.h', 1688 'tools/quic/test_tools/quic_test_client.h',
1687 'tools/quic/test_tools/quic_test_utils.cc', 1689 'tools/quic/test_tools/quic_test_utils.cc',
1688 'tools/quic/test_tools/quic_test_utils.h', 1690 'tools/quic/test_tools/quic_test_utils.h',
1689 'tools/quic/test_tools/server_thread.h', 1691 'tools/quic/test_tools/server_thread.h',
1690 'tools/quic/test_tools/server_thread.cc', 1692 'tools/quic/test_tools/server_thread.cc',
1691 'tools/quic/test_tools/simple_client.h', 1693 'tools/quic/test_tools/simple_client.h',
1692 'tools/quic/test_tools/simple_client.cc', 1694 'tools/quic/test_tools/simple_client.cc',
1693 ], 1695 ],
1694 } 1696 }
1695 } 1697 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/crypto/proof_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698