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 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1243 'base/int128_unittest.cc', | 1243 'base/int128_unittest.cc', |
1244 'base/ip_endpoint_unittest.cc', | 1244 'base/ip_endpoint_unittest.cc', |
1245 'base/ip_pattern_unittest.cc', | 1245 'base/ip_pattern_unittest.cc', |
1246 'base/keygen_handler_unittest.cc', | 1246 'base/keygen_handler_unittest.cc', |
1247 'base/mime_sniffer_unittest.cc', | 1247 'base/mime_sniffer_unittest.cc', |
1248 'base/mime_util_unittest.cc', | 1248 'base/mime_util_unittest.cc', |
1249 'base/net_log_logger_unittest.cc', | 1249 'base/net_log_logger_unittest.cc', |
1250 'base/net_log_unittest.cc', | 1250 'base/net_log_unittest.cc', |
1251 'base/net_log_unittest.h', | 1251 'base/net_log_unittest.h', |
1252 'base/net_util_unittest.cc', | 1252 'base/net_util_unittest.cc', |
| 1253 'base/net_util_icu_unittest.cc', |
1253 'base/network_change_notifier_win_unittest.cc', | 1254 'base/network_change_notifier_win_unittest.cc', |
1254 'base/prioritized_dispatcher_unittest.cc', | 1255 'base/prioritized_dispatcher_unittest.cc', |
1255 'base/priority_queue_unittest.cc', | 1256 'base/priority_queue_unittest.cc', |
1256 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | 1257 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
1257 'base/sdch_manager_unittest.cc', | 1258 'base/sdch_manager_unittest.cc', |
1258 'base/static_cookie_policy_unittest.cc', | 1259 'base/static_cookie_policy_unittest.cc', |
1259 'base/test_completion_callback_unittest.cc', | 1260 'base/test_completion_callback_unittest.cc', |
1260 'base/upload_bytes_element_reader_unittest.cc', | 1261 'base/upload_bytes_element_reader_unittest.cc', |
1261 'base/upload_data_stream_unittest.cc', | 1262 'base/upload_data_stream_unittest.cc', |
1262 'base/upload_file_element_reader_unittest.cc', | 1263 'base/upload_file_element_reader_unittest.cc', |
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1705 'tools/quic/test_tools/quic_test_client.h', | 1706 'tools/quic/test_tools/quic_test_client.h', |
1706 'tools/quic/test_tools/quic_test_utils.cc', | 1707 'tools/quic/test_tools/quic_test_utils.cc', |
1707 'tools/quic/test_tools/quic_test_utils.h', | 1708 'tools/quic/test_tools/quic_test_utils.h', |
1708 'tools/quic/test_tools/server_thread.h', | 1709 'tools/quic/test_tools/server_thread.h', |
1709 'tools/quic/test_tools/server_thread.cc', | 1710 'tools/quic/test_tools/server_thread.cc', |
1710 'tools/quic/test_tools/simple_client.h', | 1711 'tools/quic/test_tools/simple_client.h', |
1711 'tools/quic/test_tools/simple_client.cc', | 1712 'tools/quic/test_tools/simple_client.cc', |
1712 ], | 1713 ], |
1713 } | 1714 } |
1714 } | 1715 } |
OLD | NEW |