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 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1713 'websockets/websocket_deflate_stream_test.cc', | 1713 'websockets/websocket_deflate_stream_test.cc', |
1714 'websockets/websocket_deflater_test.cc', | 1714 'websockets/websocket_deflater_test.cc', |
1715 'websockets/websocket_end_to_end_test.cc', | 1715 'websockets/websocket_end_to_end_test.cc', |
1716 'websockets/websocket_errors_test.cc', | 1716 'websockets/websocket_errors_test.cc', |
1717 'websockets/websocket_extension_parser_test.cc', | 1717 'websockets/websocket_extension_parser_test.cc', |
1718 'websockets/websocket_frame_parser_test.cc', | 1718 'websockets/websocket_frame_parser_test.cc', |
1719 'websockets/websocket_frame_test.cc', | 1719 'websockets/websocket_frame_test.cc', |
1720 'websockets/websocket_handshake_challenge_test.cc', | 1720 'websockets/websocket_handshake_challenge_test.cc', |
1721 'websockets/websocket_handshake_stream_create_helper_test.cc', | 1721 'websockets/websocket_handshake_stream_create_helper_test.cc', |
1722 'websockets/websocket_inflater_test.cc', | 1722 'websockets/websocket_inflater_test.cc', |
| 1723 'websockets/websocket_stream_cookie_test.cc', |
| 1724 'websockets/websocket_stream_create_test_base.cc', |
| 1725 'websockets/websocket_stream_create_test_base.h', |
1723 'websockets/websocket_stream_test.cc', | 1726 'websockets/websocket_stream_test.cc', |
1724 'websockets/websocket_test_util.cc', | 1727 'websockets/websocket_test_util.cc', |
1725 'websockets/websocket_test_util.h', | 1728 'websockets/websocket_test_util.h', |
1726 ], | 1729 ], |
1727 'net_linux_test_sources': [ | 1730 'net_linux_test_sources': [ |
1728 'quic/quic_end_to_end_unittest.cc', | 1731 'quic/quic_end_to_end_unittest.cc', |
1729 'tools/quic/end_to_end_test.cc', | 1732 'tools/quic/end_to_end_test.cc', |
1730 'tools/quic/quic_client_session_test.cc', | 1733 'tools/quic/quic_client_session_test.cc', |
1731 'tools/quic/quic_client_test.cc', | 1734 'tools/quic/quic_client_test.cc', |
1732 'tools/quic/quic_dispatcher_test.cc', | 1735 'tools/quic/quic_dispatcher_test.cc', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1765 ], | 1768 ], |
1766 'net_base_mac_ios_sources': [ | 1769 'net_base_mac_ios_sources': [ |
1767 'base/mac/url_conversions.h', | 1770 'base/mac/url_conversions.h', |
1768 'base/mac/url_conversions.mm', | 1771 'base/mac/url_conversions.mm', |
1769 ], | 1772 ], |
1770 'net_base_test_mac_ios_sources': [ | 1773 'net_base_test_mac_ios_sources': [ |
1771 'base/mac/url_conversions_unittest.mm', | 1774 'base/mac/url_conversions_unittest.mm', |
1772 ], | 1775 ], |
1773 } | 1776 } |
1774 } | 1777 } |
OLD | NEW |