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

Unified Diff: components/sync_driver.gypi

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 | « chrome/chrome_browser.gypi ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index 59777888bf82cd3bc72f7fd01fdffbca41ee688a..7b8eb0abb417288708426679bd2bab06687a2692 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -34,10 +34,18 @@
'sync_driver/data_type_manager_observer.h',
'sync_driver/data_type_status_table.cc',
'sync_driver/data_type_status_table.h',
+ 'sync_driver/device_info.cc',
+ 'sync_driver/device_info.h',
+ 'sync_driver/device_info_data_type_controller.cc',
+ 'sync_driver/device_info_data_type_controller.h',
+ 'sync_driver/device_info_sync_service.cc',
+ 'sync_driver/device_info_sync_service.h',
+ 'sync_driver/device_info_tracker.h',
'sync_driver/generic_change_processor.cc',
'sync_driver/generic_change_processor.h',
'sync_driver/generic_change_processor_factory.cc',
'sync_driver/generic_change_processor_factory.h',
+ 'sync_driver/local_device_info_provider.h',
'sync_driver/model_association_manager.cc',
'sync_driver/model_association_manager.h',
'sync_driver/model_associator.h',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698