| 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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//components/sync/protocol/protocol_sources.gni") | 7 import("//components/sync/protocol/protocol_sources.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 | 9 |
| 10 static_library("sync") { | 10 static_library("sync") { |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 "driver/sync_service.h", | 164 "driver/sync_service.h", |
| 165 "driver/sync_service_observer.cc", | 165 "driver/sync_service_observer.cc", |
| 166 "driver/sync_service_observer.h", | 166 "driver/sync_service_observer.h", |
| 167 "driver/sync_service_utils.cc", | 167 "driver/sync_service_utils.cc", |
| 168 "driver/sync_service_utils.h", | 168 "driver/sync_service_utils.h", |
| 169 "driver/sync_stopped_reporter.cc", | 169 "driver/sync_stopped_reporter.cc", |
| 170 "driver/sync_stopped_reporter.h", | 170 "driver/sync_stopped_reporter.h", |
| 171 "driver/sync_type_preference_provider.h", | 171 "driver/sync_type_preference_provider.h", |
| 172 "driver/sync_util.cc", | 172 "driver/sync_util.cc", |
| 173 "driver/sync_util.h", | 173 "driver/sync_util.h", |
| 174 "driver/ui_data_type_controller.cc", | |
| 175 "driver/ui_data_type_controller.h", | |
| 176 "driver/user_selectable_sync_type.h", | 174 "driver/user_selectable_sync_type.h", |
| 177 "engine/activation_context.cc", | 175 "engine/activation_context.cc", |
| 178 "engine/activation_context.h", | 176 "engine/activation_context.h", |
| 179 "engine/attachments/attachment_downloader.cc", | 177 "engine/attachments/attachment_downloader.cc", |
| 180 "engine/attachments/attachment_downloader.h", | 178 "engine/attachments/attachment_downloader.h", |
| 181 "engine/attachments/attachment_store_backend.cc", | 179 "engine/attachments/attachment_store_backend.cc", |
| 182 "engine/attachments/attachment_store_backend.h", | 180 "engine/attachments/attachment_store_backend.h", |
| 183 "engine/attachments/attachment_store_frontend.cc", | 181 "engine/attachments/attachment_store_frontend.cc", |
| 184 "engine/attachments/attachment_store_frontend.h", | 182 "engine/attachments/attachment_store_frontend.h", |
| 185 "engine/attachments/attachment_uploader.cc", | 183 "engine/attachments/attachment_uploader.cc", |
| (...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 "driver/glue/sync_backend_host_impl_unittest.cc", | 853 "driver/glue/sync_backend_host_impl_unittest.cc", |
| 856 "driver/glue/sync_backend_registrar_unittest.cc", | 854 "driver/glue/sync_backend_registrar_unittest.cc", |
| 857 "driver/glue/ui_model_worker_unittest.cc", | 855 "driver/glue/ui_model_worker_unittest.cc", |
| 858 "driver/model_association_manager_unittest.cc", | 856 "driver/model_association_manager_unittest.cc", |
| 859 "driver/model_type_controller_unittest.cc", | 857 "driver/model_type_controller_unittest.cc", |
| 860 "driver/non_ui_data_type_controller_unittest.cc", | 858 "driver/non_ui_data_type_controller_unittest.cc", |
| 861 "driver/shared_change_processor_unittest.cc", | 859 "driver/shared_change_processor_unittest.cc", |
| 862 "driver/startup_controller_unittest.cc", | 860 "driver/startup_controller_unittest.cc", |
| 863 "driver/sync_stopped_reporter_unittest.cc", | 861 "driver/sync_stopped_reporter_unittest.cc", |
| 864 "driver/sync_util_unittest.cc", | 862 "driver/sync_util_unittest.cc", |
| 865 "driver/ui_data_type_controller_unittest.cc", | |
| 866 "engine/attachments/attachment_store_frontend_unittest.cc", | 863 "engine/attachments/attachment_store_frontend_unittest.cc", |
| 867 "engine/attachments/attachment_store_test_template.h", | 864 "engine/attachments/attachment_store_test_template.h", |
| 868 "engine/attachments/fake_attachment_downloader_unittest.cc", | 865 "engine/attachments/fake_attachment_downloader_unittest.cc", |
| 869 "engine/attachments/fake_attachment_uploader_unittest.cc", | 866 "engine/attachments/fake_attachment_uploader_unittest.cc", |
| 870 "engine/attachments/in_memory_attachment_store_unittest.cc", | 867 "engine/attachments/in_memory_attachment_store_unittest.cc", |
| 871 "engine/attachments/on_disk_attachment_store_unittest.cc", | 868 "engine/attachments/on_disk_attachment_store_unittest.cc", |
| 872 "engine/cycle/sync_cycle_snapshot_unittest.cc", | 869 "engine/cycle/sync_cycle_snapshot_unittest.cc", |
| 873 "engine/model_safe_worker_unittest.cc", | 870 "engine/model_safe_worker_unittest.cc", |
| 874 "engine/net/http_bridge_unittest.cc", | 871 "engine/net/http_bridge_unittest.cc", |
| 875 "engine_impl/apply_control_data_updates_unittest.cc", | 872 "engine_impl/apply_control_data_updates_unittest.cc", |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1136 deps = [ | 1133 deps = [ |
| 1137 ":fake_server_jni", | 1134 ":fake_server_jni", |
| 1138 ":sync", | 1135 ":sync", |
| 1139 ":test_support_fake_server", | 1136 ":test_support_fake_server", |
| 1140 "//base", | 1137 "//base", |
| 1141 "//testing/gtest", | 1138 "//testing/gtest", |
| 1142 "//url:url", | 1139 "//url:url", |
| 1143 ] | 1140 ] |
| 1144 } | 1141 } |
| 1145 } | 1142 } |
| OLD | NEW |