| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 "driver/frontend_data_type_controller.cc", | 119 "driver/frontend_data_type_controller.cc", |
| 120 "driver/frontend_data_type_controller.h", | 120 "driver/frontend_data_type_controller.h", |
| 121 "driver/generic_change_processor.cc", | 121 "driver/generic_change_processor.cc", |
| 122 "driver/generic_change_processor.h", | 122 "driver/generic_change_processor.h", |
| 123 "driver/generic_change_processor_factory.cc", | 123 "driver/generic_change_processor_factory.cc", |
| 124 "driver/generic_change_processor_factory.h", | 124 "driver/generic_change_processor_factory.h", |
| 125 "driver/glue/sync_backend_host_core.cc", | 125 "driver/glue/sync_backend_host_core.cc", |
| 126 "driver/glue/sync_backend_host_core.h", | 126 "driver/glue/sync_backend_host_core.h", |
| 127 "driver/glue/sync_backend_host_impl.cc", | 127 "driver/glue/sync_backend_host_impl.cc", |
| 128 "driver/glue/sync_backend_host_impl.h", | 128 "driver/glue/sync_backend_host_impl.h", |
| 129 "driver/glue/sync_backend_registrar.cc", | |
| 130 "driver/glue/sync_backend_registrar.h", | |
| 131 "driver/model_association_manager.cc", | 129 "driver/model_association_manager.cc", |
| 132 "driver/model_association_manager.h", | 130 "driver/model_association_manager.h", |
| 133 "driver/model_associator.h", | 131 "driver/model_associator.h", |
| 134 "driver/model_type_controller.cc", | 132 "driver/model_type_controller.cc", |
| 135 "driver/model_type_controller.h", | 133 "driver/model_type_controller.h", |
| 136 "driver/proxy_data_type_controller.cc", | 134 "driver/proxy_data_type_controller.cc", |
| 137 "driver/proxy_data_type_controller.h", | 135 "driver/proxy_data_type_controller.h", |
| 138 "driver/shared_change_processor.cc", | 136 "driver/shared_change_processor.cc", |
| 139 "driver/shared_change_processor.h", | 137 "driver/shared_change_processor.h", |
| 140 "driver/shared_change_processor_ref.cc", | 138 "driver/shared_change_processor_ref.cc", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 "engine/net/http_post_provider_interface.h", | 228 "engine/net/http_post_provider_interface.h", |
| 231 "engine/net/network_resources.h", | 229 "engine/net/network_resources.h", |
| 232 "engine/non_blocking_sync_common.cc", | 230 "engine/non_blocking_sync_common.cc", |
| 233 "engine/non_blocking_sync_common.h", | 231 "engine/non_blocking_sync_common.h", |
| 234 "engine/passive_model_worker.cc", | 232 "engine/passive_model_worker.cc", |
| 235 "engine/passive_model_worker.h", | 233 "engine/passive_model_worker.h", |
| 236 "engine/polling_constants.cc", | 234 "engine/polling_constants.cc", |
| 237 "engine/polling_constants.h", | 235 "engine/polling_constants.h", |
| 238 "engine/shutdown_reason.h", | 236 "engine/shutdown_reason.h", |
| 239 "engine/sync_auth_provider.h", | 237 "engine/sync_auth_provider.h", |
| 238 "engine/sync_backend_registrar.cc", |
| 239 "engine/sync_backend_registrar.h", |
| 240 "engine/sync_encryption_handler.cc", | 240 "engine/sync_encryption_handler.cc", |
| 241 "engine/sync_encryption_handler.h", | 241 "engine/sync_encryption_handler.h", |
| 242 "engine/sync_engine.cc", | 242 "engine/sync_engine.cc", |
| 243 "engine/sync_engine.h", | 243 "engine/sync_engine.h", |
| 244 "engine/sync_engine_host.cc", | 244 "engine/sync_engine_host.cc", |
| 245 "engine/sync_engine_host.h", | 245 "engine/sync_engine_host.h", |
| 246 "engine/sync_manager.cc", | 246 "engine/sync_manager.cc", |
| 247 "engine/sync_manager.h", | 247 "engine/sync_manager.h", |
| 248 "engine/sync_manager_factory.cc", | 248 "engine/sync_manager_factory.cc", |
| 249 "engine/sync_manager_factory.h", | 249 "engine/sync_manager_factory.h", |
| (...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 849 "device_info/device_info_sync_service_unittest.cc", | 849 "device_info/device_info_sync_service_unittest.cc", |
| 850 "device_info/device_info_util_unittest.cc", | 850 "device_info/device_info_util_unittest.cc", |
| 851 "device_info/local_device_info_provider_impl_unittest.cc", | 851 "device_info/local_device_info_provider_impl_unittest.cc", |
| 852 "driver/about_sync_util_unittest.cc", | 852 "driver/about_sync_util_unittest.cc", |
| 853 "driver/async_directory_type_controller_unittest.cc", | 853 "driver/async_directory_type_controller_unittest.cc", |
| 854 "driver/backend_migrator_unittest.cc", | 854 "driver/backend_migrator_unittest.cc", |
| 855 "driver/data_type_manager_impl_unittest.cc", | 855 "driver/data_type_manager_impl_unittest.cc", |
| 856 "driver/frontend_data_type_controller_unittest.cc", | 856 "driver/frontend_data_type_controller_unittest.cc", |
| 857 "driver/generic_change_processor_unittest.cc", | 857 "driver/generic_change_processor_unittest.cc", |
| 858 "driver/glue/sync_backend_host_impl_unittest.cc", | 858 "driver/glue/sync_backend_host_impl_unittest.cc", |
| 859 "driver/glue/sync_backend_registrar_unittest.cc", | |
| 860 "driver/model_association_manager_unittest.cc", | 859 "driver/model_association_manager_unittest.cc", |
| 861 "driver/model_type_controller_unittest.cc", | 860 "driver/model_type_controller_unittest.cc", |
| 862 "driver/shared_change_processor_unittest.cc", | 861 "driver/shared_change_processor_unittest.cc", |
| 863 "driver/startup_controller_unittest.cc", | 862 "driver/startup_controller_unittest.cc", |
| 864 "driver/sync_stopped_reporter_unittest.cc", | 863 "driver/sync_stopped_reporter_unittest.cc", |
| 865 "driver/sync_util_unittest.cc", | 864 "driver/sync_util_unittest.cc", |
| 866 "engine/attachments/attachment_store_frontend_unittest.cc", | 865 "engine/attachments/attachment_store_frontend_unittest.cc", |
| 867 "engine/attachments/attachment_store_test_template.h", | 866 "engine/attachments/attachment_store_test_template.h", |
| 868 "engine/attachments/fake_attachment_downloader_unittest.cc", | 867 "engine/attachments/fake_attachment_downloader_unittest.cc", |
| 869 "engine/attachments/fake_attachment_uploader_unittest.cc", | 868 "engine/attachments/fake_attachment_uploader_unittest.cc", |
| 870 "engine/attachments/in_memory_attachment_store_unittest.cc", | 869 "engine/attachments/in_memory_attachment_store_unittest.cc", |
| 871 "engine/attachments/on_disk_attachment_store_unittest.cc", | 870 "engine/attachments/on_disk_attachment_store_unittest.cc", |
| 872 "engine/browser_thread_model_worker_unittest.cc", | 871 "engine/browser_thread_model_worker_unittest.cc", |
| 873 "engine/cycle/sync_cycle_snapshot_unittest.cc", | 872 "engine/cycle/sync_cycle_snapshot_unittest.cc", |
| 874 "engine/model_safe_worker_unittest.cc", | 873 "engine/model_safe_worker_unittest.cc", |
| 875 "engine/net/http_bridge_unittest.cc", | 874 "engine/net/http_bridge_unittest.cc", |
| 875 "engine/sync_backend_registrar_unittest.cc", |
| 876 "engine/ui_model_worker_unittest.cc", | 876 "engine/ui_model_worker_unittest.cc", |
| 877 "engine_impl/apply_control_data_updates_unittest.cc", | 877 "engine_impl/apply_control_data_updates_unittest.cc", |
| 878 "engine_impl/attachments/attachment_downloader_impl_unittest.cc", | 878 "engine_impl/attachments/attachment_downloader_impl_unittest.cc", |
| 879 "engine_impl/attachments/attachment_uploader_impl_unittest.cc", | 879 "engine_impl/attachments/attachment_uploader_impl_unittest.cc", |
| 880 "engine_impl/backoff_delay_provider_unittest.cc", | 880 "engine_impl/backoff_delay_provider_unittest.cc", |
| 881 "engine_impl/cycle/nudge_tracker_unittest.cc", | 881 "engine_impl/cycle/nudge_tracker_unittest.cc", |
| 882 "engine_impl/cycle/status_controller_unittest.cc", | 882 "engine_impl/cycle/status_controller_unittest.cc", |
| 883 "engine_impl/debug_info_event_listener_unittest.cc", | 883 "engine_impl/debug_info_event_listener_unittest.cc", |
| 884 "engine_impl/directory_commit_contribution_unittest.cc", | 884 "engine_impl/directory_commit_contribution_unittest.cc", |
| 885 "engine_impl/directory_update_handler_unittest.cc", | 885 "engine_impl/directory_update_handler_unittest.cc", |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1137 deps = [ | 1137 deps = [ |
| 1138 ":fake_server_jni", | 1138 ":fake_server_jni", |
| 1139 ":sync", | 1139 ":sync", |
| 1140 ":test_support_fake_server", | 1140 ":test_support_fake_server", |
| 1141 "//base", | 1141 "//base", |
| 1142 "//testing/gtest", | 1142 "//testing/gtest", |
| 1143 "//url:url", | 1143 "//url:url", |
| 1144 ] | 1144 ] |
| 1145 } | 1145 } |
| 1146 } | 1146 } |
| OLD | NEW |