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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 'browser/prefs/pref_service_mock_factory.cc', | 162 'browser/prefs/pref_service_mock_factory.cc', |
163 'browser/prefs/pref_service_mock_factory.h', | 163 'browser/prefs/pref_service_mock_factory.h', |
164 'browser/profile_resetter/profile_resetter_test_base.cc', | 164 'browser/profile_resetter/profile_resetter_test_base.cc', |
165 'browser/profile_resetter/profile_resetter_test_base.h', | 165 'browser/profile_resetter/profile_resetter_test_base.h', |
166 'browser/search_engines/template_url_service_test_util.cc', | 166 'browser/search_engines/template_url_service_test_util.cc', |
167 'browser/search_engines/template_url_service_test_util.h', | 167 'browser/search_engines/template_url_service_test_util.h', |
168 'browser/sessions/session_service_test_helper.cc', | 168 'browser/sessions/session_service_test_helper.cc', |
169 'browser/sessions/session_service_test_helper.h', | 169 'browser/sessions/session_service_test_helper.h', |
170 'browser/signin/fake_profile_oauth2_token_service.cc', | 170 'browser/signin/fake_profile_oauth2_token_service.cc', |
171 'browser/signin/fake_profile_oauth2_token_service.h', | 171 'browser/signin/fake_profile_oauth2_token_service.h', |
| 172 'browser/signin/fake_profile_oauth2_token_service_wrapper.cc', |
| 173 'browser/signin/fake_profile_oauth2_token_service_wrapper.h', |
172 'browser/signin/fake_signin_manager.cc', | 174 'browser/signin/fake_signin_manager.cc', |
173 'browser/signin/fake_signin_manager.h', | 175 'browser/signin/fake_signin_manager.h', |
174 'browser/ssl/ssl_client_auth_requestor_mock.cc', | 176 'browser/ssl/ssl_client_auth_requestor_mock.cc', |
175 'browser/ssl/ssl_client_auth_requestor_mock.h', | 177 'browser/ssl/ssl_client_auth_requestor_mock.h', |
176 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc', | 178 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc', |
177 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.h', | 179 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.h', |
178 'browser/storage_monitor/test_storage_monitor.cc', | 180 'browser/storage_monitor/test_storage_monitor.cc', |
179 'browser/storage_monitor/test_storage_monitor.h', | 181 'browser/storage_monitor/test_storage_monitor.h', |
180 'browser/sync/profile_sync_service_mock.cc', | 182 'browser/sync/profile_sync_service_mock.cc', |
181 'browser/sync/profile_sync_service_mock.h', | 183 'browser/sync/profile_sync_service_mock.h', |
(...skipping 2744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2926 'browser/ui/app_list/test/fake_profile_store.h', | 2928 'browser/ui/app_list/test/fake_profile_store.h', |
2927 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2929 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2928 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2930 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2929 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2931 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2930 ], | 2932 ], |
2931 }, | 2933 }, |
2932 ], | 2934 ], |
2933 }], | 2935 }], |
2934 ], # 'conditions' | 2936 ], # 'conditions' |
2935 } | 2937 } |
OLD | NEW |