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

Side by Side Diff: components/sync_driver.gypi

Issue 1158223003: [iOS] Add FakeSyncService and factory for testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 6 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 | « no previous file | components/sync_driver/DEPS » ('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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'sync_driver/data_type_controller_mock.cc', 98 'sync_driver/data_type_controller_mock.cc',
99 'sync_driver/data_type_controller_mock.h', 99 'sync_driver/data_type_controller_mock.h',
100 'sync_driver/data_type_error_handler_mock.cc', 100 'sync_driver/data_type_error_handler_mock.cc',
101 'sync_driver/data_type_error_handler_mock.h', 101 'sync_driver/data_type_error_handler_mock.h',
102 'sync_driver/data_type_manager_mock.cc', 102 'sync_driver/data_type_manager_mock.cc',
103 'sync_driver/data_type_manager_mock.h', 103 'sync_driver/data_type_manager_mock.h',
104 'sync_driver/fake_data_type_controller.cc', 104 'sync_driver/fake_data_type_controller.cc',
105 'sync_driver/fake_data_type_controller.h', 105 'sync_driver/fake_data_type_controller.h',
106 'sync_driver/fake_generic_change_processor.cc', 106 'sync_driver/fake_generic_change_processor.cc',
107 'sync_driver/fake_generic_change_processor.h', 107 'sync_driver/fake_generic_change_processor.h',
108 'sync_driver/fake_sync_service.cc',
109 'sync_driver/fake_sync_service.h',
108 'sync_driver/local_device_info_provider_mock.cc', 110 'sync_driver/local_device_info_provider_mock.cc',
109 'sync_driver/local_device_info_provider_mock.h', 111 'sync_driver/local_device_info_provider_mock.h',
110 'sync_driver/model_associator_mock.cc', 112 'sync_driver/model_associator_mock.cc',
111 'sync_driver/model_associator_mock.h', 113 'sync_driver/model_associator_mock.h',
112 'sync_driver/non_ui_data_type_controller_mock.cc', 114 'sync_driver/non_ui_data_type_controller_mock.cc',
113 'sync_driver/non_ui_data_type_controller_mock.h', 115 'sync_driver/non_ui_data_type_controller_mock.h',
114 ], 116 ],
115 }, 117 },
116 ], 118 ],
117 } 119 }
OLDNEW
« no previous file with comments | « no previous file | components/sync_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698