| Index: components/sync/BUILD.gn
|
| diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
|
| index 90801bc5471d18795cda65a27d4d9eb3aa4f8c1a..003d47e0346185aacc2e8672408058492f20fb90 100644
|
| --- a/components/sync/BUILD.gn
|
| +++ b/components/sync/BUILD.gn
|
| @@ -167,8 +167,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",
|
| @@ -865,7 +863,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",
|
|
|