| 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",
|
|
|