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 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1580 'quic/test_tools/quic_stream_sequencer_peer.cc', | 1580 'quic/test_tools/quic_stream_sequencer_peer.cc', |
1581 'quic/test_tools/quic_stream_sequencer_peer.h', | 1581 'quic/test_tools/quic_stream_sequencer_peer.h', |
1582 'quic/test_tools/quic_sustained_bandwidth_recorder_peer.cc', | 1582 'quic/test_tools/quic_sustained_bandwidth_recorder_peer.cc', |
1583 'quic/test_tools/quic_sustained_bandwidth_recorder_peer.h', | 1583 'quic/test_tools/quic_sustained_bandwidth_recorder_peer.h', |
1584 'quic/test_tools/quic_test_packet_maker.cc', | 1584 'quic/test_tools/quic_test_packet_maker.cc', |
1585 'quic/test_tools/quic_test_packet_maker.h', | 1585 'quic/test_tools/quic_test_packet_maker.h', |
1586 'quic/test_tools/quic_test_utils.cc', | 1586 'quic/test_tools/quic_test_utils.cc', |
1587 'quic/test_tools/quic_test_utils.h', | 1587 'quic/test_tools/quic_test_utils.h', |
1588 'quic/test_tools/reliable_quic_stream_peer.cc', | 1588 'quic/test_tools/reliable_quic_stream_peer.cc', |
1589 'quic/test_tools/reliable_quic_stream_peer.h', | 1589 'quic/test_tools/reliable_quic_stream_peer.h', |
| 1590 'quic/test_tools/rtt_stats_peer.cc', |
| 1591 'quic/test_tools/rtt_stats_peer.h', |
1590 'quic/test_tools/simple_quic_framer.cc', | 1592 'quic/test_tools/simple_quic_framer.cc', |
1591 'quic/test_tools/simple_quic_framer.h', | 1593 'quic/test_tools/simple_quic_framer.h', |
1592 'quic/test_tools/test_task_runner.cc', | 1594 'quic/test_tools/test_task_runner.cc', |
1593 'quic/test_tools/test_task_runner.h', | 1595 'quic/test_tools/test_task_runner.h', |
1594 'sdch/sdch_owner_unittest.cc', | 1596 'sdch/sdch_owner_unittest.cc', |
1595 'server/http_connection_unittest.cc', | 1597 'server/http_connection_unittest.cc', |
1596 'server/http_server_response_info_unittest.cc', | 1598 'server/http_server_response_info_unittest.cc', |
1597 'server/http_server_unittest.cc', | 1599 'server/http_server_unittest.cc', |
1598 'server/web_socket_encoder_unittest.cc', | 1600 'server/web_socket_encoder_unittest.cc', |
1599 'socket/client_socket_pool_base_unittest.cc', | 1601 'socket/client_socket_pool_base_unittest.cc', |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1785 'base/mac/url_conversions_unittest.mm', | 1787 'base/mac/url_conversions_unittest.mm', |
1786 ], | 1788 ], |
1787 'net_docs_script': 'tools/net_docs/net_docs.py', | 1789 'net_docs_script': 'tools/net_docs/net_docs.py', |
1788 'net_docs_sources': [ | 1790 'net_docs_sources': [ |
1789 'README.md', | 1791 'README.md', |
1790 'sdch/README.md', | 1792 'sdch/README.md', |
1791 ], | 1793 ], |
1792 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1794 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1793 } | 1795 } |
1794 } | 1796 } |
OLD | NEW |