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

Unified Diff: components/components_tests.gyp

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 | « no previous file | components/sync_driver.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index c7fb2db4cbaa3d81094dbb857ba8b2b2f2f0d0bd..05d65c534b999a98685da2fe3a297b945e124de2 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -754,8 +754,8 @@
'sync_driver/glue/ui_model_worker_unittest.cc',
'sync_driver/local_device_info_provider_unittest.cc',
'sync_driver/model_association_manager_unittest.cc',
- 'sync_driver/non_blocking_data_type_controller_unittest.cc',
'sync_driver/non_ui_data_type_controller_unittest.cc',
+ 'sync_driver/non_ui_model_type_controller_unittest.cc',
'sync_driver/profile_sync_auth_provider_unittest.cc',
'sync_driver/shared_change_processor_unittest.cc',
'sync_driver/startup_controller_unittest.cc',
@@ -764,6 +764,7 @@
'sync_driver/sync_util_unittest.cc',
'sync_driver/system_encryptor_unittest.cc',
'sync_driver/ui_data_type_controller_unittest.cc',
+ 'sync_driver/ui_model_type_controller_unittest.cc',
],
'sync_sessions_unittest_sources': [
'sync_sessions/favicon_cache_unittest.cc',
« no previous file with comments | « no previous file | components/sync_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698