| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 'sync_driver/non_ui_data_type_controller.cc', | 61 'sync_driver/non_ui_data_type_controller.cc', |
| 62 'sync_driver/non_ui_data_type_controller.h', | 62 'sync_driver/non_ui_data_type_controller.h', |
| 63 'sync_driver/open_tabs_ui_delegate.cc', | 63 'sync_driver/open_tabs_ui_delegate.cc', |
| 64 'sync_driver/open_tabs_ui_delegate.h', | 64 'sync_driver/open_tabs_ui_delegate.h', |
| 65 'sync_driver/pref_names.cc', | 65 'sync_driver/pref_names.cc', |
| 66 'sync_driver/pref_names.h', | 66 'sync_driver/pref_names.h', |
| 67 'sync_driver/profile_sync_auth_provider.cc', | 67 'sync_driver/profile_sync_auth_provider.cc', |
| 68 'sync_driver/profile_sync_auth_provider.h', | 68 'sync_driver/profile_sync_auth_provider.h', |
| 69 'sync_driver/proxy_data_type_controller.cc', | 69 'sync_driver/proxy_data_type_controller.cc', |
| 70 'sync_driver/proxy_data_type_controller.h', | 70 'sync_driver/proxy_data_type_controller.h', |
| 71 'sync_driver/protocol_event_observer.cc', |
| 72 'sync_driver/protocol_event_observer.h', |
| 71 'sync_driver/shared_change_processor.cc', | 73 'sync_driver/shared_change_processor.cc', |
| 72 'sync_driver/shared_change_processor.h', | 74 'sync_driver/shared_change_processor.h', |
| 73 'sync_driver/shared_change_processor_ref.cc', | 75 'sync_driver/shared_change_processor_ref.cc', |
| 74 'sync_driver/shared_change_processor_ref.h', | 76 'sync_driver/shared_change_processor_ref.h', |
| 75 'sync_driver/sync_api_component_factory.h', | 77 'sync_driver/sync_api_component_factory.h', |
| 76 'sync_driver/sync_frontend.cc', | 78 'sync_driver/sync_frontend.cc', |
| 77 'sync_driver/sync_frontend.h', | 79 'sync_driver/sync_frontend.h', |
| 78 'sync_driver/sync_prefs.cc', | 80 'sync_driver/sync_prefs.cc', |
| 79 'sync_driver/sync_prefs.h', | 81 'sync_driver/sync_prefs.h', |
| 80 'sync_driver/sync_service.h', | 82 'sync_driver/sync_service.h', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 'sync_driver/local_device_info_provider_mock.cc', | 132 'sync_driver/local_device_info_provider_mock.cc', |
| 131 'sync_driver/local_device_info_provider_mock.h', | 133 'sync_driver/local_device_info_provider_mock.h', |
| 132 'sync_driver/model_associator_mock.cc', | 134 'sync_driver/model_associator_mock.cc', |
| 133 'sync_driver/model_associator_mock.h', | 135 'sync_driver/model_associator_mock.h', |
| 134 'sync_driver/non_ui_data_type_controller_mock.cc', | 136 'sync_driver/non_ui_data_type_controller_mock.cc', |
| 135 'sync_driver/non_ui_data_type_controller_mock.h', | 137 'sync_driver/non_ui_data_type_controller_mock.h', |
| 136 ], | 138 ], |
| 137 }, | 139 }, |
| 138 ], | 140 ], |
| 139 } | 141 } |
| OLD | NEW |