| 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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 "model_impl/model_type_store_backend.cc", | 444 "model_impl/model_type_store_backend.cc", |
| 445 "model_impl/model_type_store_backend.h", | 445 "model_impl/model_type_store_backend.h", |
| 446 "model_impl/model_type_store_impl.cc", | 446 "model_impl/model_type_store_impl.cc", |
| 447 "model_impl/model_type_store_impl.h", | 447 "model_impl/model_type_store_impl.h", |
| 448 "model_impl/processor_entity_tracker.cc", | 448 "model_impl/processor_entity_tracker.cc", |
| 449 "model_impl/processor_entity_tracker.h", | 449 "model_impl/processor_entity_tracker.h", |
| 450 "model_impl/shared_model_type_processor.cc", | 450 "model_impl/shared_model_type_processor.cc", |
| 451 "model_impl/shared_model_type_processor.h", | 451 "model_impl/shared_model_type_processor.h", |
| 452 "protocol/proto_enum_conversions.cc", | 452 "protocol/proto_enum_conversions.cc", |
| 453 "protocol/proto_enum_conversions.h", | 453 "protocol/proto_enum_conversions.h", |
| 454 "protocol/proto_memory_estimations.cc", |
| 455 "protocol/proto_memory_estimations.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/proto_visitors.h", | 458 "protocol/proto_visitors.h", |
| 457 "protocol/sync_protocol_error.cc", | 459 "protocol/sync_protocol_error.cc", |
| 458 "protocol/sync_protocol_error.h", | 460 "protocol/sync_protocol_error.h", |
| 459 "syncable/base_node.cc", | 461 "syncable/base_node.cc", |
| 460 "syncable/base_node.h", | 462 "syncable/base_node.h", |
| 461 "syncable/base_transaction.cc", | 463 "syncable/base_transaction.cc", |
| 462 "syncable/base_transaction.h", | 464 "syncable/base_transaction.h", |
| 463 "syncable/change_record.cc", | 465 "syncable/change_record.cc", |
| (...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 895 "model/sync_data_unittest.cc", | 897 "model/sync_data_unittest.cc", |
| 896 "model/sync_error_unittest.cc", | 898 "model/sync_error_unittest.cc", |
| 897 "model/sync_merge_result_unittest.cc", | 899 "model/sync_merge_result_unittest.cc", |
| 898 "model_impl/attachments/attachment_service_impl_unittest.cc", | 900 "model_impl/attachments/attachment_service_impl_unittest.cc", |
| 899 "model_impl/attachments/task_queue_unittest.cc", | 901 "model_impl/attachments/task_queue_unittest.cc", |
| 900 "model_impl/model_type_store_backend_unittest.cc", | 902 "model_impl/model_type_store_backend_unittest.cc", |
| 901 "model_impl/model_type_store_impl_unittest.cc", | 903 "model_impl/model_type_store_impl_unittest.cc", |
| 902 "model_impl/processor_entity_tracker_unittest.cc", | 904 "model_impl/processor_entity_tracker_unittest.cc", |
| 903 "model_impl/shared_model_type_processor_unittest.cc", | 905 "model_impl/shared_model_type_processor_unittest.cc", |
| 904 "protocol/proto_enum_conversions_unittest.cc", | 906 "protocol/proto_enum_conversions_unittest.cc", |
| 907 "protocol/proto_memory_estimations_unittest.cc", |
| 908 "protocol/proto_unittest_serialized_data.cc", |
| 909 "protocol/proto_unittest_serialized_data.h", |
| 905 "protocol/proto_value_conversions_unittest.cc", | 910 "protocol/proto_value_conversions_unittest.cc", |
| 906 "syncable/change_record_unittest.cc", | 911 "syncable/change_record_unittest.cc", |
| 907 "syncable/directory_backing_store_unittest.cc", | 912 "syncable/directory_backing_store_unittest.cc", |
| 908 "syncable/directory_unittest.cc", | 913 "syncable/directory_unittest.cc", |
| 909 "syncable/directory_unittest.h", | 914 "syncable/directory_unittest.h", |
| 910 "syncable/entry_kernel_unittest.cc", | 915 "syncable/entry_kernel_unittest.cc", |
| 911 "syncable/model_type_unittest.cc", | 916 "syncable/model_type_unittest.cc", |
| 912 "syncable/nigori_util_unittest.cc", | 917 "syncable/nigori_util_unittest.cc", |
| 913 "syncable/parent_child_index_unittest.cc", | 918 "syncable/parent_child_index_unittest.cc", |
| 914 "syncable/syncable_enum_conversions_unittest.cc", | 919 "syncable/syncable_enum_conversions_unittest.cc", |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1118 deps = [ | 1123 deps = [ |
| 1119 ":fake_server_jni", | 1124 ":fake_server_jni", |
| 1120 ":sync", | 1125 ":sync", |
| 1121 ":test_support_fake_server", | 1126 ":test_support_fake_server", |
| 1122 "//base", | 1127 "//base", |
| 1123 "//testing/gtest", | 1128 "//testing/gtest", |
| 1124 "//url:url", | 1129 "//url:url", |
| 1125 ] | 1130 ] |
| 1126 } | 1131 } |
| 1127 } | 1132 } |
| OLD | NEW |