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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1314903004: Sync: Refactoring DataTypeController to make the design shareable with USS datatypes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing build on Android Created 5 years, 4 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_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index d4a02f2c9602309987df14044f5cd0adea016437..827c6b6ace0b25f37b3bb71b7007604ccb5e90a2 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -33,6 +33,8 @@ source_set("sync_driver") {
"device_info_sync_service.cc",
"device_info_sync_service.h",
"device_info_tracker.h",
+ "directory_data_type_controller.cc",
+ "directory_data_type_controller.h",
"favicon_cache.cc",
"favicon_cache.h",
"frontend_data_type_controller.cc",

Powered by Google App Engine
This is Rietveld 408576698