Index: components/sync_driver/BUILD.gn |
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn |
index 9f4f8a420f3ff59e5a9f904e7bd2c400a44962b1..8f20826e1197733c592b9cd44de369535a12c02d 100644 |
--- a/components/sync_driver/BUILD.gn |
+++ b/components/sync_driver/BUILD.gn |
@@ -12,6 +12,8 @@ source_set("sync_driver") { |
"backend_data_type_configurer.h", |
"backend_migrator.cc", |
"backend_migrator.h", |
+ "backup_rollback_controller.cc", |
+ "backup_rollback_controller.h", |
"change_processor.cc", |
"change_processor.h", |
"data_type_controller.cc", |
@@ -185,6 +187,7 @@ source_set("unit_tests") { |
testonly = true |
sources = [ |
"about_sync_util_unittest.cc", |
+ "backup_rollback_controller_unittest.cc", |
"data_type_manager_impl_unittest.cc", |
"device_info_data_type_controller_unittest.cc", |
"device_info_sync_service_unittest.cc", |