OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |