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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 'sync_driver/data_type_manager_observer.h', | 47 'sync_driver/data_type_manager_observer.h', |
48 'sync_driver/data_type_status_table.cc', | 48 'sync_driver/data_type_status_table.cc', |
49 'sync_driver/data_type_status_table.h', | 49 'sync_driver/data_type_status_table.h', |
50 'sync_driver/device_info.cc', | 50 'sync_driver/device_info.cc', |
51 'sync_driver/device_info.h', | 51 'sync_driver/device_info.h', |
52 'sync_driver/device_info_data_type_controller.cc', | 52 'sync_driver/device_info_data_type_controller.cc', |
53 'sync_driver/device_info_data_type_controller.h', | 53 'sync_driver/device_info_data_type_controller.h', |
54 'sync_driver/device_info_sync_service.cc', | 54 'sync_driver/device_info_sync_service.cc', |
55 'sync_driver/device_info_sync_service.h', | 55 'sync_driver/device_info_sync_service.h', |
56 'sync_driver/device_info_tracker.h', | 56 'sync_driver/device_info_tracker.h', |
| 57 'sync_driver/directory_data_type_controller.cc', |
| 58 'sync_driver/directory_data_type_controller.h', |
57 'sync_driver/favicon_cache.cc', | 59 'sync_driver/favicon_cache.cc', |
58 'sync_driver/favicon_cache.h', | 60 'sync_driver/favicon_cache.h', |
59 'sync_driver/frontend_data_type_controller.cc', | 61 'sync_driver/frontend_data_type_controller.cc', |
60 'sync_driver/frontend_data_type_controller.h', | 62 'sync_driver/frontend_data_type_controller.h', |
61 'sync_driver/generic_change_processor.cc', | 63 'sync_driver/generic_change_processor.cc', |
62 'sync_driver/generic_change_processor.h', | 64 'sync_driver/generic_change_processor.h', |
63 'sync_driver/generic_change_processor_factory.cc', | 65 'sync_driver/generic_change_processor_factory.cc', |
64 'sync_driver/generic_change_processor_factory.h', | 66 'sync_driver/generic_change_processor_factory.h', |
65 'sync_driver/glue/synced_session.cc', | 67 'sync_driver/glue/synced_session.cc', |
66 'sync_driver/glue/synced_session.h', | 68 'sync_driver/glue/synced_session.h', |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 'sync_driver/local_device_info_provider_mock.cc', | 182 'sync_driver/local_device_info_provider_mock.cc', |
181 'sync_driver/local_device_info_provider_mock.h', | 183 'sync_driver/local_device_info_provider_mock.h', |
182 'sync_driver/model_associator_mock.cc', | 184 'sync_driver/model_associator_mock.cc', |
183 'sync_driver/model_associator_mock.h', | 185 'sync_driver/model_associator_mock.h', |
184 'sync_driver/non_ui_data_type_controller_mock.cc', | 186 'sync_driver/non_ui_data_type_controller_mock.cc', |
185 'sync_driver/non_ui_data_type_controller_mock.h', | 187 'sync_driver/non_ui_data_type_controller_mock.h', |
186 ], | 188 ], |
187 }, | 189 }, |
188 ], | 190 ], |
189 } | 191 } |
OLD | NEW |