| Index: components/sync/BUILD.gn
|
| diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
|
| index 7ace6dd155a1de9b8d3c3430f6cff880e6d47c4f..f429d0c817c9fe6eda6565277bf0829f584abe86 100644
|
| --- a/components/sync/BUILD.gn
|
| +++ b/components/sync/BUILD.gn
|
| @@ -171,8 +171,6 @@ static_library("sync") {
|
| "driver/sync_type_preference_provider.h",
|
| "driver/sync_util.cc",
|
| "driver/sync_util.h",
|
| - "driver/ui_data_type_controller.cc",
|
| - "driver/ui_data_type_controller.h",
|
| "driver/user_selectable_sync_type.h",
|
| "engine/activation_context.cc",
|
| "engine/activation_context.h",
|
| @@ -862,7 +860,6 @@ source_set("unit_tests") {
|
| "driver/startup_controller_unittest.cc",
|
| "driver/sync_stopped_reporter_unittest.cc",
|
| "driver/sync_util_unittest.cc",
|
| - "driver/ui_data_type_controller_unittest.cc",
|
| "engine/attachments/attachment_store_frontend_unittest.cc",
|
| "engine/attachments/attachment_store_test_template.h",
|
| "engine/attachments/fake_attachment_downloader_unittest.cc",
|
|
|