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

Side by Side Diff: components/sync_driver.gypi

Issue 1315063008: Sync: Remove NonBlockingDataTypeManager and any ProfileSyncService code related to it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/browser/sync/profile_sync_service.cc ('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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'sync_driver/invalidation_adapter.cc', 71 'sync_driver/invalidation_adapter.cc',
72 'sync_driver/invalidation_adapter.h', 72 'sync_driver/invalidation_adapter.h',
73 'sync_driver/invalidation_helper.cc', 73 'sync_driver/invalidation_helper.cc',
74 'sync_driver/invalidation_helper.h', 74 'sync_driver/invalidation_helper.h',
75 'sync_driver/local_device_info_provider.h', 75 'sync_driver/local_device_info_provider.h',
76 'sync_driver/model_association_manager.cc', 76 'sync_driver/model_association_manager.cc',
77 'sync_driver/model_association_manager.h', 77 'sync_driver/model_association_manager.h',
78 'sync_driver/model_associator.h', 78 'sync_driver/model_associator.h',
79 'sync_driver/non_blocking_data_type_controller.cc', 79 'sync_driver/non_blocking_data_type_controller.cc',
80 'sync_driver/non_blocking_data_type_controller.h', 80 'sync_driver/non_blocking_data_type_controller.h',
81 'sync_driver/non_blocking_data_type_manager.cc',
82 'sync_driver/non_blocking_data_type_manager.h',
83 'sync_driver/non_ui_data_type_controller.cc', 81 'sync_driver/non_ui_data_type_controller.cc',
84 'sync_driver/non_ui_data_type_controller.h', 82 'sync_driver/non_ui_data_type_controller.h',
85 'sync_driver/open_tabs_ui_delegate.cc', 83 'sync_driver/open_tabs_ui_delegate.cc',
86 'sync_driver/open_tabs_ui_delegate.h', 84 'sync_driver/open_tabs_ui_delegate.h',
87 'sync_driver/pref_names.cc', 85 'sync_driver/pref_names.cc',
88 'sync_driver/pref_names.h', 86 'sync_driver/pref_names.h',
89 'sync_driver/profile_sync_auth_provider.cc', 87 'sync_driver/profile_sync_auth_provider.cc',
90 'sync_driver/profile_sync_auth_provider.h', 88 'sync_driver/profile_sync_auth_provider.h',
91 'sync_driver/protocol_event_observer.cc', 89 'sync_driver/protocol_event_observer.cc',
92 'sync_driver/protocol_event_observer.h', 90 'sync_driver/protocol_event_observer.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'sync_driver/local_device_info_provider_mock.cc', 182 'sync_driver/local_device_info_provider_mock.cc',
185 'sync_driver/local_device_info_provider_mock.h', 183 'sync_driver/local_device_info_provider_mock.h',
186 'sync_driver/model_associator_mock.cc', 184 'sync_driver/model_associator_mock.cc',
187 'sync_driver/model_associator_mock.h', 185 'sync_driver/model_associator_mock.h',
188 'sync_driver/non_ui_data_type_controller_mock.cc', 186 'sync_driver/non_ui_data_type_controller_mock.cc',
189 'sync_driver/non_ui_data_type_controller_mock.h', 187 'sync_driver/non_ui_data_type_controller_mock.h',
190 ], 188 ],
191 }, 189 },
192 ], 190 ],
193 } 191 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/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