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

Side by Side Diff: components/sync_driver.gypi

Issue 278053002: Move DataTypeManager into sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 6 years, 7 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 | « components/components_tests.gyp ('k') | components/sync_driver/data_type_manager_impl.h » ('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 'target_name': 'sync_driver', 8 'target_name': 'sync_driver',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
11 '../base/base.gyp:base', 11 '../base/base.gyp:base',
12 '../sync/sync.gyp:sync', 12 '../sync/sync.gyp:sync',
13 'os_crypt', 13 'os_crypt',
14 ], 14 ],
15 'include_dirs': [ 15 'include_dirs': [
16 '..', 16 '..',
17 ], 17 ],
18 'sources': [ 18 'sources': [
19 'sync_driver/backend_data_type_configurer.cc', 19 'sync_driver/backend_data_type_configurer.cc',
20 'sync_driver/backend_data_type_configurer.h', 20 'sync_driver/backend_data_type_configurer.h',
21 'sync_driver/change_processor.cc', 21 'sync_driver/change_processor.cc',
22 'sync_driver/change_processor.h', 22 'sync_driver/change_processor.h',
23 'sync_driver/data_type_controller.cc', 23 'sync_driver/data_type_controller.cc',
24 'sync_driver/data_type_controller.h', 24 'sync_driver/data_type_controller.h',
25 'sync_driver/data_type_encryption_handler.cc', 25 'sync_driver/data_type_encryption_handler.cc',
26 'sync_driver/data_type_encryption_handler.h', 26 'sync_driver/data_type_encryption_handler.h',
27 'sync_driver/data_type_error_handler.h', 27 'sync_driver/data_type_error_handler.h',
28 'sync_driver/data_type_manager.cc', 28 'sync_driver/data_type_manager.cc',
29 'sync_driver/data_type_manager.h', 29 'sync_driver/data_type_manager.h',
30 'sync_driver/data_type_manager_impl.cc',
31 'sync_driver/data_type_manager_impl.h',
30 'sync_driver/data_type_manager_observer.h', 32 'sync_driver/data_type_manager_observer.h',
31 'sync_driver/failed_data_types_handler.cc', 33 'sync_driver/failed_data_types_handler.cc',
32 'sync_driver/failed_data_types_handler.h', 34 'sync_driver/failed_data_types_handler.h',
33 'sync_driver/generic_change_processor.cc', 35 'sync_driver/generic_change_processor.cc',
34 'sync_driver/generic_change_processor.h', 36 'sync_driver/generic_change_processor.h',
35 'sync_driver/generic_change_processor_factory.cc', 37 'sync_driver/generic_change_processor_factory.cc',
36 'sync_driver/generic_change_processor_factory.h', 38 'sync_driver/generic_change_processor_factory.h',
37 'sync_driver/model_association_manager.cc', 39 'sync_driver/model_association_manager.cc',
38 'sync_driver/model_association_manager.h', 40 'sync_driver/model_association_manager.h',
39 'sync_driver/model_associator.h', 41 'sync_driver/model_associator.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'sync_driver/fake_data_type_controller.cc', 83 'sync_driver/fake_data_type_controller.cc',
82 'sync_driver/fake_data_type_controller.h', 84 'sync_driver/fake_data_type_controller.h',
83 'sync_driver/fake_generic_change_processor.cc', 85 'sync_driver/fake_generic_change_processor.cc',
84 'sync_driver/fake_generic_change_processor.h', 86 'sync_driver/fake_generic_change_processor.h',
85 'sync_driver/model_associator_mock.cc', 87 'sync_driver/model_associator_mock.cc',
86 'sync_driver/model_associator_mock.h', 88 'sync_driver/model_associator_mock.h',
87 ], 89 ],
88 }, 90 },
89 ], 91 ],
90 } 92 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/data_type_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698