| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1112 'browser/metrics/variations/variations_seed_store_unittest.cc', | 1112 'browser/metrics/variations/variations_seed_store_unittest.cc', |
| 1113 'browser/metrics/variations/variations_service_unittest.cc', | 1113 'browser/metrics/variations/variations_service_unittest.cc', |
| 1114 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', | 1114 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', |
| 1115 'browser/net/chrome_network_delegate_unittest.cc', | 1115 'browser/net/chrome_network_delegate_unittest.cc', |
| 1116 'browser/net/client_hints_unittest.cc', | 1116 'browser/net/client_hints_unittest.cc', |
| 1117 'browser/net/connection_tester_unittest.cc', | 1117 'browser/net/connection_tester_unittest.cc', |
| 1118 'browser/net/dns_probe_runner_unittest.cc', | 1118 'browser/net/dns_probe_runner_unittest.cc', |
| 1119 'browser/net/dns_probe_service_unittest.cc', | 1119 'browser/net/dns_probe_service_unittest.cc', |
| 1120 'browser/net/evicted_domain_cookie_counter_unittest.cc', | 1120 'browser/net/evicted_domain_cookie_counter_unittest.cc', |
| 1121 'browser/net/firefox_proxy_settings_unittest.cc', | 1121 'browser/net/firefox_proxy_settings_unittest.cc', |
| 1122 'browser/net/http_server_properties_manager_unittest.cc', | |
| 1123 'browser/net/net_error_tab_helper_unittest.cc', | 1122 'browser/net/net_error_tab_helper_unittest.cc', |
| 1124 'browser/net/net_log_temp_file_unittest.cc', | 1123 'browser/net/net_log_temp_file_unittest.cc', |
| 1125 'browser/net/network_stats_unittest.cc', | 1124 'browser/net/network_stats_unittest.cc', |
| 1126 'browser/net/predictor_unittest.cc', | 1125 'browser/net/predictor_unittest.cc', |
| 1127 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', | 1126 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', |
| 1128 'browser/net/probe_message_unittest.cc', | 1127 'browser/net/probe_message_unittest.cc', |
| 1129 'browser/net/proxy_policy_handler_unittest.cc', | 1128 'browser/net/proxy_policy_handler_unittest.cc', |
| 1130 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest
.cc', | 1129 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest
.cc', |
| 1131 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc
', | 1130 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc
', |
| 1132 'browser/net/sqlite_server_bound_cert_store_unittest.cc', | 1131 'browser/net/sqlite_server_bound_cert_store_unittest.cc', |
| (...skipping 1773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2906 'unit_tests.isolate', | 2905 'unit_tests.isolate', |
| 2907 ], | 2906 ], |
| 2908 'sources': [ | 2907 'sources': [ |
| 2909 'unit_tests.isolate', | 2908 'unit_tests.isolate', |
| 2910 ], | 2909 ], |
| 2911 }, | 2910 }, |
| 2912 ], | 2911 ], |
| 2913 }], | 2912 }], |
| 2914 ], # 'conditions' | 2913 ], # 'conditions' |
| 2915 } | 2914 } |
| OLD | NEW |