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 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1291 'base/net_log_unittest.h', | 1291 'base/net_log_unittest.h', |
1292 'base/net_log_util_unittest.cc', | 1292 'base/net_log_util_unittest.cc', |
1293 'base/net_util_unittest.cc', | 1293 'base/net_util_unittest.cc', |
1294 'base/net_util_icu_unittest.cc', | 1294 'base/net_util_icu_unittest.cc', |
1295 'base/network_activity_monitor_unittest.cc', | 1295 'base/network_activity_monitor_unittest.cc', |
1296 'base/network_change_notifier_unittest.cc', | 1296 'base/network_change_notifier_unittest.cc', |
1297 'base/network_change_notifier_win_unittest.cc', | 1297 'base/network_change_notifier_win_unittest.cc', |
1298 'base/prioritized_dispatcher_unittest.cc', | 1298 'base/prioritized_dispatcher_unittest.cc', |
1299 'base/priority_queue_unittest.cc', | 1299 'base/priority_queue_unittest.cc', |
1300 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | 1300 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
| 1301 'base/registry_controlled_domains/test_util.h', |
1301 'base/sdch_manager_unittest.cc', | 1302 'base/sdch_manager_unittest.cc', |
1302 'base/static_cookie_policy_unittest.cc', | 1303 'base/static_cookie_policy_unittest.cc', |
1303 'base/test_completion_callback_unittest.cc', | 1304 'base/test_completion_callback_unittest.cc', |
1304 'base/trace_net_log_observer_unittest.cc', | 1305 'base/trace_net_log_observer_unittest.cc', |
1305 'base/upload_bytes_element_reader_unittest.cc', | 1306 'base/upload_bytes_element_reader_unittest.cc', |
1306 'base/upload_file_element_reader_unittest.cc', | 1307 'base/upload_file_element_reader_unittest.cc', |
1307 'base/url_util_unittest.cc', | 1308 'base/url_util_unittest.cc', |
1308 'base/layered_network_delegate_unittest.cc', | 1309 'base/layered_network_delegate_unittest.cc', |
1309 'cert/cert_policy_enforcer_unittest.cc', | 1310 'cert/cert_policy_enforcer_unittest.cc', |
1310 'cert/cert_verify_proc_unittest.cc', | 1311 'cert/cert_verify_proc_unittest.cc', |
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1770 ], | 1771 ], |
1771 'net_base_mac_ios_sources': [ | 1772 'net_base_mac_ios_sources': [ |
1772 'base/mac/url_conversions.h', | 1773 'base/mac/url_conversions.h', |
1773 'base/mac/url_conversions.mm', | 1774 'base/mac/url_conversions.mm', |
1774 ], | 1775 ], |
1775 'net_base_test_mac_ios_sources': [ | 1776 'net_base_test_mac_ios_sources': [ |
1776 'base/mac/url_conversions_unittest.mm', | 1777 'base/mac/url_conversions_unittest.mm', |
1777 ], | 1778 ], |
1778 } | 1779 } |
1779 } | 1780 } |
OLD | NEW |