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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index 0535e22b5011f6897ccf82f53602f3d714a63696..3c6ad64401a719a5ce520288b1231ab2f6ba87c4 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -373,6 +373,8 @@ static_library("sync") {
"engine_impl/update_applicator.h",
"engine_impl/update_handler.cc",
"engine_impl/update_handler.h",
+ "engine_impl/uss_migrator.cc",
+ "engine_impl/uss_migrator.h",
"engine_impl/worker_entity_tracker.cc",
"engine_impl/worker_entity_tracker.h",
"js/js_backend.h",
@@ -861,6 +863,7 @@ source_set("unit_tests") {
"engine_impl/syncer_proto_util_unittest.cc",
"engine_impl/syncer_unittest.cc",
"engine_impl/syncer_util_unittest.cc",
+ "engine_impl/uss_migrator_unittest.cc",
"engine_impl/worker_entity_tracker_unittest.cc",
"js/js_event_details_unittest.cc",
"js/sync_js_controller_unittest.cc",
« 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