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

Unified Diff: components/sync/BUILD.gn

Issue 2511703004: [Sync] Remove UIDataTypeController (Closed)
Patch Set: . Created 4 years, 1 month 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
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",

Powered by Google App Engine
This is Rietveld 408576698