| 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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 "model/sync_change_processor.cc", | 454 "model/sync_change_processor.cc", |
| 455 "model/sync_change_processor.h", | 455 "model/sync_change_processor.h", |
| 456 "model/sync_data.cc", | 456 "model/sync_data.cc", |
| 457 "model/sync_data.h", | 457 "model/sync_data.h", |
| 458 "model/sync_error.cc", | 458 "model/sync_error.cc", |
| 459 "model/sync_error.h", | 459 "model/sync_error.h", |
| 460 "model/sync_error_factory.cc", | 460 "model/sync_error_factory.cc", |
| 461 "model/sync_error_factory.h", | 461 "model/sync_error_factory.h", |
| 462 "model/sync_merge_result.cc", | 462 "model/sync_merge_result.cc", |
| 463 "model/sync_merge_result.h", | 463 "model/sync_merge_result.h", |
| 464 "model/sync_metadata_store.h", |
| 464 "model/syncable_service.cc", | 465 "model/syncable_service.cc", |
| 465 "model/syncable_service.h", | 466 "model/syncable_service.h", |
| 466 "model/time.h", | 467 "model/time.h", |
| 467 "model_impl/accumulating_metadata_change_list.cc", | 468 "model_impl/accumulating_metadata_change_list.cc", |
| 468 "model_impl/accumulating_metadata_change_list.h", | 469 "model_impl/accumulating_metadata_change_list.h", |
| 469 "model_impl/attachments/attachment_service_impl.cc", | 470 "model_impl/attachments/attachment_service_impl.cc", |
| 470 "model_impl/attachments/attachment_service_impl.h", | 471 "model_impl/attachments/attachment_service_impl.h", |
| 471 "model_impl/attachments/task_queue.h", | 472 "model_impl/attachments/task_queue.h", |
| 472 "model_impl/in_memory_metadata_change_list.cc", | 473 "model_impl/in_memory_metadata_change_list.cc", |
| 473 "model_impl/in_memory_metadata_change_list.h", | 474 "model_impl/in_memory_metadata_change_list.h", |
| 474 "model_impl/model_type_store_backend.cc", | 475 "model_impl/model_type_store_backend.cc", |
| 475 "model_impl/model_type_store_backend.h", | 476 "model_impl/model_type_store_backend.h", |
| 476 "model_impl/model_type_store_impl.cc", | 477 "model_impl/model_type_store_impl.cc", |
| 477 "model_impl/model_type_store_impl.h", | 478 "model_impl/model_type_store_impl.h", |
| 478 "model_impl/passthrough_metadata_change_list.cc", | 479 "model_impl/passthrough_metadata_change_list.cc", |
| 479 "model_impl/passthrough_metadata_change_list.h", | 480 "model_impl/passthrough_metadata_change_list.h", |
| 480 "model_impl/processor_entity_tracker.cc", | 481 "model_impl/processor_entity_tracker.cc", |
| 481 "model_impl/processor_entity_tracker.h", | 482 "model_impl/processor_entity_tracker.h", |
| 482 "model_impl/shared_model_type_processor.cc", | 483 "model_impl/shared_model_type_processor.cc", |
| 483 "model_impl/shared_model_type_processor.h", | 484 "model_impl/shared_model_type_processor.h", |
| 485 "model_impl/sync_metadata_store_change_list.cc", |
| 486 "model_impl/sync_metadata_store_change_list.h", |
| 484 "protocol/proto_enum_conversions.cc", | 487 "protocol/proto_enum_conversions.cc", |
| 485 "protocol/proto_enum_conversions.h", | 488 "protocol/proto_enum_conversions.h", |
| 486 "protocol/proto_memory_estimations.cc", | 489 "protocol/proto_memory_estimations.cc", |
| 487 "protocol/proto_memory_estimations.h", | 490 "protocol/proto_memory_estimations.h", |
| 488 "protocol/proto_value_conversions.cc", | 491 "protocol/proto_value_conversions.cc", |
| 489 "protocol/proto_value_conversions.h", | 492 "protocol/proto_value_conversions.h", |
| 490 "protocol/proto_visitors.h", | 493 "protocol/proto_visitors.h", |
| 491 "protocol/sync_protocol_error.cc", | 494 "protocol/sync_protocol_error.cc", |
| 492 "protocol/sync_protocol_error.h", | 495 "protocol/sync_protocol_error.h", |
| 493 "syncable/base_node.cc", | 496 "syncable/base_node.cc", |
| (...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1140 deps = [ | 1143 deps = [ |
| 1141 ":fake_server_jni", | 1144 ":fake_server_jni", |
| 1142 ":sync", | 1145 ":sync", |
| 1143 ":test_support_fake_server", | 1146 ":test_support_fake_server", |
| 1144 "//base", | 1147 "//base", |
| 1145 "//testing/gtest", | 1148 "//testing/gtest", |
| 1146 "//url:url", | 1149 "//url:url", |
| 1147 ] | 1150 ] |
| 1148 } | 1151 } |
| 1149 } | 1152 } |
| OLD | NEW |