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/quic_sustained_bandwidth_recorder_test.cc', | 1580 'quic/quic_sustained_bandwidth_recorder_test.cc', |
1581 'quic/quic_time_test.cc', | 1581 'quic/quic_time_test.cc', |
1582 'quic/quic_unacked_packet_map_test.cc', | 1582 'quic/quic_unacked_packet_map_test.cc', |
1583 'quic/quic_utils_chromium_test.cc', | 1583 'quic/quic_utils_chromium_test.cc', |
1584 'quic/quic_utils_test.cc', | 1584 'quic/quic_utils_test.cc', |
1585 'quic/quic_write_blocked_list_test.cc', | 1585 'quic/quic_write_blocked_list_test.cc', |
1586 'quic/reliable_quic_stream_test.cc', | 1586 'quic/reliable_quic_stream_test.cc', |
1587 'server/http_connection_unittest.cc', | 1587 'server/http_connection_unittest.cc', |
1588 'server/http_server_response_info_unittest.cc', | 1588 'server/http_server_response_info_unittest.cc', |
1589 'server/http_server_unittest.cc', | 1589 'server/http_server_unittest.cc', |
| 1590 'server/web_socket_encoder_unittest.cc', |
1590 'socket/client_socket_pool_base_unittest.cc', | 1591 'socket/client_socket_pool_base_unittest.cc', |
1591 'socket/deterministic_socket_data_unittest.cc', | 1592 'socket/deterministic_socket_data_unittest.cc', |
1592 'socket/mock_client_socket_pool_manager.cc', | 1593 'socket/mock_client_socket_pool_manager.cc', |
1593 'socket/mock_client_socket_pool_manager.h', | 1594 'socket/mock_client_socket_pool_manager.h', |
1594 'socket/socks5_client_socket_unittest.cc', | 1595 'socket/socks5_client_socket_unittest.cc', |
1595 'socket/socks_client_socket_pool_unittest.cc', | 1596 'socket/socks_client_socket_pool_unittest.cc', |
1596 'socket/socks_client_socket_unittest.cc', | 1597 'socket/socks_client_socket_unittest.cc', |
1597 'socket/ssl_client_socket_openssl_unittest.cc', | 1598 'socket/ssl_client_socket_openssl_unittest.cc', |
1598 'socket/ssl_client_socket_pool_unittest.cc', | 1599 'socket/ssl_client_socket_pool_unittest.cc', |
1599 'socket/ssl_client_socket_unittest.cc', | 1600 'socket/ssl_client_socket_unittest.cc', |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1764 ], | 1765 ], |
1765 'net_base_mac_ios_sources': [ | 1766 'net_base_mac_ios_sources': [ |
1766 'base/mac/url_conversions.h', | 1767 'base/mac/url_conversions.h', |
1767 'base/mac/url_conversions.mm', | 1768 'base/mac/url_conversions.mm', |
1768 ], | 1769 ], |
1769 'net_base_test_mac_ios_sources': [ | 1770 'net_base_test_mac_ios_sources': [ |
1770 'base/mac/url_conversions_unittest.mm', | 1771 'base/mac/url_conversions_unittest.mm', |
1771 ], | 1772 ], |
1772 } | 1773 } |
1773 } | 1774 } |
OLD | NEW |