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

Side by Side Diff: components/sync_driver.gypi

Issue 1354883003: Componentize chrome/browser/sync/backup_rollback_controller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated Created 5 years, 3 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
« no previous file with comments | « components/components_tests.gyp ('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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/sync_driver 8 # GN version: //components/sync_driver
9 'target_name': 'sync_driver', 9 'target_name': 'sync_driver',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 15 matching lines...) Expand all
26 '..', 26 '..',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 # Note: file list duplicated in GN build. 29 # Note: file list duplicated in GN build.
30 'sync_driver/about_sync_util.cc', 30 'sync_driver/about_sync_util.cc',
31 'sync_driver/about_sync_util.h', 31 'sync_driver/about_sync_util.h',
32 'sync_driver/backend_data_type_configurer.cc', 32 'sync_driver/backend_data_type_configurer.cc',
33 'sync_driver/backend_data_type_configurer.h', 33 'sync_driver/backend_data_type_configurer.h',
34 'sync_driver/backend_migrator.cc', 34 'sync_driver/backend_migrator.cc',
35 'sync_driver/backend_migrator.h', 35 'sync_driver/backend_migrator.h',
36 'sync_driver/backup_rollback_controller.cc',
37 'sync_driver/backup_rollback_controller.h',
36 'sync_driver/change_processor.cc', 38 'sync_driver/change_processor.cc',
37 'sync_driver/change_processor.h', 39 'sync_driver/change_processor.h',
38 'sync_driver/data_type_controller.cc', 40 'sync_driver/data_type_controller.cc',
39 'sync_driver/data_type_controller.h', 41 'sync_driver/data_type_controller.h',
40 'sync_driver/data_type_encryption_handler.cc', 42 'sync_driver/data_type_encryption_handler.cc',
41 'sync_driver/data_type_encryption_handler.h', 43 'sync_driver/data_type_encryption_handler.h',
42 'sync_driver/data_type_error_handler.h', 44 'sync_driver/data_type_error_handler.h',
43 'sync_driver/data_type_manager.cc', 45 'sync_driver/data_type_manager.cc',
44 'sync_driver/data_type_manager.h', 46 'sync_driver/data_type_manager.h',
45 'sync_driver/data_type_manager_impl.cc', 47 'sync_driver/data_type_manager_impl.cc',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'sync_driver/local_device_info_provider_mock.cc', 189 'sync_driver/local_device_info_provider_mock.cc',
188 'sync_driver/local_device_info_provider_mock.h', 190 'sync_driver/local_device_info_provider_mock.h',
189 'sync_driver/model_associator_mock.cc', 191 'sync_driver/model_associator_mock.cc',
190 'sync_driver/model_associator_mock.h', 192 'sync_driver/model_associator_mock.h',
191 'sync_driver/non_ui_data_type_controller_mock.cc', 193 'sync_driver/non_ui_data_type_controller_mock.cc',
192 'sync_driver/non_ui_data_type_controller_mock.h', 194 'sync_driver/non_ui_data_type_controller_mock.h',
193 ], 195 ],
194 }, 196 },
195 ], 197 ],
196 } 198 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698