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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1354883003: Componentize chrome/browser/sync/backup_rollback_controller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated Created 5 years, 3 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
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/backup_rollback_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/backup_rollback_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698