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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1717433002: [USS] Break NonBlockingDataTypeController into UI specific one and non-UI specific one (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 4 years, 10 months 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 | « components/sync_driver.gypi ('k') | components/sync_driver/device_info_model_type_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index b20c8bcef0387e5a64aa202224b2341174e44689..14dedde47af8cae17b5bd1350a23334cf4aa5896 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -76,6 +76,8 @@ source_set("sync_driver") {
"non_blocking_data_type_controller.h",
"non_ui_data_type_controller.cc",
"non_ui_data_type_controller.h",
+ "non_ui_model_type_controller.cc",
+ "non_ui_model_type_controller.h",
"pref_names.cc",
"pref_names.h",
"profile_sync_auth_provider.cc",
@@ -118,6 +120,8 @@ source_set("sync_driver") {
"system_encryptor.h",
"ui_data_type_controller.cc",
"ui_data_type_controller.h",
+ "ui_model_type_controller.cc",
+ "ui_model_type_controller.h",
"user_selectable_sync_type.h",
]
@@ -218,8 +222,8 @@ source_set("unit_tests") {
"glue/ui_model_worker_unittest.cc",
"local_device_info_provider_unittest.cc",
"model_association_manager_unittest.cc",
- "non_blocking_data_type_controller_unittest.cc",
"non_ui_data_type_controller_unittest.cc",
+ "non_ui_model_type_controller_unittest.cc",
"profile_sync_auth_provider_unittest.cc",
"shared_change_processor_unittest.cc",
"startup_controller_unittest.cc",
@@ -228,6 +232,7 @@ source_set("unit_tests") {
"sync_util_unittest.cc",
"system_encryptor_unittest.cc",
"ui_data_type_controller_unittest.cc",
+ "ui_model_type_controller_unittest.cc",
]
deps = [
":test_support",
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/device_info_model_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698