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

Unified Diff: components/sync_driver/BUILD.gn

Issue 597423002: Device info datatype should be moved to components/sync_driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor CR feedback addressed. Created 6 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/device_info.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 04dcc74699728ccb2f3b1b46e5195d2163a0e86f..5a042373532b51e7f02b4c3b69c6c7a2cf04c6c1 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -20,10 +20,18 @@ static_library("sync_driver") {
"data_type_manager_observer.h",
"data_type_status_table.cc",
"data_type_status_table.h",
+ "device_info.cc",
+ "device_info.h",
+ "device_info_data_type_controller.cc",
+ "device_info_data_type_controller.h",
+ "device_info_sync_service.cc",
+ "device_info_sync_service.h",
+ "device_info_tracker.h",
"generic_change_processor.cc",
"generic_change_processor.h",
"generic_change_processor_factory.cc",
"generic_change_processor_factory.h",
+ "local_device_info_provider.h",
"model_association_manager.cc",
"model_association_manager.h",
"model_associator.h",
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/device_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698