Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 247433004: sync: remove CreateSharedChangeProcessor from ProfileSyncComponentsFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove SCPFactory Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/profile_sync_service_preference_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 'browser/sync/glue/frontend_data_type_controller_mock.cc', 1302 'browser/sync/glue/frontend_data_type_controller_mock.cc',
1303 'browser/sync/glue/frontend_data_type_controller_mock.h', 1303 'browser/sync/glue/frontend_data_type_controller_mock.h',
1304 'browser/sync/glue/frontend_data_type_controller_unittest.cc', 1304 'browser/sync/glue/frontend_data_type_controller_unittest.cc',
1305 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', 1305 'browser/sync/glue/non_frontend_data_type_controller_mock.cc',
1306 'browser/sync/glue/non_frontend_data_type_controller_mock.h', 1306 'browser/sync/glue/non_frontend_data_type_controller_mock.h',
1307 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 1307 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
1308 'browser/sync/glue/non_ui_data_type_controller_mock.cc', 1308 'browser/sync/glue/non_ui_data_type_controller_mock.cc',
1309 'browser/sync/glue/non_ui_data_type_controller_mock.h', 1309 'browser/sync/glue/non_ui_data_type_controller_mock.h',
1310 'browser/sync/glue/non_ui_data_type_controller_unittest.cc', 1310 'browser/sync/glue/non_ui_data_type_controller_unittest.cc',
1311 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 1311 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
1312 'browser/sync/glue/shared_change_processor_mock.cc',
1313 'browser/sync/glue/shared_change_processor_mock.h',
1314 'browser/sync/glue/shared_change_processor_unittest.cc', 1312 'browser/sync/glue/shared_change_processor_unittest.cc',
1315 'browser/sync/glue/sync_backend_host_impl_unittest.cc', 1313 'browser/sync/glue/sync_backend_host_impl_unittest.cc',
1316 'browser/sync/glue/sync_backend_host_mock.cc', 1314 'browser/sync/glue/sync_backend_host_mock.cc',
1317 'browser/sync/glue/sync_backend_host_mock.h', 1315 'browser/sync/glue/sync_backend_host_mock.h',
1318 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1316 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1319 'browser/sync/glue/synced_device_tracker_unittest.cc', 1317 'browser/sync/glue/synced_device_tracker_unittest.cc',
1320 'browser/sync/glue/synced_session_tracker_unittest.cc', 1318 'browser/sync/glue/synced_session_tracker_unittest.cc',
1321 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1319 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1322 'browser/sync/glue/ui_data_type_controller_unittest.cc', 1320 'browser/sync/glue/ui_data_type_controller_unittest.cc',
1323 'browser/sync/glue/ui_model_worker_unittest.cc', 1321 'browser/sync/glue/ui_model_worker_unittest.cc',
(...skipping 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after
2830 'browser/ui/app_list/test/fake_profile_store.h', 2828 'browser/ui/app_list/test/fake_profile_store.h',
2831 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2829 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2832 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2830 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2833 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2831 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2834 ], 2832 ],
2835 }, 2833 },
2836 ], 2834 ],
2837 }], 2835 }],
2838 ], # 'conditions' 2836 ], # 'conditions'
2839 } 2837 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_preference_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698