| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 'sync_driver/glue/synced_window_delegate.h', | 77 'sync_driver/glue/synced_window_delegate.h', |
| 78 'sync_driver/glue/typed_url_model_associator.cc', | 78 'sync_driver/glue/typed_url_model_associator.cc', |
| 79 'sync_driver/glue/typed_url_model_associator.h', | 79 'sync_driver/glue/typed_url_model_associator.h', |
| 80 'sync_driver/glue/ui_model_worker.cc', | 80 'sync_driver/glue/ui_model_worker.cc', |
| 81 'sync_driver/glue/ui_model_worker.h', | 81 'sync_driver/glue/ui_model_worker.h', |
| 82 'sync_driver/invalidation_adapter.cc', | 82 'sync_driver/invalidation_adapter.cc', |
| 83 'sync_driver/invalidation_adapter.h', | 83 'sync_driver/invalidation_adapter.h', |
| 84 'sync_driver/invalidation_helper.cc', | 84 'sync_driver/invalidation_helper.cc', |
| 85 'sync_driver/invalidation_helper.h', | 85 'sync_driver/invalidation_helper.h', |
| 86 'sync_driver/local_device_info_provider.h', | 86 'sync_driver/local_device_info_provider.h', |
| 87 'sync_driver/local_device_info_provider_impl.cc', |
| 88 'sync_driver/local_device_info_provider_impl.h', |
| 87 'sync_driver/model_association_manager.cc', | 89 'sync_driver/model_association_manager.cc', |
| 88 'sync_driver/model_association_manager.h', | 90 'sync_driver/model_association_manager.h', |
| 89 'sync_driver/model_associator.h', | 91 'sync_driver/model_associator.h', |
| 90 'sync_driver/non_blocking_data_type_controller.cc', | 92 'sync_driver/non_blocking_data_type_controller.cc', |
| 91 'sync_driver/non_blocking_data_type_controller.h', | 93 'sync_driver/non_blocking_data_type_controller.h', |
| 92 'sync_driver/non_ui_data_type_controller.cc', | 94 'sync_driver/non_ui_data_type_controller.cc', |
| 93 'sync_driver/non_ui_data_type_controller.h', | 95 'sync_driver/non_ui_data_type_controller.h', |
| 94 'sync_driver/open_tabs_ui_delegate.cc', | 96 'sync_driver/open_tabs_ui_delegate.cc', |
| 95 'sync_driver/open_tabs_ui_delegate.h', | 97 'sync_driver/open_tabs_ui_delegate.h', |
| 96 'sync_driver/pref_names.cc', | 98 'sync_driver/pref_names.cc', |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 'sync_driver/model_associator_mock.cc', | 208 'sync_driver/model_associator_mock.cc', |
| 207 'sync_driver/model_associator_mock.h', | 209 'sync_driver/model_associator_mock.h', |
| 208 'sync_driver/non_ui_data_type_controller_mock.cc', | 210 'sync_driver/non_ui_data_type_controller_mock.cc', |
| 209 'sync_driver/non_ui_data_type_controller_mock.h', | 211 'sync_driver/non_ui_data_type_controller_mock.h', |
| 210 'sync_driver/sync_api_component_factory_mock.cc', | 212 'sync_driver/sync_api_component_factory_mock.cc', |
| 211 'sync_driver/sync_api_component_factory_mock.h', | 213 'sync_driver/sync_api_component_factory_mock.h', |
| 212 ], | 214 ], |
| 213 }, | 215 }, |
| 214 ], | 216 ], |
| 215 } | 217 } |
| OLD | NEW |