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

Side by Side Diff: components/sync_driver.gypi

Issue 1408123003: [Sync] Initial USS service implementation for DeviceInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated for Stan's comments. Created 5 years, 2 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'sync_driver/data_type_manager.h', 46 'sync_driver/data_type_manager.h',
47 'sync_driver/data_type_manager_impl.cc', 47 'sync_driver/data_type_manager_impl.cc',
48 'sync_driver/data_type_manager_impl.h', 48 'sync_driver/data_type_manager_impl.h',
49 'sync_driver/data_type_manager_observer.h', 49 'sync_driver/data_type_manager_observer.h',
50 'sync_driver/data_type_status_table.cc', 50 'sync_driver/data_type_status_table.cc',
51 'sync_driver/data_type_status_table.h', 51 'sync_driver/data_type_status_table.h',
52 'sync_driver/device_info.cc', 52 'sync_driver/device_info.cc',
53 'sync_driver/device_info.h', 53 'sync_driver/device_info.h',
54 'sync_driver/device_info_data_type_controller.cc', 54 'sync_driver/device_info_data_type_controller.cc',
55 'sync_driver/device_info_data_type_controller.h', 55 'sync_driver/device_info_data_type_controller.h',
56 'sync_driver/device_info_service.cc',
57 'sync_driver/device_info_service.h',
56 'sync_driver/device_info_sync_service.cc', 58 'sync_driver/device_info_sync_service.cc',
57 'sync_driver/device_info_sync_service.h', 59 'sync_driver/device_info_sync_service.h',
58 'sync_driver/device_info_tracker.h', 60 'sync_driver/device_info_tracker.h',
59 'sync_driver/directory_data_type_controller.cc', 61 'sync_driver/directory_data_type_controller.cc',
60 'sync_driver/directory_data_type_controller.h', 62 'sync_driver/directory_data_type_controller.h',
61 'sync_driver/favicon_cache.cc', 63 'sync_driver/favicon_cache.cc',
62 'sync_driver/favicon_cache.h', 64 'sync_driver/favicon_cache.h',
63 'sync_driver/frontend_data_type_controller.cc', 65 'sync_driver/frontend_data_type_controller.cc',
64 'sync_driver/frontend_data_type_controller.h', 66 'sync_driver/frontend_data_type_controller.h',
65 'sync_driver/generic_change_processor.cc', 67 'sync_driver/generic_change_processor.cc',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'sync_driver/non_frontend_data_type_controller_mock.cc', 204 'sync_driver/non_frontend_data_type_controller_mock.cc',
203 'sync_driver/non_frontend_data_type_controller_mock.h', 205 'sync_driver/non_frontend_data_type_controller_mock.h',
204 'sync_driver/non_ui_data_type_controller_mock.cc', 206 'sync_driver/non_ui_data_type_controller_mock.cc',
205 'sync_driver/non_ui_data_type_controller_mock.h', 207 'sync_driver/non_ui_data_type_controller_mock.h',
206 'sync_driver/sync_api_component_factory_mock.cc', 208 'sync_driver/sync_api_component_factory_mock.cc',
207 'sync_driver/sync_api_component_factory_mock.h', 209 'sync_driver/sync_api_component_factory_mock.h',
208 ], 210 ],
209 }, 211 },
210 ], 212 ],
211 } 213 }
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