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

Side by Side Diff: net/net.gypi

Issue 474383003: Initial P2P implementation for WebRTC on QUIC prototype Base URL: https://chromium.googlesource.com/chromium/src.git@tests-squashed
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | net/quic/quic_message_stream.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 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 'quic/quic_framer.cc', 899 'quic/quic_framer.cc',
900 'quic/quic_framer.h', 900 'quic/quic_framer.h',
901 'quic/quic_headers_stream.cc', 901 'quic/quic_headers_stream.cc',
902 'quic/quic_headers_stream.h', 902 'quic/quic_headers_stream.h',
903 'quic/quic_http_stream.cc', 903 'quic/quic_http_stream.cc',
904 'quic/quic_http_stream.h', 904 'quic/quic_http_stream.h',
905 'quic/quic_http_utils.cc', 905 'quic/quic_http_utils.cc',
906 'quic/quic_http_utils.h', 906 'quic/quic_http_utils.h',
907 'quic/quic_in_memory_cache.cc', 907 'quic/quic_in_memory_cache.cc',
908 'quic/quic_in_memory_cache.h', 908 'quic/quic_in_memory_cache.h',
909 'quic/quic_message_stream.cc',
910 'quic/quic_message_stream.h',
911 'quic/quic_p2p_client_session.cc',
912 'quic/quic_p2p_client_session.h',
913 'quic/quic_p2p_session.cc',
914 'quic/quic_p2p_session.h',
915 'quic/quic_p2p_session_factory.cc',
916 'quic/quic_p2p_session_factory.h',
917 'quic/quic_p2p_server_session.cc',
918 'quic/quic_p2p_server_session.h',
909 'quic/quic_packet_creator.cc', 919 'quic/quic_packet_creator.cc',
910 'quic/quic_packet_creator.h', 920 'quic/quic_packet_creator.h',
911 'quic/quic_packet_generator.cc', 921 'quic/quic_packet_generator.cc',
912 'quic/quic_packet_generator.h', 922 'quic/quic_packet_generator.h',
913 'quic/quic_packet_writer.h', 923 'quic/quic_packet_writer.h',
914 'quic/quic_per_connection_packet_writer.cc', 924 'quic/quic_per_connection_packet_writer.cc',
915 'quic/quic_per_connection_packet_writer.h', 925 'quic/quic_per_connection_packet_writer.h',
916 'quic/quic_protocol.cc', 926 'quic/quic_protocol.cc',
917 'quic/quic_protocol.h', 927 'quic/quic_protocol.h',
918 'quic/quic_received_packet_manager.cc', 928 'quic/quic_received_packet_manager.cc',
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
1742 'websockets/websocket_inflater_test.cc', 1752 'websockets/websocket_inflater_test.cc',
1743 'websockets/websocket_job_test.cc', 1753 'websockets/websocket_job_test.cc',
1744 'websockets/websocket_net_log_params_test.cc', 1754 'websockets/websocket_net_log_params_test.cc',
1745 'websockets/websocket_stream_test.cc', 1755 'websockets/websocket_stream_test.cc',
1746 'websockets/websocket_test_util.cc', 1756 'websockets/websocket_test_util.cc',
1747 'websockets/websocket_test_util.h', 1757 'websockets/websocket_test_util.h',
1748 'websockets/websocket_throttle_test.cc', 1758 'websockets/websocket_throttle_test.cc',
1749 ], 1759 ],
1750 } 1760 }
1751 } 1761 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/quic_message_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698