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

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

Issue 2442583003: [Sync] Start implementation of migration for USS. (Closed)
Patch Set: Fix other tests. 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 "engine_impl/syncer_proto_util.h", 366 "engine_impl/syncer_proto_util.h",
367 "engine_impl/syncer_types.h", 367 "engine_impl/syncer_types.h",
368 "engine_impl/syncer_util.cc", 368 "engine_impl/syncer_util.cc",
369 "engine_impl/syncer_util.h", 369 "engine_impl/syncer_util.h",
370 "engine_impl/traffic_logger.cc", 370 "engine_impl/traffic_logger.cc",
371 "engine_impl/traffic_logger.h", 371 "engine_impl/traffic_logger.h",
372 "engine_impl/update_applicator.cc", 372 "engine_impl/update_applicator.cc",
373 "engine_impl/update_applicator.h", 373 "engine_impl/update_applicator.h",
374 "engine_impl/update_handler.cc", 374 "engine_impl/update_handler.cc",
375 "engine_impl/update_handler.h", 375 "engine_impl/update_handler.h",
376 "engine_impl/uss_migrator.cc",
377 "engine_impl/uss_migrator.h",
376 "engine_impl/worker_entity_tracker.cc", 378 "engine_impl/worker_entity_tracker.cc",
377 "engine_impl/worker_entity_tracker.h", 379 "engine_impl/worker_entity_tracker.h",
378 "js/js_backend.h", 380 "js/js_backend.h",
379 "js/js_controller.h", 381 "js/js_controller.h",
380 "js/js_event_details.cc", 382 "js/js_event_details.cc",
381 "js/js_event_details.h", 383 "js/js_event_details.h",
382 "js/js_event_handler.h", 384 "js/js_event_handler.h",
383 "js/sync_js_controller.cc", 385 "js/sync_js_controller.cc",
384 "js/sync_js_controller.h", 386 "js/sync_js_controller.h",
385 "model/attachments/attachment.cc", 387 "model/attachments/attachment.cc",
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 "engine_impl/js_sync_manager_observer_unittest.cc", 856 "engine_impl/js_sync_manager_observer_unittest.cc",
855 "engine_impl/model_type_registry_unittest.cc", 857 "engine_impl/model_type_registry_unittest.cc",
856 "engine_impl/model_type_worker_unittest.cc", 858 "engine_impl/model_type_worker_unittest.cc",
857 "engine_impl/net/sync_server_connection_manager_unittest.cc", 859 "engine_impl/net/sync_server_connection_manager_unittest.cc",
858 "engine_impl/sync_encryption_handler_impl_unittest.cc", 860 "engine_impl/sync_encryption_handler_impl_unittest.cc",
859 "engine_impl/sync_manager_impl_unittest.cc", 861 "engine_impl/sync_manager_impl_unittest.cc",
860 "engine_impl/sync_scheduler_impl_unittest.cc", 862 "engine_impl/sync_scheduler_impl_unittest.cc",
861 "engine_impl/syncer_proto_util_unittest.cc", 863 "engine_impl/syncer_proto_util_unittest.cc",
862 "engine_impl/syncer_unittest.cc", 864 "engine_impl/syncer_unittest.cc",
863 "engine_impl/syncer_util_unittest.cc", 865 "engine_impl/syncer_util_unittest.cc",
866 "engine_impl/uss_migrator_unittest.cc",
864 "engine_impl/worker_entity_tracker_unittest.cc", 867 "engine_impl/worker_entity_tracker_unittest.cc",
865 "js/js_event_details_unittest.cc", 868 "js/js_event_details_unittest.cc",
866 "js/sync_js_controller_unittest.cc", 869 "js/sync_js_controller_unittest.cc",
867 "model/attachments/attachment_id_unittest.cc", 870 "model/attachments/attachment_id_unittest.cc",
868 "model/attachments/attachment_metadata_unittest.cc", 871 "model/attachments/attachment_metadata_unittest.cc",
869 "model/attachments/attachment_service_proxy_unittest.cc", 872 "model/attachments/attachment_service_proxy_unittest.cc",
870 "model/attachments/attachment_unittest.cc", 873 "model/attachments/attachment_unittest.cc",
871 "model/entity_data_unittest.cc", 874 "model/entity_data_unittest.cc",
872 "model/model_type_service_unittest.cc", 875 "model/model_type_service_unittest.cc",
873 "model/mutable_data_batch_unittest.cc", 876 "model/mutable_data_batch_unittest.cc",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 deps = [ 1098 deps = [
1096 ":fake_server_jni", 1099 ":fake_server_jni",
1097 ":sync", 1100 ":sync",
1098 ":test_support_fake_server", 1101 ":test_support_fake_server",
1099 "//base", 1102 "//base",
1100 "//testing/gtest", 1103 "//testing/gtest",
1101 "//url:url", 1104 "//url:url",
1102 ] 1105 ]
1103 } 1106 }
1104 } 1107 }
OLDNEW
« no previous file with comments | « no previous file | components/sync/engine_impl/model_type_registry.h » ('j') | components/sync/engine_impl/model_type_registry.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698