OLD | NEW |
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 1796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1807 'tools/quic/quic_epoll_connection_helper_test.cc', | 1807 'tools/quic/quic_epoll_connection_helper_test.cc', |
1808 'tools/quic/quic_in_memory_cache_test.cc', | 1808 'tools/quic/quic_in_memory_cache_test.cc', |
1809 'tools/quic/quic_server_session_test.cc', | 1809 'tools/quic/quic_server_session_test.cc', |
1810 'tools/quic/quic_server_test.cc', | 1810 'tools/quic/quic_server_test.cc', |
1811 'tools/quic/quic_simple_server_test.cc', | 1811 'tools/quic/quic_simple_server_test.cc', |
1812 'tools/quic/quic_spdy_client_stream_test.cc', | 1812 'tools/quic/quic_spdy_client_stream_test.cc', |
1813 'tools/quic/quic_spdy_server_stream_test.cc', | 1813 'tools/quic/quic_spdy_server_stream_test.cc', |
1814 'tools/quic/quic_time_wait_list_manager_test.cc', | 1814 'tools/quic/quic_time_wait_list_manager_test.cc', |
1815 'tools/quic/test_tools/http_message.cc', | 1815 'tools/quic/test_tools/http_message.cc', |
1816 'tools/quic/test_tools/http_message.h', | 1816 'tools/quic/test_tools/http_message.h', |
| 1817 'tools/quic/test_tools/limited_mtu_test_writer.cc', |
| 1818 'tools/quic/test_tools/limited_mtu_test_writer.h', |
1817 'tools/quic/test_tools/mock_epoll_server.cc', | 1819 'tools/quic/test_tools/mock_epoll_server.cc', |
1818 'tools/quic/test_tools/mock_epoll_server.h', | 1820 'tools/quic/test_tools/mock_epoll_server.h', |
1819 'tools/quic/test_tools/mock_quic_dispatcher.cc', | 1821 'tools/quic/test_tools/mock_quic_dispatcher.cc', |
1820 'tools/quic/test_tools/mock_quic_dispatcher.h', | 1822 'tools/quic/test_tools/mock_quic_dispatcher.h', |
1821 'tools/quic/test_tools/packet_dropping_test_writer.cc', | 1823 'tools/quic/test_tools/packet_dropping_test_writer.cc', |
1822 'tools/quic/test_tools/packet_dropping_test_writer.h', | 1824 'tools/quic/test_tools/packet_dropping_test_writer.h', |
1823 'tools/quic/test_tools/quic_client_peer.cc', | 1825 'tools/quic/test_tools/quic_client_peer.cc', |
1824 'tools/quic/test_tools/quic_client_peer.h', | 1826 'tools/quic/test_tools/quic_client_peer.h', |
1825 'tools/quic/test_tools/quic_dispatcher_peer.cc', | 1827 'tools/quic/test_tools/quic_dispatcher_peer.cc', |
1826 'tools/quic/test_tools/quic_dispatcher_peer.h', | 1828 'tools/quic/test_tools/quic_dispatcher_peer.h', |
(...skipping 22 matching lines...) Expand all Loading... |
1849 'README.md', | 1851 'README.md', |
1850 'docs/bug-triage.md', | 1852 'docs/bug-triage.md', |
1851 'docs/bug-triage-labels.md', | 1853 'docs/bug-triage-labels.md', |
1852 'docs/bug-triage-suggested-workflow.md', | 1854 'docs/bug-triage-suggested-workflow.md', |
1853 'docs/life-of-a-url-request.md', | 1855 'docs/life-of-a-url-request.md', |
1854 'sdch/README.md', | 1856 'sdch/README.md', |
1855 ], | 1857 ], |
1856 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1858 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1857 } | 1859 } |
1858 } | 1860 } |
OLD | NEW |