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 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1719 'websockets/websocket_deflate_stream_test.cc', | 1719 'websockets/websocket_deflate_stream_test.cc', |
1720 'websockets/websocket_deflater_test.cc', | 1720 'websockets/websocket_deflater_test.cc', |
1721 'websockets/websocket_end_to_end_test.cc', | 1721 'websockets/websocket_end_to_end_test.cc', |
1722 'websockets/websocket_errors_test.cc', | 1722 'websockets/websocket_errors_test.cc', |
1723 'websockets/websocket_extension_parser_test.cc', | 1723 'websockets/websocket_extension_parser_test.cc', |
1724 'websockets/websocket_frame_parser_test.cc', | 1724 'websockets/websocket_frame_parser_test.cc', |
1725 'websockets/websocket_frame_test.cc', | 1725 'websockets/websocket_frame_test.cc', |
1726 'websockets/websocket_handshake_challenge_test.cc', | 1726 'websockets/websocket_handshake_challenge_test.cc', |
1727 'websockets/websocket_handshake_stream_create_helper_test.cc', | 1727 'websockets/websocket_handshake_stream_create_helper_test.cc', |
1728 'websockets/websocket_inflater_test.cc', | 1728 'websockets/websocket_inflater_test.cc', |
| 1729 'websockets/websocket_stream_cookie_test.cc', |
1729 'websockets/websocket_stream_test.cc', | 1730 'websockets/websocket_stream_test.cc', |
| 1731 'websockets/websocket_stream_test_util.cc', |
| 1732 'websockets/websocket_stream_test_util.h', |
1730 'websockets/websocket_test_util.cc', | 1733 'websockets/websocket_test_util.cc', |
1731 'websockets/websocket_test_util.h', | 1734 'websockets/websocket_test_util.h', |
1732 ], | 1735 ], |
1733 'net_linux_test_sources': [ | 1736 'net_linux_test_sources': [ |
1734 'quic/quic_end_to_end_unittest.cc', | 1737 'quic/quic_end_to_end_unittest.cc', |
1735 'tools/quic/end_to_end_test.cc', | 1738 'tools/quic/end_to_end_test.cc', |
1736 'tools/quic/quic_client_session_test.cc', | 1739 'tools/quic/quic_client_session_test.cc', |
1737 'tools/quic/quic_client_test.cc', | 1740 'tools/quic/quic_client_test.cc', |
1738 'tools/quic/quic_dispatcher_test.cc', | 1741 'tools/quic/quic_dispatcher_test.cc', |
1739 'tools/quic/quic_epoll_clock_test.cc', | 1742 'tools/quic/quic_epoll_clock_test.cc', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1771 ], | 1774 ], |
1772 'net_base_mac_ios_sources': [ | 1775 'net_base_mac_ios_sources': [ |
1773 'base/mac/url_conversions.h', | 1776 'base/mac/url_conversions.h', |
1774 'base/mac/url_conversions.mm', | 1777 'base/mac/url_conversions.mm', |
1775 ], | 1778 ], |
1776 'net_base_test_mac_ios_sources': [ | 1779 'net_base_test_mac_ios_sources': [ |
1777 'base/mac/url_conversions_unittest.mm', | 1780 'base/mac/url_conversions_unittest.mm', |
1778 ], | 1781 ], |
1779 } | 1782 } |
1780 } | 1783 } |
OLD | NEW |