diff options
Diffstat (limited to 'components/sync_driver/BUILD.gn')
-rw-r--r-- | components/sync_driver/BUILD.gn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn index 04dcc74..5a04237 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", |