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

Side by Side Diff: net/net.gypi

Issue 1036023002: Move remaining QUIC server files from net/quic/ to net/tools/quic/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: correctly fix cronet Created 5 years, 9 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 | « net/net.gyp ('k') | net/quic/quic_per_connection_packet_writer.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 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after
1517 'quic/quic_http_utils_test.cc', 1517 'quic/quic_http_utils_test.cc',
1518 'quic/quic_network_transaction_unittest.cc', 1518 'quic/quic_network_transaction_unittest.cc',
1519 'quic/quic_packet_creator_test.cc', 1519 'quic/quic_packet_creator_test.cc',
1520 'quic/quic_packet_generator_test.cc', 1520 'quic/quic_packet_generator_test.cc',
1521 'quic/quic_protocol_test.cc', 1521 'quic/quic_protocol_test.cc',
1522 'quic/quic_received_packet_manager_test.cc', 1522 'quic/quic_received_packet_manager_test.cc',
1523 'quic/quic_reliable_client_stream_test.cc', 1523 'quic/quic_reliable_client_stream_test.cc',
1524 'quic/quic_sent_entropy_manager_test.cc', 1524 'quic/quic_sent_entropy_manager_test.cc',
1525 'quic/quic_sent_packet_manager_test.cc', 1525 'quic/quic_sent_packet_manager_test.cc',
1526 'quic/quic_server_id_test.cc', 1526 'quic/quic_server_id_test.cc',
1527 'quic/quic_server_test.cc',
1528 'quic/quic_session_test.cc', 1527 'quic/quic_session_test.cc',
1529 'quic/quic_socket_address_coder_test.cc', 1528 'quic/quic_socket_address_coder_test.cc',
1530 'quic/quic_stream_factory_test.cc', 1529 'quic/quic_stream_factory_test.cc',
1531 'quic/quic_stream_sequencer_test.cc', 1530 'quic/quic_stream_sequencer_test.cc',
1532 'quic/quic_sustained_bandwidth_recorder_test.cc', 1531 'quic/quic_sustained_bandwidth_recorder_test.cc',
1533 'quic/quic_time_test.cc', 1532 'quic/quic_time_test.cc',
1534 'quic/quic_unacked_packet_map_test.cc', 1533 'quic/quic_unacked_packet_map_test.cc',
1535 'quic/quic_utils_chromium_test.cc', 1534 'quic/quic_utils_chromium_test.cc',
1536 'quic/quic_utils_test.cc', 1535 'quic/quic_utils_test.cc',
1537 'quic/quic_write_blocked_list_test.cc', 1536 'quic/quic_write_blocked_list_test.cc',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1740 'quic/quic_end_to_end_unittest.cc', 1739 'quic/quic_end_to_end_unittest.cc',
1741 'tools/quic/end_to_end_test.cc', 1740 'tools/quic/end_to_end_test.cc',
1742 'tools/quic/quic_client_session_test.cc', 1741 'tools/quic/quic_client_session_test.cc',
1743 'tools/quic/quic_client_test.cc', 1742 'tools/quic/quic_client_test.cc',
1744 'tools/quic/quic_dispatcher_test.cc', 1743 'tools/quic/quic_dispatcher_test.cc',
1745 'tools/quic/quic_epoll_clock_test.cc', 1744 'tools/quic/quic_epoll_clock_test.cc',
1746 'tools/quic/quic_epoll_connection_helper_test.cc', 1745 'tools/quic/quic_epoll_connection_helper_test.cc',
1747 'tools/quic/quic_in_memory_cache_test.cc', 1746 'tools/quic/quic_in_memory_cache_test.cc',
1748 'tools/quic/quic_server_session_test.cc', 1747 'tools/quic/quic_server_session_test.cc',
1749 'tools/quic/quic_server_test.cc', 1748 'tools/quic/quic_server_test.cc',
1749 'tools/quic/quic_simple_server_test.cc',
1750 'tools/quic/quic_spdy_client_stream_test.cc', 1750 'tools/quic/quic_spdy_client_stream_test.cc',
1751 'tools/quic/quic_spdy_server_stream_test.cc', 1751 'tools/quic/quic_spdy_server_stream_test.cc',
1752 'tools/quic/quic_time_wait_list_manager_test.cc', 1752 'tools/quic/quic_time_wait_list_manager_test.cc',
1753 'tools/quic/test_tools/http_message.cc', 1753 'tools/quic/test_tools/http_message.cc',
1754 'tools/quic/test_tools/http_message.h', 1754 'tools/quic/test_tools/http_message.h',
1755 'tools/quic/test_tools/mock_epoll_server.cc', 1755 'tools/quic/test_tools/mock_epoll_server.cc',
1756 'tools/quic/test_tools/mock_epoll_server.h', 1756 'tools/quic/test_tools/mock_epoll_server.h',
1757 'tools/quic/test_tools/mock_quic_dispatcher.cc', 1757 'tools/quic/test_tools/mock_quic_dispatcher.cc',
1758 'tools/quic/test_tools/mock_quic_dispatcher.h', 1758 'tools/quic/test_tools/mock_quic_dispatcher.h',
1759 'tools/quic/test_tools/packet_dropping_test_writer.cc', 1759 'tools/quic/test_tools/packet_dropping_test_writer.cc',
(...skipping 23 matching lines...) Expand all
1783 'base/mac/url_conversions_unittest.mm', 1783 'base/mac/url_conversions_unittest.mm',
1784 ], 1784 ],
1785 'net_docs_script': 'tools/net_docs/net_docs.py', 1785 'net_docs_script': 'tools/net_docs/net_docs.py',
1786 'net_docs_sources': [ 1786 'net_docs_sources': [
1787 'README.md', 1787 'README.md',
1788 'sdch/README.md', 1788 'sdch/README.md',
1789 ], 1789 ],
1790 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1790 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1791 } 1791 }
1792 } 1792 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/quic/quic_per_connection_packet_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698