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

Side by Side Diff: components/components_tests.gyp

Issue 1516433004: Componentize SyncBackendHostImpl unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self-review Created 5 years 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'sync_driver_unittest_sources': [ 702 'sync_driver_unittest_sources': [
703 'sync_driver/about_sync_util_unittest.cc', 703 'sync_driver/about_sync_util_unittest.cc',
704 'sync_driver/backend_migrator_unittest.cc', 704 'sync_driver/backend_migrator_unittest.cc',
705 'sync_driver/backup_rollback_controller_unittest.cc', 705 'sync_driver/backup_rollback_controller_unittest.cc',
706 'sync_driver/data_type_manager_impl_unittest.cc', 706 'sync_driver/data_type_manager_impl_unittest.cc',
707 'sync_driver/device_info_data_type_controller_unittest.cc', 707 'sync_driver/device_info_data_type_controller_unittest.cc',
708 'sync_driver/device_info_service_unittest.cc', 708 'sync_driver/device_info_service_unittest.cc',
709 'sync_driver/device_info_sync_service_unittest.cc', 709 'sync_driver/device_info_sync_service_unittest.cc',
710 'sync_driver/frontend_data_type_controller_unittest.cc', 710 'sync_driver/frontend_data_type_controller_unittest.cc',
711 'sync_driver/generic_change_processor_unittest.cc', 711 'sync_driver/generic_change_processor_unittest.cc',
712 'sync_driver/glue/sync_backend_host_impl_unittest.cc',
712 'sync_driver/glue/browser_thread_model_worker_unittest.cc', 713 'sync_driver/glue/browser_thread_model_worker_unittest.cc',
713 'sync_driver/glue/sync_backend_registrar_unittest.cc', 714 'sync_driver/glue/sync_backend_registrar_unittest.cc',
714 'sync_driver/glue/ui_model_worker_unittest.cc', 715 'sync_driver/glue/ui_model_worker_unittest.cc',
715 'sync_driver/local_device_info_provider_unittest.cc', 716 'sync_driver/local_device_info_provider_unittest.cc',
716 'sync_driver/model_association_manager_unittest.cc', 717 'sync_driver/model_association_manager_unittest.cc',
717 'sync_driver/non_blocking_data_type_controller_unittest.cc', 718 'sync_driver/non_blocking_data_type_controller_unittest.cc',
718 'sync_driver/non_frontend_data_type_controller_unittest.cc', 719 'sync_driver/non_frontend_data_type_controller_unittest.cc',
719 'sync_driver/non_ui_data_type_controller_unittest.cc', 720 'sync_driver/non_ui_data_type_controller_unittest.cc',
720 'sync_driver/profile_sync_auth_provider_unittest.cc', 721 'sync_driver/profile_sync_auth_provider_unittest.cc',
721 'sync_driver/shared_change_processor_unittest.cc', 722 'sync_driver/shared_change_processor_unittest.cc',
(...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1869 'dependencies': [ 1870 'dependencies': [
1870 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1871 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1871 ], 1872 ],
1872 }], 1873 }],
1873 ], 1874 ],
1874 }, 1875 },
1875 ], 1876 ],
1876 }], 1877 }],
1877 ], 1878 ],
1878 } 1879 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698