| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 'sync_driver/glue/synced_session.cc', | 71 'sync_driver/glue/synced_session.cc', |
| 72 'sync_driver/glue/synced_session.h', | 72 'sync_driver/glue/synced_session.h', |
| 73 'sync_driver/glue/synced_window_delegate.h', | 73 'sync_driver/glue/synced_window_delegate.h', |
| 74 'sync_driver/glue/ui_model_worker.cc', | 74 'sync_driver/glue/ui_model_worker.cc', |
| 75 'sync_driver/glue/ui_model_worker.h', | 75 'sync_driver/glue/ui_model_worker.h', |
| 76 'sync_driver/invalidation_adapter.cc', | 76 'sync_driver/invalidation_adapter.cc', |
| 77 'sync_driver/invalidation_adapter.h', | 77 'sync_driver/invalidation_adapter.h', |
| 78 'sync_driver/invalidation_helper.cc', | 78 'sync_driver/invalidation_helper.cc', |
| 79 'sync_driver/invalidation_helper.h', | 79 'sync_driver/invalidation_helper.h', |
| 80 'sync_driver/local_device_info_provider.h', | 80 'sync_driver/local_device_info_provider.h', |
| 81 'sync_driver/local_device_info_provider_impl.cc', |
| 82 'sync_driver/local_device_info_provider_impl.h', |
| 81 'sync_driver/model_association_manager.cc', | 83 'sync_driver/model_association_manager.cc', |
| 82 'sync_driver/model_association_manager.h', | 84 'sync_driver/model_association_manager.h', |
| 83 'sync_driver/model_associator.h', | 85 'sync_driver/model_associator.h', |
| 84 'sync_driver/non_blocking_data_type_controller.cc', | 86 'sync_driver/non_blocking_data_type_controller.cc', |
| 85 'sync_driver/non_blocking_data_type_controller.h', | 87 'sync_driver/non_blocking_data_type_controller.h', |
| 86 'sync_driver/non_frontend_data_type_controller.cc', | 88 'sync_driver/non_frontend_data_type_controller.cc', |
| 87 'sync_driver/non_frontend_data_type_controller.h', | 89 'sync_driver/non_frontend_data_type_controller.h', |
| 88 'sync_driver/non_ui_data_type_controller.cc', | 90 'sync_driver/non_ui_data_type_controller.cc', |
| 89 'sync_driver/non_ui_data_type_controller.h', | 91 'sync_driver/non_ui_data_type_controller.h', |
| 90 'sync_driver/open_tabs_ui_delegate.cc', | 92 'sync_driver/open_tabs_ui_delegate.cc', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'sync_driver/non_frontend_data_type_controller_mock.cc', | 200 'sync_driver/non_frontend_data_type_controller_mock.cc', |
| 199 'sync_driver/non_frontend_data_type_controller_mock.h', | 201 'sync_driver/non_frontend_data_type_controller_mock.h', |
| 200 'sync_driver/non_ui_data_type_controller_mock.cc', | 202 'sync_driver/non_ui_data_type_controller_mock.cc', |
| 201 'sync_driver/non_ui_data_type_controller_mock.h', | 203 'sync_driver/non_ui_data_type_controller_mock.h', |
| 202 'sync_driver/sync_api_component_factory_mock.cc', | 204 'sync_driver/sync_api_component_factory_mock.cc', |
| 203 'sync_driver/sync_api_component_factory_mock.h', | 205 'sync_driver/sync_api_component_factory_mock.h', |
| 204 ], | 206 ], |
| 205 }, | 207 }, |
| 206 ], | 208 ], |
| 207 } | 209 } |
| OLD | NEW |