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

Unified Diff: components/sync_driver.gypi

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/components_tests.gyp ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index 0a4310b9af90d66697eb5ab3cf924718237b48a3..1e327e3e6b3280f09640bc8dd429dd1ccf38a702 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -98,6 +98,8 @@
'sync_driver/non_blocking_data_type_controller.h',
'sync_driver/non_ui_data_type_controller.cc',
'sync_driver/non_ui_data_type_controller.h',
+ 'sync_driver/non_ui_model_type_controller.cc',
+ 'sync_driver/non_ui_model_type_controller.h',
'sync_driver/pref_names.cc',
'sync_driver/pref_names.h',
'sync_driver/profile_sync_auth_provider.cc',
@@ -140,6 +142,8 @@
'sync_driver/system_encryptor.h',
'sync_driver/ui_data_type_controller.cc',
'sync_driver/ui_data_type_controller.h',
+ 'sync_driver/ui_model_type_controller.cc',
+ 'sync_driver/ui_model_type_controller.h',
'sync_driver/user_selectable_sync_type.h',
],
'conditions': [
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698