| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'sync_driver/generic_change_processor.cc', | 63 'sync_driver/generic_change_processor.cc', |
| 64 'sync_driver/generic_change_processor.h', | 64 'sync_driver/generic_change_processor.h', |
| 65 'sync_driver/generic_change_processor_factory.cc', | 65 'sync_driver/generic_change_processor_factory.cc', |
| 66 'sync_driver/generic_change_processor_factory.h', | 66 'sync_driver/generic_change_processor_factory.h', |
| 67 'sync_driver/glue/synced_session.cc', | 67 'sync_driver/glue/synced_session.cc', |
| 68 'sync_driver/glue/synced_session.h', | 68 'sync_driver/glue/synced_session.h', |
| 69 'sync_driver/glue/typed_url_model_associator.cc', | 69 'sync_driver/glue/typed_url_model_associator.cc', |
| 70 'sync_driver/glue/typed_url_model_associator.h', | 70 'sync_driver/glue/typed_url_model_associator.h', |
| 71 'sync_driver/invalidation_adapter.cc', | 71 'sync_driver/invalidation_adapter.cc', |
| 72 'sync_driver/invalidation_adapter.h', | 72 'sync_driver/invalidation_adapter.h', |
| 73 'sync_driver/invalidation_helper.cc', | |
| 74 'sync_driver/invalidation_helper.h', | |
| 75 'sync_driver/local_device_info_provider.h', | 73 'sync_driver/local_device_info_provider.h', |
| 76 'sync_driver/model_association_manager.cc', | 74 'sync_driver/model_association_manager.cc', |
| 77 'sync_driver/model_association_manager.h', | 75 'sync_driver/model_association_manager.h', |
| 78 'sync_driver/model_associator.h', | 76 'sync_driver/model_associator.h', |
| 79 'sync_driver/non_blocking_data_type_controller.cc', | 77 'sync_driver/non_blocking_data_type_controller.cc', |
| 80 'sync_driver/non_blocking_data_type_controller.h', | 78 'sync_driver/non_blocking_data_type_controller.h', |
| 81 'sync_driver/non_blocking_data_type_manager.cc', | 79 'sync_driver/non_blocking_data_type_manager.cc', |
| 82 'sync_driver/non_blocking_data_type_manager.h', | 80 'sync_driver/non_blocking_data_type_manager.h', |
| 83 'sync_driver/non_ui_data_type_controller.cc', | 81 'sync_driver/non_ui_data_type_controller.cc', |
| 84 'sync_driver/non_ui_data_type_controller.h', | 82 'sync_driver/non_ui_data_type_controller.h', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 'sync_driver/local_device_info_provider_mock.cc', | 182 'sync_driver/local_device_info_provider_mock.cc', |
| 185 'sync_driver/local_device_info_provider_mock.h', | 183 'sync_driver/local_device_info_provider_mock.h', |
| 186 'sync_driver/model_associator_mock.cc', | 184 'sync_driver/model_associator_mock.cc', |
| 187 'sync_driver/model_associator_mock.h', | 185 'sync_driver/model_associator_mock.h', |
| 188 'sync_driver/non_ui_data_type_controller_mock.cc', | 186 'sync_driver/non_ui_data_type_controller_mock.cc', |
| 189 'sync_driver/non_ui_data_type_controller_mock.h', | 187 'sync_driver/non_ui_data_type_controller_mock.h', |
| 190 ], | 188 ], |
| 191 }, | 189 }, |
| 192 ], | 190 ], |
| 193 } | 191 } |
| OLD | NEW |