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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 'browser/password_manager/mock_password_store.cc', | 136 'browser/password_manager/mock_password_store.cc', |
137 'browser/password_manager/mock_password_store.h', | 137 'browser/password_manager/mock_password_store.h', |
138 'browser/password_manager/password_form_data.cc', | 138 'browser/password_manager/password_form_data.cc', |
139 'browser/password_manager/password_form_data.h', | 139 'browser/password_manager/password_form_data.h', |
140 'browser/policy/mock_cloud_policy_data_store.cc', | 140 'browser/policy/mock_cloud_policy_data_store.cc', |
141 'browser/policy/mock_cloud_policy_data_store.h', | 141 'browser/policy/mock_cloud_policy_data_store.h', |
142 'browser/policy/mock_configuration_policy_provider.cc', | 142 'browser/policy/mock_configuration_policy_provider.cc', |
143 'browser/policy/mock_configuration_policy_provider.h', | 143 'browser/policy/mock_configuration_policy_provider.h', |
144 'browser/policy/policy_builder.cc', | 144 'browser/policy/policy_builder.cc', |
145 'browser/policy/policy_builder.h', | 145 'browser/policy/policy_builder.h', |
146 'browser/prefs/pref_observer_mock.cc', | 146 'browser/prefs/mock_pref_change_callback.cc', |
147 'browser/prefs/pref_observer_mock.h', | 147 'browser/prefs/mock_pref_change_callback.h', |
148 'browser/prefs/pref_service_mock_builder.cc', | 148 'browser/prefs/pref_service_mock_builder.cc', |
149 'browser/prefs/pref_service_mock_builder.h', | 149 'browser/prefs/pref_service_mock_builder.h', |
150 'browser/printing/print_preview_test.cc', | 150 'browser/printing/print_preview_test.cc', |
151 'browser/printing/print_preview_test.h', | 151 'browser/printing/print_preview_test.h', |
152 'browser/protector/mock_protector_service.cc', | 152 'browser/protector/mock_protector_service.cc', |
153 'browser/protector/mock_protector_service.h', | 153 'browser/protector/mock_protector_service.h', |
154 'browser/protector/mock_setting_change.cc', | 154 'browser/protector/mock_setting_change.cc', |
155 'browser/protector/mock_setting_change.h', | 155 'browser/protector/mock_setting_change.h', |
156 'browser/search_engines/template_url_service_test_util.cc', | 156 'browser/search_engines/template_url_service_test_util.cc', |
157 'browser/search_engines/template_url_service_test_util.h', | 157 'browser/search_engines/template_url_service_test_util.h', |
(...skipping 2137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2295 'unit_tests.isolate', | 2295 'unit_tests.isolate', |
2296 ], | 2296 ], |
2297 'sources': [ | 2297 'sources': [ |
2298 'unit_tests.isolate', | 2298 'unit_tests.isolate', |
2299 ], | 2299 ], |
2300 }, | 2300 }, |
2301 ], | 2301 ], |
2302 }], | 2302 }], |
2303 ], # 'conditions' | 2303 ], # 'conditions' |
2304 } | 2304 } |
OLD | NEW |