| 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/config/features.gni") | 5 import("//build/config/features.gni") | 
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") | 
| 7 | 7 | 
| 8 component("sync") { | 8 component("sync") { | 
| 9   public_deps = [ | 9   public_deps = [ | 
| 10     ":sync_core", | 10     ":sync_core", | 
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 51     "engine/clear_server_data.cc", | 51     "engine/clear_server_data.cc", | 
| 52     "engine/clear_server_data.h", | 52     "engine/clear_server_data.h", | 
| 53     "engine/commit.cc", | 53     "engine/commit.cc", | 
| 54     "engine/commit.h", | 54     "engine/commit.h", | 
| 55     "engine/commit_contribution.cc", | 55     "engine/commit_contribution.cc", | 
| 56     "engine/commit_contribution.h", | 56     "engine/commit_contribution.h", | 
| 57     "engine/commit_contributor.cc", | 57     "engine/commit_contributor.cc", | 
| 58     "engine/commit_contributor.h", | 58     "engine/commit_contributor.h", | 
| 59     "engine/commit_processor.cc", | 59     "engine/commit_processor.cc", | 
| 60     "engine/commit_processor.h", | 60     "engine/commit_processor.h", | 
|  | 61     "engine/commit_queue.cc", | 
|  | 62     "engine/commit_queue.h", | 
|  | 63     "engine/commit_queue_impl.cc", | 
|  | 64     "engine/commit_queue_impl.h", | 
| 61     "engine/commit_util.cc", | 65     "engine/commit_util.cc", | 
| 62     "engine/commit_util.h", | 66     "engine/commit_util.h", | 
| 63     "engine/conflict_resolver.cc", | 67     "engine/conflict_resolver.cc", | 
| 64     "engine/conflict_resolver.h", | 68     "engine/conflict_resolver.h", | 
| 65     "engine/conflict_util.cc", | 69     "engine/conflict_util.cc", | 
| 66     "engine/conflict_util.h", | 70     "engine/conflict_util.h", | 
| 67     "engine/directory_commit_contribution.cc", | 71     "engine/directory_commit_contribution.cc", | 
| 68     "engine/directory_commit_contribution.h", | 72     "engine/directory_commit_contribution.h", | 
| 69     "engine/directory_commit_contributor.cc", | 73     "engine/directory_commit_contributor.cc", | 
| 70     "engine/directory_commit_contributor.h", | 74     "engine/directory_commit_contributor.h", | 
| 71     "engine/directory_update_handler.cc", | 75     "engine/directory_update_handler.cc", | 
| 72     "engine/directory_update_handler.h", | 76     "engine/directory_update_handler.h", | 
| 73     "engine/entity_tracker.cc", | 77     "engine/entity_tracker.cc", | 
| 74     "engine/entity_tracker.h", | 78     "engine/entity_tracker.h", | 
| 75     "engine/get_commit_ids.cc", | 79     "engine/get_commit_ids.cc", | 
| 76     "engine/get_commit_ids.h", | 80     "engine/get_commit_ids.h", | 
| 77     "engine/get_updates_delegate.cc", | 81     "engine/get_updates_delegate.cc", | 
| 78     "engine/get_updates_delegate.h", | 82     "engine/get_updates_delegate.h", | 
| 79     "engine/get_updates_processor.cc", | 83     "engine/get_updates_processor.cc", | 
| 80     "engine/get_updates_processor.h", | 84     "engine/get_updates_processor.h", | 
| 81     "engine/model_type_entity.cc", | 85     "engine/model_type_entity.cc", | 
| 82     "engine/model_type_entity.h", | 86     "engine/model_type_entity.h", | 
| 83     "engine/model_type_sync_proxy.cc", | 87     "engine/model_type_processor.cc", | 
| 84     "engine/model_type_sync_proxy.h", | 88     "engine/model_type_processor.h", | 
| 85     "engine/model_type_sync_proxy_impl.cc", | 89     "engine/model_type_processor_impl.cc", | 
| 86     "engine/model_type_sync_proxy_impl.h", | 90     "engine/model_type_processor_impl.h", | 
| 87     "engine/model_type_sync_worker.cc", |  | 
| 88     "engine/model_type_sync_worker.h", |  | 
| 89     "engine/model_type_sync_worker_impl.cc", |  | 
| 90     "engine/model_type_sync_worker_impl.h", |  | 
| 91     "engine/net/server_connection_manager.cc", | 91     "engine/net/server_connection_manager.cc", | 
| 92     "engine/net/server_connection_manager.h", | 92     "engine/net/server_connection_manager.h", | 
| 93     "engine/net/url_translator.cc", | 93     "engine/net/url_translator.cc", | 
| 94     "engine/net/url_translator.h", | 94     "engine/net/url_translator.h", | 
| 95     "engine/non_blocking_type_commit_contribution.cc", | 95     "engine/non_blocking_type_commit_contribution.cc", | 
| 96     "engine/non_blocking_type_commit_contribution.h", | 96     "engine/non_blocking_type_commit_contribution.h", | 
| 97     "engine/nudge_handler.cc", | 97     "engine/nudge_handler.cc", | 
| 98     "engine/nudge_handler.h", | 98     "engine/nudge_handler.h", | 
| 99     "engine/nudge_source.cc", | 99     "engine/nudge_source.cc", | 
| 100     "engine/nudge_source.h", | 100     "engine/nudge_source.h", | 
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 464     "sessions/test_util.h", | 464     "sessions/test_util.h", | 
| 465     "test/callback_counter.h", | 465     "test/callback_counter.h", | 
| 466     "test/directory_backing_store_corruption_testing.cc", | 466     "test/directory_backing_store_corruption_testing.cc", | 
| 467     "test/directory_backing_store_corruption_testing.h", | 467     "test/directory_backing_store_corruption_testing.h", | 
| 468     "test/engine/fake_model_worker.cc", | 468     "test/engine/fake_model_worker.cc", | 
| 469     "test/engine/fake_model_worker.h", | 469     "test/engine/fake_model_worker.h", | 
| 470     "test/engine/fake_sync_scheduler.cc", | 470     "test/engine/fake_sync_scheduler.cc", | 
| 471     "test/engine/fake_sync_scheduler.h", | 471     "test/engine/fake_sync_scheduler.h", | 
| 472     "test/engine/injectable_sync_context_proxy.cc", | 472     "test/engine/injectable_sync_context_proxy.cc", | 
| 473     "test/engine/injectable_sync_context_proxy.h", | 473     "test/engine/injectable_sync_context_proxy.h", | 
|  | 474     "test/engine/mock_commit_queue.cc", | 
|  | 475     "test/engine/mock_commit_queue.h", | 
| 474     "test/engine/mock_connection_manager.cc", | 476     "test/engine/mock_connection_manager.cc", | 
| 475     "test/engine/mock_connection_manager.h", | 477     "test/engine/mock_connection_manager.h", | 
| 476     "test/engine/mock_model_type_sync_proxy.cc", | 478     "test/engine/mock_model_type_processor.cc", | 
| 477     "test/engine/mock_model_type_sync_proxy.h", | 479     "test/engine/mock_model_type_processor.h", | 
| 478     "test/engine/mock_model_type_sync_worker.cc", |  | 
| 479     "test/engine/mock_model_type_sync_worker.h", |  | 
| 480     "test/engine/mock_nudge_handler.cc", | 480     "test/engine/mock_nudge_handler.cc", | 
| 481     "test/engine/mock_nudge_handler.h", | 481     "test/engine/mock_nudge_handler.h", | 
| 482     "test/engine/mock_update_handler.cc", | 482     "test/engine/mock_update_handler.cc", | 
| 483     "test/engine/mock_update_handler.h", | 483     "test/engine/mock_update_handler.h", | 
| 484     "test/engine/single_type_mock_server.cc", | 484     "test/engine/single_type_mock_server.cc", | 
| 485     "test/engine/single_type_mock_server.h", | 485     "test/engine/single_type_mock_server.h", | 
| 486     "test/engine/test_directory_setter_upper.cc", | 486     "test/engine/test_directory_setter_upper.cc", | 
| 487     "test/engine/test_directory_setter_upper.h", | 487     "test/engine/test_directory_setter_upper.h", | 
| 488     "test/engine/test_id_factory.h", | 488     "test/engine/test_id_factory.h", | 
| 489     "test/engine/test_syncable_utils.cc", | 489     "test/engine/test_syncable_utils.cc", | 
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 594   sources = [ | 594   sources = [ | 
| 595     "api/attachments/attachment_id_unittest.cc", | 595     "api/attachments/attachment_id_unittest.cc", | 
| 596     "api/attachments/attachment_metadata_unittest.cc", | 596     "api/attachments/attachment_metadata_unittest.cc", | 
| 597     "api/attachments/attachment_unittest.cc", | 597     "api/attachments/attachment_unittest.cc", | 
| 598     "api/sync_change_unittest.cc", | 598     "api/sync_change_unittest.cc", | 
| 599     "api/sync_data_unittest.cc", | 599     "api/sync_data_unittest.cc", | 
| 600     "api/sync_error_unittest.cc", | 600     "api/sync_error_unittest.cc", | 
| 601     "api/sync_merge_result_unittest.cc", | 601     "api/sync_merge_result_unittest.cc", | 
| 602     "engine/apply_control_data_updates_unittest.cc", | 602     "engine/apply_control_data_updates_unittest.cc", | 
| 603     "engine/backoff_delay_provider_unittest.cc", | 603     "engine/backoff_delay_provider_unittest.cc", | 
|  | 604     "engine/commit_queue_impl_unittest.cc", | 
| 604     "engine/directory_commit_contribution_unittest.cc", | 605     "engine/directory_commit_contribution_unittest.cc", | 
| 605     "engine/directory_update_handler_unittest.cc", | 606     "engine/directory_update_handler_unittest.cc", | 
| 606     "engine/entity_tracker_unittest.cc", | 607     "engine/entity_tracker_unittest.cc", | 
| 607     "engine/get_updates_processor_unittest.cc", | 608     "engine/get_updates_processor_unittest.cc", | 
| 608     "engine/model_type_entity_unittest.cc", | 609     "engine/model_type_entity_unittest.cc", | 
| 609     "engine/model_type_sync_proxy_impl_unittest.cc", | 610     "engine/model_type_processor_impl_unittest.cc", | 
| 610     "engine/model_type_sync_worker_impl_unittest.cc", |  | 
| 611     "engine/sync_scheduler_unittest.cc", | 611     "engine/sync_scheduler_unittest.cc", | 
| 612     "engine/syncer_proto_util_unittest.cc", | 612     "engine/syncer_proto_util_unittest.cc", | 
| 613     "engine/syncer_unittest.cc", | 613     "engine/syncer_unittest.cc", | 
| 614     "engine/syncer_util_unittest.cc", | 614     "engine/syncer_util_unittest.cc", | 
| 615     "internal_api/attachments/attachment_downloader_impl_unittest.cc", | 615     "internal_api/attachments/attachment_downloader_impl_unittest.cc", | 
| 616     "internal_api/attachments/attachment_service_impl_unittest.cc", | 616     "internal_api/attachments/attachment_service_impl_unittest.cc", | 
| 617     "internal_api/attachments/attachment_service_proxy_unittest.cc", | 617     "internal_api/attachments/attachment_service_proxy_unittest.cc", | 
| 618     "internal_api/attachments/attachment_store_frontend_unittest.cc", | 618     "internal_api/attachments/attachment_store_frontend_unittest.cc", | 
| 619     "internal_api/attachments/attachment_store_test_template.h", | 619     "internal_api/attachments/attachment_store_test_template.h", | 
| 620     "internal_api/attachments/attachment_uploader_impl_unittest.cc", | 620     "internal_api/attachments/attachment_uploader_impl_unittest.cc", | 
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 844       ":fake_server_jni", | 844       ":fake_server_jni", | 
| 845       ":sync_core", | 845       ":sync_core", | 
| 846       ":test_support_sync_fake_server", | 846       ":test_support_sync_fake_server", | 
| 847       "//base", | 847       "//base", | 
| 848       "//sync/protocol:protocol", | 848       "//sync/protocol:protocol", | 
| 849       "//testing/gtest", | 849       "//testing/gtest", | 
| 850       "//url:url", | 850       "//url:url", | 
| 851     ] | 851     ] | 
| 852   } | 852   } | 
| 853 } | 853 } | 
| OLD | NEW | 
|---|