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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_count_metrics_provider.cc', | 52 'sync_driver/device_count_metrics_provider.cc', |
53 'sync_driver/device_count_metrics_provider.h', | 53 'sync_driver/device_count_metrics_provider.h', |
54 'sync_driver/device_info.cc', | 54 'sync_driver/device_info.cc', |
55 'sync_driver/device_info.h', | 55 'sync_driver/device_info.h', |
56 'sync_driver/device_info_data_type_controller.cc', | 56 'sync_driver/device_info_data_type_controller.cc', |
57 'sync_driver/device_info_data_type_controller.h', | 57 'sync_driver/device_info_data_type_controller.h', |
58 'sync_driver/device_info_model_type_controller.cc', | |
59 'sync_driver/device_info_model_type_controller.h', | |
60 'sync_driver/device_info_service.cc', | 58 'sync_driver/device_info_service.cc', |
61 'sync_driver/device_info_service.h', | 59 'sync_driver/device_info_service.h', |
62 'sync_driver/device_info_sync_service.cc', | 60 'sync_driver/device_info_sync_service.cc', |
63 'sync_driver/device_info_sync_service.h', | 61 'sync_driver/device_info_sync_service.h', |
64 'sync_driver/device_info_tracker.h', | 62 'sync_driver/device_info_tracker.h', |
65 'sync_driver/device_info_util.cc', | 63 'sync_driver/device_info_util.cc', |
66 'sync_driver/device_info_util.h', | 64 'sync_driver/device_info_util.h', |
67 'sync_driver/directory_data_type_controller.cc', | 65 'sync_driver/directory_data_type_controller.cc', |
68 'sync_driver/directory_data_type_controller.h', | 66 'sync_driver/directory_data_type_controller.h', |
69 'sync_driver/frontend_data_type_controller.cc', | 67 'sync_driver/frontend_data_type_controller.cc', |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 'sync_driver/model_associator_mock.cc', | 198 'sync_driver/model_associator_mock.cc', |
201 'sync_driver/model_associator_mock.h', | 199 'sync_driver/model_associator_mock.h', |
202 'sync_driver/non_ui_data_type_controller_mock.cc', | 200 'sync_driver/non_ui_data_type_controller_mock.cc', |
203 'sync_driver/non_ui_data_type_controller_mock.h', | 201 'sync_driver/non_ui_data_type_controller_mock.h', |
204 'sync_driver/sync_api_component_factory_mock.cc', | 202 'sync_driver/sync_api_component_factory_mock.cc', |
205 'sync_driver/sync_api_component_factory_mock.h', | 203 'sync_driver/sync_api_component_factory_mock.h', |
206 ], | 204 ], |
207 }, | 205 }, |
208 ], | 206 ], |
209 } | 207 } |
OLD | NEW |