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 1589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1600 'test/embedded_test_server/embedded_test_server_unittest.cc', | 1600 'test/embedded_test_server/embedded_test_server_unittest.cc', |
1601 'test/embedded_test_server/http_request_unittest.cc', | 1601 'test/embedded_test_server/http_request_unittest.cc', |
1602 'test/embedded_test_server/http_response_unittest.cc', | 1602 'test/embedded_test_server/http_response_unittest.cc', |
1603 'test/python_utils_unittest.cc', | 1603 'test/python_utils_unittest.cc', |
1604 'test/run_all_unittests.cc', | 1604 'test/run_all_unittests.cc', |
1605 'test/scoped_disable_exit_on_dfatal.cc', | 1605 'test/scoped_disable_exit_on_dfatal.cc', |
1606 'test/scoped_disable_exit_on_dfatal.h', | 1606 'test/scoped_disable_exit_on_dfatal.h', |
1607 'test/scoped_mock_log.cc', | 1607 'test/scoped_mock_log.cc', |
1608 'test/scoped_mock_log.h', | 1608 'test/scoped_mock_log.h', |
1609 'test/test_certificate_data.h', | 1609 'test/test_certificate_data.h', |
| 1610 'tools/balsa/balsa_frame_test.cc', |
| 1611 'tools/balsa/balsa_headers_test.cc', |
1610 'tools/dump_cache/url_to_filename_encoder.cc', | 1612 'tools/dump_cache/url_to_filename_encoder.cc', |
1611 'tools/dump_cache/url_to_filename_encoder.h', | 1613 'tools/dump_cache/url_to_filename_encoder.h', |
1612 'tools/dump_cache/url_to_filename_encoder_unittest.cc', | 1614 'tools/dump_cache/url_to_filename_encoder_unittest.cc', |
1613 'tools/dump_cache/url_utilities.h', | 1615 'tools/dump_cache/url_utilities.h', |
1614 'tools/dump_cache/url_utilities.cc', | 1616 'tools/dump_cache/url_utilities.cc', |
1615 'tools/dump_cache/url_utilities_unittest.cc', | 1617 'tools/dump_cache/url_utilities_unittest.cc', |
1616 'tools/tld_cleanup/tld_cleanup_util_unittest.cc', | 1618 'tools/tld_cleanup/tld_cleanup_util_unittest.cc', |
1617 'udp/udp_socket_unittest.cc', | 1619 'udp/udp_socket_unittest.cc', |
1618 'url_request/url_fetcher_impl_unittest.cc', | 1620 'url_request/url_fetcher_impl_unittest.cc', |
1619 'url_request/url_fetcher_response_writer_unittest.cc', | 1621 'url_request/url_fetcher_response_writer_unittest.cc', |
(...skipping 26 matching lines...) Expand all Loading... |
1646 'websockets/websocket_inflater_test.cc', | 1648 'websockets/websocket_inflater_test.cc', |
1647 'websockets/websocket_job_test.cc', | 1649 'websockets/websocket_job_test.cc', |
1648 'websockets/websocket_net_log_params_test.cc', | 1650 'websockets/websocket_net_log_params_test.cc', |
1649 'websockets/websocket_stream_test.cc', | 1651 'websockets/websocket_stream_test.cc', |
1650 'websockets/websocket_test_util.cc', | 1652 'websockets/websocket_test_util.cc', |
1651 'websockets/websocket_test_util.h', | 1653 'websockets/websocket_test_util.h', |
1652 'websockets/websocket_throttle_test.cc', | 1654 'websockets/websocket_throttle_test.cc', |
1653 ], | 1655 ], |
1654 'net_linux_test_sources': [ | 1656 'net_linux_test_sources': [ |
1655 'quic/quic_end_to_end_unittest.cc', | 1657 'quic/quic_end_to_end_unittest.cc', |
1656 'tools/balsa/balsa_frame_test.cc', | |
1657 'tools/balsa/balsa_headers_test.cc', | |
1658 'tools/quic/end_to_end_test.cc', | 1658 'tools/quic/end_to_end_test.cc', |
1659 'tools/quic/quic_client_session_test.cc', | 1659 'tools/quic/quic_client_session_test.cc', |
1660 'tools/quic/quic_dispatcher_test.cc', | 1660 'tools/quic/quic_dispatcher_test.cc', |
1661 'tools/quic/quic_epoll_clock_test.cc', | 1661 'tools/quic/quic_epoll_clock_test.cc', |
1662 'tools/quic/quic_epoll_connection_helper_test.cc', | 1662 'tools/quic/quic_epoll_connection_helper_test.cc', |
1663 'tools/quic/quic_in_memory_cache_test.cc', | 1663 'tools/quic/quic_in_memory_cache_test.cc', |
1664 'tools/quic/quic_server_session_test.cc', | 1664 'tools/quic/quic_server_session_test.cc', |
1665 'tools/quic/quic_server_test.cc', | 1665 'tools/quic/quic_server_test.cc', |
1666 'tools/quic/quic_spdy_client_stream_test.cc', | 1666 'tools/quic/quic_spdy_client_stream_test.cc', |
1667 'tools/quic/quic_spdy_server_stream_test.cc', | 1667 'tools/quic/quic_spdy_server_stream_test.cc', |
(...skipping 18 matching lines...) Expand all Loading... |
1686 'tools/quic/test_tools/quic_test_client.h', | 1686 'tools/quic/test_tools/quic_test_client.h', |
1687 'tools/quic/test_tools/quic_test_utils.cc', | 1687 'tools/quic/test_tools/quic_test_utils.cc', |
1688 'tools/quic/test_tools/quic_test_utils.h', | 1688 'tools/quic/test_tools/quic_test_utils.h', |
1689 'tools/quic/test_tools/server_thread.h', | 1689 'tools/quic/test_tools/server_thread.h', |
1690 'tools/quic/test_tools/server_thread.cc', | 1690 'tools/quic/test_tools/server_thread.cc', |
1691 'tools/quic/test_tools/simple_client.h', | 1691 'tools/quic/test_tools/simple_client.h', |
1692 'tools/quic/test_tools/simple_client.cc', | 1692 'tools/quic/test_tools/simple_client.cc', |
1693 ], | 1693 ], |
1694 } | 1694 } |
1695 } | 1695 } |
OLD | NEW |