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

Side by Side Diff: components/sync_driver.gypi

Issue 1419103009: [Sync] Componentize ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@max_bogue_sync_backend_host
Patch Set: Rebase Created 5 years, 1 month 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
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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'sync_driver/sync_prefs.cc', 130 'sync_driver/sync_prefs.cc',
131 'sync_driver/sync_prefs.h', 131 'sync_driver/sync_prefs.h',
132 'sync_driver/sync_service.cc', 132 'sync_driver/sync_service.cc',
133 'sync_driver/sync_service.h', 133 'sync_driver/sync_service.h',
134 'sync_driver/sync_service_observer.cc', 134 'sync_driver/sync_service_observer.cc',
135 'sync_driver/sync_service_observer.h', 135 'sync_driver/sync_service_observer.h',
136 'sync_driver/sync_service_utils.cc', 136 'sync_driver/sync_service_utils.cc',
137 'sync_driver/sync_service_utils.h', 137 'sync_driver/sync_service_utils.h',
138 'sync_driver/sync_stopped_reporter.cc', 138 'sync_driver/sync_stopped_reporter.cc',
139 'sync_driver/sync_stopped_reporter.h', 139 'sync_driver/sync_stopped_reporter.h',
140 'sync_driver/sync_type_preference_provider.h',
140 'sync_driver/sync_util.cc', 141 'sync_driver/sync_util.cc',
141 'sync_driver/sync_util.h', 142 'sync_driver/sync_util.h',
142 'sync_driver/system_encryptor.cc', 143 'sync_driver/system_encryptor.cc',
143 'sync_driver/system_encryptor.h', 144 'sync_driver/system_encryptor.h',
144 'sync_driver/tab_node_pool.cc', 145 'sync_driver/tab_node_pool.cc',
145 'sync_driver/tab_node_pool.h', 146 'sync_driver/tab_node_pool.h',
146 'sync_driver/ui_data_type_controller.cc', 147 'sync_driver/ui_data_type_controller.cc',
147 'sync_driver/ui_data_type_controller.h', 148 'sync_driver/ui_data_type_controller.h',
148 'sync_driver/user_selectable_sync_type.h', 149 'sync_driver/user_selectable_sync_type.h',
149 ], 150 ],
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'sync_driver/non_frontend_data_type_controller_mock.cc', 213 'sync_driver/non_frontend_data_type_controller_mock.cc',
213 'sync_driver/non_frontend_data_type_controller_mock.h', 214 'sync_driver/non_frontend_data_type_controller_mock.h',
214 'sync_driver/non_ui_data_type_controller_mock.cc', 215 'sync_driver/non_ui_data_type_controller_mock.cc',
215 'sync_driver/non_ui_data_type_controller_mock.h', 216 'sync_driver/non_ui_data_type_controller_mock.h',
216 'sync_driver/sync_api_component_factory_mock.cc', 217 'sync_driver/sync_api_component_factory_mock.cc',
217 'sync_driver/sync_api_component_factory_mock.h', 218 'sync_driver/sync_api_component_factory_mock.h',
218 ], 219 ],
219 }, 220 },
220 ], 221 ],
221 } 222 }
OLDNEW
« no previous file with comments | « components/browser_sync/browser/profile_sync_service.cc ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698