| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'sync_driver/protocol_event_observer.h', | 82 'sync_driver/protocol_event_observer.h', |
| 83 'sync_driver/proxy_data_type_controller.cc', | 83 'sync_driver/proxy_data_type_controller.cc', |
| 84 'sync_driver/proxy_data_type_controller.h', | 84 'sync_driver/proxy_data_type_controller.h', |
| 85 'sync_driver/shared_change_processor.cc', | 85 'sync_driver/shared_change_processor.cc', |
| 86 'sync_driver/shared_change_processor.h', | 86 'sync_driver/shared_change_processor.h', |
| 87 'sync_driver/shared_change_processor_ref.cc', | 87 'sync_driver/shared_change_processor_ref.cc', |
| 88 'sync_driver/shared_change_processor_ref.h', | 88 'sync_driver/shared_change_processor_ref.h', |
| 89 'sync_driver/sync_api_component_factory.h', | 89 'sync_driver/sync_api_component_factory.h', |
| 90 'sync_driver/sync_client.cc', | 90 'sync_driver/sync_client.cc', |
| 91 'sync_driver/sync_client.h', | 91 'sync_driver/sync_client.h', |
| 92 'sync_driver/sync_driver_switches.cc', |
| 93 'sync_driver/sync_driver_switches.h', |
| 92 'sync_driver/sync_error_controller.cc', | 94 'sync_driver/sync_error_controller.cc', |
| 93 'sync_driver/sync_error_controller.h', | 95 'sync_driver/sync_error_controller.h', |
| 94 'sync_driver/sync_frontend.cc', | 96 'sync_driver/sync_frontend.cc', |
| 95 'sync_driver/sync_frontend.h', | 97 'sync_driver/sync_frontend.h', |
| 96 'sync_driver/sync_prefs.cc', | 98 'sync_driver/sync_prefs.cc', |
| 97 'sync_driver/sync_prefs.h', | 99 'sync_driver/sync_prefs.h', |
| 98 'sync_driver/sync_service.h', | 100 'sync_driver/sync_service.h', |
| 99 'sync_driver/sync_service_observer.cc', | 101 'sync_driver/sync_service_observer.cc', |
| 100 'sync_driver/sync_service_observer.h', | 102 'sync_driver/sync_service_observer.h', |
| 101 'sync_driver/sync_service_utils.cc', | 103 'sync_driver/sync_service_utils.cc', |
| 102 'sync_driver/sync_service_utils.h', | 104 'sync_driver/sync_service_utils.h', |
| 103 'sync_driver/sync_stopped_reporter.cc', | 105 'sync_driver/sync_stopped_reporter.cc', |
| 104 'sync_driver/sync_stopped_reporter.h', | 106 'sync_driver/sync_stopped_reporter.h', |
| 107 'sync_driver/sync_util.cc', |
| 108 'sync_driver/sync_util.h', |
| 105 'sync_driver/system_encryptor.cc', | 109 'sync_driver/system_encryptor.cc', |
| 106 'sync_driver/system_encryptor.h', | 110 'sync_driver/system_encryptor.h', |
| 107 'sync_driver/tab_node_pool.cc', | 111 'sync_driver/tab_node_pool.cc', |
| 108 'sync_driver/tab_node_pool.h', | 112 'sync_driver/tab_node_pool.h', |
| 109 'sync_driver/ui_data_type_controller.cc', | 113 'sync_driver/ui_data_type_controller.cc', |
| 110 'sync_driver/ui_data_type_controller.h', | 114 'sync_driver/ui_data_type_controller.h', |
| 111 'sync_driver/user_selectable_sync_type.h', | 115 'sync_driver/user_selectable_sync_type.h', |
| 112 ], | 116 ], |
| 113 'conditions': [ | 117 'conditions': [ |
| 114 ['OS!="ios"', { | 118 ['OS!="ios"', { |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'sync_driver/local_device_info_provider_mock.cc', | 167 'sync_driver/local_device_info_provider_mock.cc', |
| 164 'sync_driver/local_device_info_provider_mock.h', | 168 'sync_driver/local_device_info_provider_mock.h', |
| 165 'sync_driver/model_associator_mock.cc', | 169 'sync_driver/model_associator_mock.cc', |
| 166 'sync_driver/model_associator_mock.h', | 170 'sync_driver/model_associator_mock.h', |
| 167 'sync_driver/non_ui_data_type_controller_mock.cc', | 171 'sync_driver/non_ui_data_type_controller_mock.cc', |
| 168 'sync_driver/non_ui_data_type_controller_mock.h', | 172 'sync_driver/non_ui_data_type_controller_mock.h', |
| 169 ], | 173 ], |
| 170 }, | 174 }, |
| 171 ], | 175 ], |
| 172 } | 176 } |
| OLD | NEW |