| 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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 "model/model_type_change_processor.cc", | 421 "model/model_type_change_processor.cc", |
| 422 "model/model_type_change_processor.h", | 422 "model/model_type_change_processor.h", |
| 423 "model/model_type_debug_info.cc", | 423 "model/model_type_debug_info.cc", |
| 424 "model/model_type_debug_info.h", | 424 "model/model_type_debug_info.h", |
| 425 "model/model_type_store.cc", | 425 "model/model_type_store.cc", |
| 426 "model/model_type_store.h", | 426 "model/model_type_store.h", |
| 427 "model/model_type_sync_bridge.cc", | 427 "model/model_type_sync_bridge.cc", |
| 428 "model/model_type_sync_bridge.h", | 428 "model/model_type_sync_bridge.h", |
| 429 "model/mutable_data_batch.cc", | 429 "model/mutable_data_batch.cc", |
| 430 "model/mutable_data_batch.h", | 430 "model/mutable_data_batch.h", |
| 431 "model/simple_metadata_change_list.cc", | |
| 432 "model/simple_metadata_change_list.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", |
| 447 "model_impl/accumulating_metadata_change_list.cc", |
| 448 "model_impl/accumulating_metadata_change_list.h", |
| 449 "model_impl/attachments/attachment_service_impl.cc", | 449 "model_impl/attachments/attachment_service_impl.cc", |
| 450 "model_impl/attachments/attachment_service_impl.h", | 450 "model_impl/attachments/attachment_service_impl.h", |
| 451 "model_impl/attachments/task_queue.h", | 451 "model_impl/attachments/task_queue.h", |
| 452 "model_impl/in_memory_metadata_change_list.cc", |
| 453 "model_impl/in_memory_metadata_change_list.h", |
| 452 "model_impl/model_type_store_backend.cc", | 454 "model_impl/model_type_store_backend.cc", |
| 453 "model_impl/model_type_store_backend.h", | 455 "model_impl/model_type_store_backend.h", |
| 454 "model_impl/model_type_store_impl.cc", | 456 "model_impl/model_type_store_impl.cc", |
| 455 "model_impl/model_type_store_impl.h", | 457 "model_impl/model_type_store_impl.h", |
| 456 "model_impl/passthrough_metadata_change_list.cc", | 458 "model_impl/passthrough_metadata_change_list.cc", |
| 457 "model_impl/passthrough_metadata_change_list.h", | 459 "model_impl/passthrough_metadata_change_list.h", |
| 458 "model_impl/processor_entity_tracker.cc", | 460 "model_impl/processor_entity_tracker.cc", |
| 459 "model_impl/processor_entity_tracker.h", | 461 "model_impl/processor_entity_tracker.h", |
| 460 "model_impl/shared_model_type_processor.cc", | 462 "model_impl/shared_model_type_processor.cc", |
| 461 "model_impl/shared_model_type_processor.h", | 463 "model_impl/shared_model_type_processor.h", |
| (...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 894 "engine_impl/worker_entity_tracker_unittest.cc", | 896 "engine_impl/worker_entity_tracker_unittest.cc", |
| 895 "js/js_event_details_unittest.cc", | 897 "js/js_event_details_unittest.cc", |
| 896 "js/sync_js_controller_unittest.cc", | 898 "js/sync_js_controller_unittest.cc", |
| 897 "model/attachments/attachment_id_unittest.cc", | 899 "model/attachments/attachment_id_unittest.cc", |
| 898 "model/attachments/attachment_metadata_unittest.cc", | 900 "model/attachments/attachment_metadata_unittest.cc", |
| 899 "model/attachments/attachment_service_proxy_unittest.cc", | 901 "model/attachments/attachment_service_proxy_unittest.cc", |
| 900 "model/attachments/attachment_unittest.cc", | 902 "model/attachments/attachment_unittest.cc", |
| 901 "model/entity_data_unittest.cc", | 903 "model/entity_data_unittest.cc", |
| 902 "model/model_type_sync_bridge_unittest.cc", | 904 "model/model_type_sync_bridge_unittest.cc", |
| 903 "model/mutable_data_batch_unittest.cc", | 905 "model/mutable_data_batch_unittest.cc", |
| 904 "model/simple_metadata_change_list_unittest.cc", | |
| 905 "model/sync_change_unittest.cc", | 906 "model/sync_change_unittest.cc", |
| 906 "model/sync_data_unittest.cc", | 907 "model/sync_data_unittest.cc", |
| 907 "model/sync_error_unittest.cc", | 908 "model/sync_error_unittest.cc", |
| 908 "model/sync_merge_result_unittest.cc", | 909 "model/sync_merge_result_unittest.cc", |
| 910 "model_impl/accumulating_metadata_change_list_unittest.cc", |
| 909 "model_impl/attachments/attachment_service_impl_unittest.cc", | 911 "model_impl/attachments/attachment_service_impl_unittest.cc", |
| 910 "model_impl/attachments/task_queue_unittest.cc", | 912 "model_impl/attachments/task_queue_unittest.cc", |
| 911 "model_impl/model_type_store_backend_unittest.cc", | 913 "model_impl/model_type_store_backend_unittest.cc", |
| 912 "model_impl/model_type_store_impl_unittest.cc", | 914 "model_impl/model_type_store_impl_unittest.cc", |
| 913 "model_impl/passthrough_metadata_change_list_unittest.cc", | 915 "model_impl/passthrough_metadata_change_list_unittest.cc", |
| 914 "model_impl/processor_entity_tracker_unittest.cc", | 916 "model_impl/processor_entity_tracker_unittest.cc", |
| 915 "model_impl/shared_model_type_processor_unittest.cc", | 917 "model_impl/shared_model_type_processor_unittest.cc", |
| 916 "protocol/proto_enum_conversions_unittest.cc", | 918 "protocol/proto_enum_conversions_unittest.cc", |
| 917 "protocol/proto_value_conversions_unittest.cc", | 919 "protocol/proto_value_conversions_unittest.cc", |
| 918 "syncable/change_record_unittest.cc", | 920 "syncable/change_record_unittest.cc", |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1131 deps = [ | 1133 deps = [ |
| 1132 ":fake_server_jni", | 1134 ":fake_server_jni", |
| 1133 ":sync", | 1135 ":sync", |
| 1134 ":test_support_fake_server", | 1136 ":test_support_fake_server", |
| 1135 "//base", | 1137 "//base", |
| 1136 "//testing/gtest", | 1138 "//testing/gtest", |
| 1137 "//url:url", | 1139 "//url:url", |
| 1138 ] | 1140 ] |
| 1139 } | 1141 } |
| 1140 } | 1142 } |
| OLD | NEW |