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 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1221 'websockets/websocket_extension.cc', | 1221 'websockets/websocket_extension.cc', |
1222 'websockets/websocket_extension.h', | 1222 'websockets/websocket_extension.h', |
1223 'websockets/websocket_extension_parser.cc', | 1223 'websockets/websocket_extension_parser.cc', |
1224 'websockets/websocket_extension_parser.h', | 1224 'websockets/websocket_extension_parser.h', |
1225 'websockets/websocket_frame.cc', | 1225 'websockets/websocket_frame.cc', |
1226 'websockets/websocket_frame.h', | 1226 'websockets/websocket_frame.h', |
1227 'websockets/websocket_frame_parser.cc', | 1227 'websockets/websocket_frame_parser.cc', |
1228 'websockets/websocket_frame_parser.h', | 1228 'websockets/websocket_frame_parser.h', |
1229 'websockets/websocket_handshake_constants.cc', | 1229 'websockets/websocket_handshake_constants.cc', |
1230 'websockets/websocket_handshake_constants.h', | 1230 'websockets/websocket_handshake_constants.h', |
1231 'websockets/websocket_handshake_handler.cc', | 1231 'websockets/websocket_handshake_challenge.cc', |
1232 'websockets/websocket_handshake_handler.h', | 1232 'websockets/websocket_handshake_challenge.h', |
1233 'websockets/websocket_handshake_request_info.cc', | 1233 'websockets/websocket_handshake_request_info.cc', |
1234 'websockets/websocket_handshake_request_info.h', | 1234 'websockets/websocket_handshake_request_info.h', |
1235 'websockets/websocket_handshake_response_info.cc', | 1235 'websockets/websocket_handshake_response_info.cc', |
1236 'websockets/websocket_handshake_response_info.h', | 1236 'websockets/websocket_handshake_response_info.h', |
1237 'websockets/websocket_handshake_stream_base.h', | 1237 'websockets/websocket_handshake_stream_base.h', |
1238 'websockets/websocket_handshake_stream_create_helper.cc', | 1238 'websockets/websocket_handshake_stream_create_helper.cc', |
1239 'websockets/websocket_handshake_stream_create_helper.h', | 1239 'websockets/websocket_handshake_stream_create_helper.h', |
1240 'websockets/websocket_inflater.cc', | 1240 'websockets/websocket_inflater.cc', |
1241 'websockets/websocket_inflater.h', | 1241 'websockets/websocket_inflater.h', |
1242 'websockets/websocket_mux.h', | 1242 'websockets/websocket_mux.h', |
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1694 'url_request/view_cache_helper_unittest.cc', | 1694 'url_request/view_cache_helper_unittest.cc', |
1695 'websockets/websocket_basic_stream_test.cc', | 1695 'websockets/websocket_basic_stream_test.cc', |
1696 'websockets/websocket_channel_test.cc', | 1696 'websockets/websocket_channel_test.cc', |
1697 'websockets/websocket_deflate_predictor_impl_test.cc', | 1697 'websockets/websocket_deflate_predictor_impl_test.cc', |
1698 'websockets/websocket_deflate_stream_test.cc', | 1698 'websockets/websocket_deflate_stream_test.cc', |
1699 'websockets/websocket_deflater_test.cc', | 1699 'websockets/websocket_deflater_test.cc', |
1700 'websockets/websocket_errors_test.cc', | 1700 'websockets/websocket_errors_test.cc', |
1701 'websockets/websocket_extension_parser_test.cc', | 1701 'websockets/websocket_extension_parser_test.cc', |
1702 'websockets/websocket_frame_parser_test.cc', | 1702 'websockets/websocket_frame_parser_test.cc', |
1703 'websockets/websocket_frame_test.cc', | 1703 'websockets/websocket_frame_test.cc', |
1704 'websockets/websocket_handshake_handler_test.cc', | 1704 'websockets/websocket_handshake_challenge_test.cc', |
1705 'websockets/websocket_handshake_stream_create_helper_test.cc', | 1705 'websockets/websocket_handshake_stream_create_helper_test.cc', |
1706 'websockets/websocket_inflater_test.cc', | 1706 'websockets/websocket_inflater_test.cc', |
1707 'websockets/websocket_stream_test.cc', | 1707 'websockets/websocket_stream_test.cc', |
1708 'websockets/websocket_test_util.cc', | 1708 'websockets/websocket_test_util.cc', |
1709 'websockets/websocket_test_util.h', | 1709 'websockets/websocket_test_util.h', |
1710 ], | 1710 ], |
1711 'net_linux_test_sources': [ | 1711 'net_linux_test_sources': [ |
1712 'quic/quic_end_to_end_unittest.cc', | 1712 'quic/quic_end_to_end_unittest.cc', |
1713 'tools/quic/end_to_end_test.cc', | 1713 'tools/quic/end_to_end_test.cc', |
1714 'tools/quic/quic_client_session_test.cc', | 1714 'tools/quic/quic_client_session_test.cc', |
(...skipping 26 matching lines...) Expand all Loading... |
1741 'tools/quic/test_tools/quic_test_client.h', | 1741 'tools/quic/test_tools/quic_test_client.h', |
1742 'tools/quic/test_tools/quic_test_utils.cc', | 1742 'tools/quic/test_tools/quic_test_utils.cc', |
1743 'tools/quic/test_tools/quic_test_utils.h', | 1743 'tools/quic/test_tools/quic_test_utils.h', |
1744 'tools/quic/test_tools/server_thread.h', | 1744 'tools/quic/test_tools/server_thread.h', |
1745 'tools/quic/test_tools/server_thread.cc', | 1745 'tools/quic/test_tools/server_thread.cc', |
1746 'tools/quic/test_tools/simple_client.h', | 1746 'tools/quic/test_tools/simple_client.h', |
1747 'tools/quic/test_tools/simple_client.cc', | 1747 'tools/quic/test_tools/simple_client.cc', |
1748 ], | 1748 ], |
1749 } | 1749 } |
1750 } | 1750 } |
OLD | NEW |