| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 'sync_driver/sync_error_controller.h', | 79 'sync_driver/sync_error_controller.h', |
| 80 'sync_driver/sync_frontend.cc', | 80 'sync_driver/sync_frontend.cc', |
| 81 'sync_driver/sync_frontend.h', | 81 'sync_driver/sync_frontend.h', |
| 82 'sync_driver/sync_prefs.cc', | 82 'sync_driver/sync_prefs.cc', |
| 83 'sync_driver/sync_prefs.h', | 83 'sync_driver/sync_prefs.h', |
| 84 'sync_driver/sync_service.h', | 84 'sync_driver/sync_service.h', |
| 85 'sync_driver/sync_service_observer.cc', | 85 'sync_driver/sync_service_observer.cc', |
| 86 'sync_driver/sync_service_observer.h', | 86 'sync_driver/sync_service_observer.h', |
| 87 'sync_driver/system_encryptor.cc', | 87 'sync_driver/system_encryptor.cc', |
| 88 'sync_driver/system_encryptor.h', | 88 'sync_driver/system_encryptor.h', |
| 89 'sync_driver/tab_node_pool.cc', |
| 90 'sync_driver/tab_node_pool.h', |
| 89 'sync_driver/ui_data_type_controller.cc', | 91 'sync_driver/ui_data_type_controller.cc', |
| 90 'sync_driver/ui_data_type_controller.h', | 92 'sync_driver/ui_data_type_controller.h', |
| 91 'sync_driver/user_selectable_sync_type.h', | 93 'sync_driver/user_selectable_sync_type.h', |
| 92 ], | 94 ], |
| 93 'conditions': [ | 95 'conditions': [ |
| 94 ['OS!="ios"', { | 96 ['OS!="ios"', { |
| 95 'dependencies': [ | 97 'dependencies': [ |
| 96 'sessions_content', | 98 'sessions_content', |
| 97 ], | 99 ], |
| 98 }, { # OS==ios | 100 }, { # OS==ios |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 'sync_driver/local_device_info_provider_mock.cc', | 145 'sync_driver/local_device_info_provider_mock.cc', |
| 144 'sync_driver/local_device_info_provider_mock.h', | 146 'sync_driver/local_device_info_provider_mock.h', |
| 145 'sync_driver/model_associator_mock.cc', | 147 'sync_driver/model_associator_mock.cc', |
| 146 'sync_driver/model_associator_mock.h', | 148 'sync_driver/model_associator_mock.h', |
| 147 'sync_driver/non_ui_data_type_controller_mock.cc', | 149 'sync_driver/non_ui_data_type_controller_mock.cc', |
| 148 'sync_driver/non_ui_data_type_controller_mock.h', | 150 'sync_driver/non_ui_data_type_controller_mock.h', |
| 149 ], | 151 ], |
| 150 }, | 152 }, |
| 151 ], | 153 ], |
| 152 } | 154 } |
| OLD | NEW |