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