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

Unified Diff: components/sync/BUILD.gn

Issue 2442583003: [Sync] Start implementation of migration for USS. (Closed)
Patch Set: Rebase. 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 50818b9cc75c5c02ba1c87eff2beadf783167288..3d6336e8e5da0477e7084f67220df33f89503672 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -379,6 +379,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",
@@ -886,6 +888,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/uss_migrator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698