Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: components/sync/BUILD.gn

Issue 2412193002: [Sync] Move SharedModelTypeProcessor to model_impl/. (Closed)
Patch Set: Address comment from Sky. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "core/model_type_processor.cc", 93 "core/model_type_processor.cc",
94 "core/model_type_processor.h", 94 "core/model_type_processor.h",
95 "core/model_type_processor_proxy.cc", 95 "core/model_type_processor_proxy.cc",
96 "core/model_type_processor_proxy.h", 96 "core/model_type_processor_proxy.h",
97 "core/model_type_store_backend.cc", 97 "core/model_type_store_backend.cc",
98 "core/model_type_store_backend.h", 98 "core/model_type_store_backend.h",
99 "core/model_type_store_impl.cc", 99 "core/model_type_store_impl.cc",
100 "core/model_type_store_impl.h", 100 "core/model_type_store_impl.h",
101 "core/non_blocking_sync_common.cc", 101 "core/non_blocking_sync_common.cc",
102 "core/non_blocking_sync_common.h", 102 "core/non_blocking_sync_common.h",
103 "core/processor_entity_tracker.cc",
104 "core/processor_entity_tracker.h",
105 "core/shared_model_type_processor.cc",
106 "core/shared_model_type_processor.h",
107 "core/shutdown_reason.h", 103 "core/shutdown_reason.h",
108 "core/simple_metadata_change_list.cc", 104 "core/simple_metadata_change_list.cc",
109 "core/simple_metadata_change_list.h", 105 "core/simple_metadata_change_list.h",
110 "core/sync_auth_provider.h", 106 "core/sync_auth_provider.h",
111 "core/sync_db_util.cc", 107 "core/sync_db_util.cc",
112 "core/sync_encryption_handler.cc", 108 "core/sync_encryption_handler.cc",
113 "core/sync_encryption_handler.h", 109 "core/sync_encryption_handler.h",
114 "core/sync_manager.cc", 110 "core/sync_manager.cc",
115 "core/sync_manager.h", 111 "core/sync_manager.h",
116 "core/sync_manager_factory.cc", 112 "core/sync_manager_factory.cc",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 "model/entity_change.cc", 415 "model/entity_change.cc",
420 "model/entity_change.h", 416 "model/entity_change.h",
421 "model/entity_data.cc", 417 "model/entity_data.cc",
422 "model/entity_data.h", 418 "model/entity_data.h",
423 "model/local_change_observer.h", 419 "model/local_change_observer.h",
424 "model/metadata_batch.cc", 420 "model/metadata_batch.cc",
425 "model/metadata_batch.h", 421 "model/metadata_batch.h",
426 "model/metadata_change_list.h", 422 "model/metadata_change_list.h",
427 "model/model_type_change_processor.cc", 423 "model/model_type_change_processor.cc",
428 "model/model_type_change_processor.h", 424 "model/model_type_change_processor.h",
425 "model/model_type_debug_info.cc",
426 "model/model_type_debug_info.h",
429 "model/model_type_service.cc", 427 "model/model_type_service.cc",
430 "model/model_type_service.h", 428 "model/model_type_service.h",
431 "model/model_type_store.cc", 429 "model/model_type_store.cc",
432 "model/model_type_store.h", 430 "model/model_type_store.h",
433 "model/string_ordinal.h", 431 "model/string_ordinal.h",
434 "model/sync_change.cc", 432 "model/sync_change.cc",
435 "model/sync_change.h", 433 "model/sync_change.h",
436 "model/sync_change_processor.cc", 434 "model/sync_change_processor.cc",
437 "model/sync_change_processor.h", 435 "model/sync_change_processor.h",
438 "model/sync_data.cc", 436 "model/sync_data.cc",
439 "model/sync_data.h", 437 "model/sync_data.h",
440 "model/sync_error.cc", 438 "model/sync_error.cc",
441 "model/sync_error.h", 439 "model/sync_error.h",
442 "model/sync_error_factory.cc", 440 "model/sync_error_factory.cc",
443 "model/sync_error_factory.h", 441 "model/sync_error_factory.h",
444 "model/sync_merge_result.cc", 442 "model/sync_merge_result.cc",
445 "model/sync_merge_result.h", 443 "model/sync_merge_result.h",
446 "model/syncable_service.cc", 444 "model/syncable_service.cc",
447 "model/syncable_service.h", 445 "model/syncable_service.h",
448 "model/time.h", 446 "model/time.h",
449 "model_impl/attachments/attachment_service_impl.cc", 447 "model_impl/attachments/attachment_service_impl.cc",
450 "model_impl/attachments/attachment_service_impl.h", 448 "model_impl/attachments/attachment_service_impl.h",
451 "model_impl/attachments/task_queue.h", 449 "model_impl/attachments/task_queue.h",
450 "model_impl/processor_entity_tracker.cc",
451 "model_impl/processor_entity_tracker.h",
452 "model_impl/shared_model_type_processor.cc",
453 "model_impl/shared_model_type_processor.h",
452 "protocol/proto_enum_conversions.cc", 454 "protocol/proto_enum_conversions.cc",
453 "protocol/proto_enum_conversions.h", 455 "protocol/proto_enum_conversions.h",
454 "protocol/proto_value_conversions.cc", 456 "protocol/proto_value_conversions.cc",
455 "protocol/proto_value_conversions.h", 457 "protocol/proto_value_conversions.h",
456 "protocol/sync_protocol_error.cc", 458 "protocol/sync_protocol_error.cc",
457 "protocol/sync_protocol_error.h", 459 "protocol/sync_protocol_error.h",
458 "syncable/base_node.cc", 460 "syncable/base_node.cc",
459 "syncable/base_node.h", 461 "syncable/base_node.h",
460 "syncable/base_transaction.cc", 462 "syncable/base_transaction.cc",
461 "syncable/base_transaction.h", 463 "syncable/base_transaction.h",
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 "base/ordinal_unittest.cc", 799 "base/ordinal_unittest.cc",
798 "base/proto_value_ptr_unittest.cc", 800 "base/proto_value_ptr_unittest.cc",
799 "base/protobuf_unittest.cc", 801 "base/protobuf_unittest.cc",
800 "base/sync_prefs_unittest.cc", 802 "base/sync_prefs_unittest.cc",
801 "base/system_encryptor_unittest.cc", 803 "base/system_encryptor_unittest.cc",
802 "base/unique_position_unittest.cc", 804 "base/unique_position_unittest.cc",
803 "base/weak_handle_unittest.cc", 805 "base/weak_handle_unittest.cc",
804 "core/data_batch_impl_unittest.cc", 806 "core/data_batch_impl_unittest.cc",
805 "core/model_type_store_backend_unittest.cc", 807 "core/model_type_store_backend_unittest.cc",
806 "core/model_type_store_impl_unittest.cc", 808 "core/model_type_store_impl_unittest.cc",
807 "core/processor_entity_tracker_unittest.cc",
808 "core/shared_model_type_processor_unittest.cc",
809 "core/simple_metadata_change_list_unittest.cc", 809 "core/simple_metadata_change_list_unittest.cc",
810 "core_impl/debug_info_event_listener_unittest.cc", 810 "core_impl/debug_info_event_listener_unittest.cc",
811 "core_impl/js_mutation_event_observer_unittest.cc", 811 "core_impl/js_mutation_event_observer_unittest.cc",
812 "core_impl/js_sync_encryption_handler_observer_unittest.cc", 812 "core_impl/js_sync_encryption_handler_observer_unittest.cc",
813 "core_impl/js_sync_manager_observer_unittest.cc", 813 "core_impl/js_sync_manager_observer_unittest.cc",
814 "core_impl/model_type_connector_proxy_unittest.cc",
815 "core_impl/protocol_event_buffer_unittest.cc", 814 "core_impl/protocol_event_buffer_unittest.cc",
816 "core_impl/sync_encryption_handler_impl_unittest.cc", 815 "core_impl/sync_encryption_handler_impl_unittest.cc",
817 "core_impl/sync_manager_impl_unittest.cc", 816 "core_impl/sync_manager_impl_unittest.cc",
818 "device_info/device_count_metrics_provider_unittest.cc", 817 "device_info/device_count_metrics_provider_unittest.cc",
819 "device_info/device_info_data_type_controller_unittest.cc", 818 "device_info/device_info_data_type_controller_unittest.cc",
820 "device_info/device_info_service_unittest.cc", 819 "device_info/device_info_service_unittest.cc",
821 "device_info/device_info_sync_service_unittest.cc", 820 "device_info/device_info_sync_service_unittest.cc",
822 "device_info/device_info_util_unittest.cc", 821 "device_info/device_info_util_unittest.cc",
823 "device_info/local_device_info_provider_impl_unittest.cc", 822 "device_info/local_device_info_provider_impl_unittest.cc",
824 "driver/about_sync_util_unittest.cc", 823 "driver/about_sync_util_unittest.cc",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 "model/attachments/attachment_service_proxy_unittest.cc", 870 "model/attachments/attachment_service_proxy_unittest.cc",
872 "model/attachments/attachment_unittest.cc", 871 "model/attachments/attachment_unittest.cc",
873 "model/entity_data_unittest.cc", 872 "model/entity_data_unittest.cc",
874 "model/model_type_service_unittest.cc", 873 "model/model_type_service_unittest.cc",
875 "model/sync_change_unittest.cc", 874 "model/sync_change_unittest.cc",
876 "model/sync_data_unittest.cc", 875 "model/sync_data_unittest.cc",
877 "model/sync_error_unittest.cc", 876 "model/sync_error_unittest.cc",
878 "model/sync_merge_result_unittest.cc", 877 "model/sync_merge_result_unittest.cc",
879 "model_impl/attachments/attachment_service_impl_unittest.cc", 878 "model_impl/attachments/attachment_service_impl_unittest.cc",
880 "model_impl/attachments/task_queue_unittest.cc", 879 "model_impl/attachments/task_queue_unittest.cc",
880 "model_impl/processor_entity_tracker_unittest.cc",
881 "model_impl/shared_model_type_processor_unittest.cc",
881 "protocol/proto_enum_conversions_unittest.cc", 882 "protocol/proto_enum_conversions_unittest.cc",
882 "protocol/proto_value_conversions_unittest.cc", 883 "protocol/proto_value_conversions_unittest.cc",
883 "syncable/change_record_unittest.cc", 884 "syncable/change_record_unittest.cc",
884 "syncable/directory_backing_store_unittest.cc", 885 "syncable/directory_backing_store_unittest.cc",
885 "syncable/directory_unittest.cc", 886 "syncable/directory_unittest.cc",
886 "syncable/directory_unittest.h", 887 "syncable/directory_unittest.h",
887 "syncable/entry_kernel_unittest.cc", 888 "syncable/entry_kernel_unittest.cc",
888 "syncable/model_type_unittest.cc", 889 "syncable/model_type_unittest.cc",
889 "syncable/nigori_util_unittest.cc", 890 "syncable/nigori_util_unittest.cc",
890 "syncable/parent_child_index_unittest.cc", 891 "syncable/parent_child_index_unittest.cc",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 deps = [ 1092 deps = [
1092 ":fake_server_jni", 1093 ":fake_server_jni",
1093 ":sync", 1094 ":sync",
1094 ":test_support_sync_fake_server", 1095 ":test_support_sync_fake_server",
1095 "//base", 1096 "//base",
1096 "//testing/gtest", 1097 "//testing/gtest",
1097 "//url:url", 1098 "//url:url",
1098 ] 1099 ]
1099 } 1100 }
1100 } 1101 }
OLDNEW
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/core/processor_entity_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698