| 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 14 matching lines...) Expand all Loading... |
| 25 'sync_driver/data_type_controller.cc', | 25 'sync_driver/data_type_controller.cc', |
| 26 'sync_driver/data_type_controller.h', | 26 'sync_driver/data_type_controller.h', |
| 27 'sync_driver/data_type_encryption_handler.cc', | 27 'sync_driver/data_type_encryption_handler.cc', |
| 28 'sync_driver/data_type_encryption_handler.h', | 28 'sync_driver/data_type_encryption_handler.h', |
| 29 'sync_driver/data_type_error_handler.h', | 29 'sync_driver/data_type_error_handler.h', |
| 30 'sync_driver/data_type_manager.cc', | 30 'sync_driver/data_type_manager.cc', |
| 31 'sync_driver/data_type_manager.h', | 31 'sync_driver/data_type_manager.h', |
| 32 'sync_driver/data_type_manager_impl.cc', | 32 'sync_driver/data_type_manager_impl.cc', |
| 33 'sync_driver/data_type_manager_impl.h', | 33 'sync_driver/data_type_manager_impl.h', |
| 34 'sync_driver/data_type_manager_observer.h', | 34 'sync_driver/data_type_manager_observer.h', |
| 35 'sync_driver/failed_data_types_handler.cc', | 35 'sync_driver/data_type_status_table.cc', |
| 36 'sync_driver/failed_data_types_handler.h', | 36 'sync_driver/data_type_status_table.h', |
| 37 'sync_driver/generic_change_processor.cc', | 37 'sync_driver/generic_change_processor.cc', |
| 38 'sync_driver/generic_change_processor.h', | 38 'sync_driver/generic_change_processor.h', |
| 39 'sync_driver/generic_change_processor_factory.cc', | 39 'sync_driver/generic_change_processor_factory.cc', |
| 40 'sync_driver/generic_change_processor_factory.h', | 40 'sync_driver/generic_change_processor_factory.h', |
| 41 'sync_driver/model_association_manager.cc', | 41 'sync_driver/model_association_manager.cc', |
| 42 'sync_driver/model_association_manager.h', | 42 'sync_driver/model_association_manager.h', |
| 43 'sync_driver/model_associator.h', | 43 'sync_driver/model_associator.h', |
| 44 'sync_driver/non_blocking_data_type_controller.cc', | 44 'sync_driver/non_blocking_data_type_controller.cc', |
| 45 'sync_driver/non_blocking_data_type_controller.h', | 45 'sync_driver/non_blocking_data_type_controller.h', |
| 46 'sync_driver/non_blocking_data_type_manager.cc', | 46 'sync_driver/non_blocking_data_type_manager.cc', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'sync_driver/fake_generic_change_processor.cc', | 95 'sync_driver/fake_generic_change_processor.cc', |
| 96 'sync_driver/fake_generic_change_processor.h', | 96 'sync_driver/fake_generic_change_processor.h', |
| 97 'sync_driver/model_associator_mock.cc', | 97 'sync_driver/model_associator_mock.cc', |
| 98 'sync_driver/model_associator_mock.h', | 98 'sync_driver/model_associator_mock.h', |
| 99 'sync_driver/non_ui_data_type_controller_mock.cc', | 99 'sync_driver/non_ui_data_type_controller_mock.cc', |
| 100 'sync_driver/non_ui_data_type_controller_mock.h', | 100 'sync_driver/non_ui_data_type_controller_mock.h', |
| 101 ], | 101 ], |
| 102 }, | 102 }, |
| 103 ], | 103 ], |
| 104 } | 104 } |
| OLD | NEW |