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

Unified Diff: components/sync/BUILD.gn

Issue 2546163003: [Sync] Convert SyncSessions to NonUIDataTypeController and remove UIDataTypeController (Closed)
Patch Set: Fix SyncSessionsMetricsTest Created 4 years 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
« no previous file with comments | « no previous file | components/sync/driver/ui_data_type_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | components/sync/driver/ui_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698