| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "driver/sync_service.h", | 160 "driver/sync_service.h", |
| 161 "driver/sync_service_observer.cc", | 161 "driver/sync_service_observer.cc", |
| 162 "driver/sync_service_observer.h", | 162 "driver/sync_service_observer.h", |
| 163 "driver/sync_service_utils.cc", | 163 "driver/sync_service_utils.cc", |
| 164 "driver/sync_service_utils.h", | 164 "driver/sync_service_utils.h", |
| 165 "driver/sync_stopped_reporter.cc", | 165 "driver/sync_stopped_reporter.cc", |
| 166 "driver/sync_stopped_reporter.h", | 166 "driver/sync_stopped_reporter.h", |
| 167 "driver/sync_type_preference_provider.h", | 167 "driver/sync_type_preference_provider.h", |
| 168 "driver/sync_util.cc", | 168 "driver/sync_util.cc", |
| 169 "driver/sync_util.h", | 169 "driver/sync_util.h", |
| 170 "driver/ui_data_type_controller.cc", | |
| 171 "driver/ui_data_type_controller.h", | |
| 172 "driver/user_selectable_sync_type.h", | 170 "driver/user_selectable_sync_type.h", |
| 173 "engine/activation_context.cc", | 171 "engine/activation_context.cc", |
| 174 "engine/activation_context.h", | 172 "engine/activation_context.h", |
| 175 "engine/attachments/attachment_downloader.cc", | 173 "engine/attachments/attachment_downloader.cc", |
| 176 "engine/attachments/attachment_downloader.h", | 174 "engine/attachments/attachment_downloader.h", |
| 177 "engine/attachments/attachment_store_backend.cc", | 175 "engine/attachments/attachment_store_backend.cc", |
| 178 "engine/attachments/attachment_store_backend.h", | 176 "engine/attachments/attachment_store_backend.h", |
| 179 "engine/attachments/attachment_store_frontend.cc", | 177 "engine/attachments/attachment_store_frontend.cc", |
| 180 "engine/attachments/attachment_store_frontend.h", | 178 "engine/attachments/attachment_store_frontend.h", |
| 181 "engine/attachments/attachment_uploader.cc", | 179 "engine/attachments/attachment_uploader.cc", |
| (...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 858 "driver/generic_change_processor_unittest.cc", | 856 "driver/generic_change_processor_unittest.cc", |
| 859 "driver/glue/sync_backend_host_impl_unittest.cc", | 857 "driver/glue/sync_backend_host_impl_unittest.cc", |
| 860 "driver/glue/sync_backend_registrar_unittest.cc", | 858 "driver/glue/sync_backend_registrar_unittest.cc", |
| 861 "driver/model_association_manager_unittest.cc", | 859 "driver/model_association_manager_unittest.cc", |
| 862 "driver/model_type_controller_unittest.cc", | 860 "driver/model_type_controller_unittest.cc", |
| 863 "driver/non_ui_data_type_controller_unittest.cc", | 861 "driver/non_ui_data_type_controller_unittest.cc", |
| 864 "driver/shared_change_processor_unittest.cc", | 862 "driver/shared_change_processor_unittest.cc", |
| 865 "driver/startup_controller_unittest.cc", | 863 "driver/startup_controller_unittest.cc", |
| 866 "driver/sync_stopped_reporter_unittest.cc", | 864 "driver/sync_stopped_reporter_unittest.cc", |
| 867 "driver/sync_util_unittest.cc", | 865 "driver/sync_util_unittest.cc", |
| 868 "driver/ui_data_type_controller_unittest.cc", | |
| 869 "engine/attachments/attachment_store_frontend_unittest.cc", | 866 "engine/attachments/attachment_store_frontend_unittest.cc", |
| 870 "engine/attachments/attachment_store_test_template.h", | 867 "engine/attachments/attachment_store_test_template.h", |
| 871 "engine/attachments/fake_attachment_downloader_unittest.cc", | 868 "engine/attachments/fake_attachment_downloader_unittest.cc", |
| 872 "engine/attachments/fake_attachment_uploader_unittest.cc", | 869 "engine/attachments/fake_attachment_uploader_unittest.cc", |
| 873 "engine/attachments/in_memory_attachment_store_unittest.cc", | 870 "engine/attachments/in_memory_attachment_store_unittest.cc", |
| 874 "engine/attachments/on_disk_attachment_store_unittest.cc", | 871 "engine/attachments/on_disk_attachment_store_unittest.cc", |
| 875 "engine/browser_thread_model_worker_unittest.cc", | 872 "engine/browser_thread_model_worker_unittest.cc", |
| 876 "engine/cycle/sync_cycle_snapshot_unittest.cc", | 873 "engine/cycle/sync_cycle_snapshot_unittest.cc", |
| 877 "engine/model_safe_worker_unittest.cc", | 874 "engine/model_safe_worker_unittest.cc", |
| 878 "engine/net/http_bridge_unittest.cc", | 875 "engine/net/http_bridge_unittest.cc", |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1140 deps = [ | 1137 deps = [ |
| 1141 ":fake_server_jni", | 1138 ":fake_server_jni", |
| 1142 ":sync", | 1139 ":sync", |
| 1143 ":test_support_fake_server", | 1140 ":test_support_fake_server", |
| 1144 "//base", | 1141 "//base", |
| 1145 "//testing/gtest", | 1142 "//testing/gtest", |
| 1146 "//url:url", | 1143 "//url:url", |
| 1147 ] | 1144 ] |
| 1148 } | 1145 } |
| 1149 } | 1146 } |
| OLD | NEW |