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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 'browser/policy/test/local_policy_test_server.cc', | 171 'browser/policy/test/local_policy_test_server.cc', |
172 'browser/policy/test/local_policy_test_server.h', | 172 'browser/policy/test/local_policy_test_server.h', |
173 'browser/prefs/pref_service_mock_factory.cc', | 173 'browser/prefs/pref_service_mock_factory.cc', |
174 'browser/prefs/pref_service_mock_factory.h', | 174 'browser/prefs/pref_service_mock_factory.h', |
175 'browser/profile_resetter/profile_resetter_test_base.cc', | 175 'browser/profile_resetter/profile_resetter_test_base.cc', |
176 'browser/profile_resetter/profile_resetter_test_base.h', | 176 'browser/profile_resetter/profile_resetter_test_base.h', |
177 'browser/search_engines/template_url_service_test_util.cc', | 177 'browser/search_engines/template_url_service_test_util.cc', |
178 'browser/search_engines/template_url_service_test_util.h', | 178 'browser/search_engines/template_url_service_test_util.h', |
179 'browser/sessions/session_service_test_helper.cc', | 179 'browser/sessions/session_service_test_helper.cc', |
180 'browser/sessions/session_service_test_helper.h', | 180 'browser/sessions/session_service_test_helper.h', |
| 181 'browser/signin/fake_account_reconcilor.cc', |
| 182 'browser/signin/fake_account_reconcilor.h', |
181 'browser/signin/fake_profile_oauth2_token_service.cc', | 183 'browser/signin/fake_profile_oauth2_token_service.cc', |
182 'browser/signin/fake_profile_oauth2_token_service.h', | 184 'browser/signin/fake_profile_oauth2_token_service.h', |
183 'browser/signin/fake_profile_oauth2_token_service_builder.cc', | 185 'browser/signin/fake_profile_oauth2_token_service_builder.cc', |
184 'browser/signin/fake_profile_oauth2_token_service_builder.h', | 186 'browser/signin/fake_profile_oauth2_token_service_builder.h', |
185 'browser/signin/fake_signin_manager.cc', | 187 'browser/signin/fake_signin_manager.cc', |
186 'browser/signin/fake_signin_manager.h', | 188 'browser/signin/fake_signin_manager.h', |
187 'browser/ssl/ssl_client_auth_requestor_mock.cc', | 189 'browser/ssl/ssl_client_auth_requestor_mock.cc', |
188 'browser/ssl/ssl_client_auth_requestor_mock.h', | 190 'browser/ssl/ssl_client_auth_requestor_mock.h', |
189 'browser/sync/profile_sync_service_mock.cc', | 191 'browser/sync/profile_sync_service_mock.cc', |
190 'browser/sync/profile_sync_service_mock.h', | 192 'browser/sync/profile_sync_service_mock.h', |
(...skipping 2715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2906 'unit_tests.isolate', | 2908 'unit_tests.isolate', |
2907 ], | 2909 ], |
2908 'sources': [ | 2910 'sources': [ |
2909 'unit_tests.isolate', | 2911 'unit_tests.isolate', |
2910 ], | 2912 ], |
2911 }, | 2913 }, |
2912 ], | 2914 ], |
2913 }], | 2915 }], |
2914 ], # 'conditions' | 2916 ], # 'conditions' |
2915 } | 2917 } |
OLD | NEW |