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

Unified Diff: components/components_tests.gyp

Issue 1305213009: Componentize PrefSyncableService and support classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pref_service_syncable
Patch Set: Add missing dependency on //sync:test_support_sync_api for unit tests with gn Created 5 years, 3 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.gyp ('k') | components/search_engines/DEPS » ('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 ddf6ba2b39423ed7aa38ecf6e34ecd8b33ab2b90..1e0c661d1bf16f7d26a2f7e0018baeb2effa0997 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -647,6 +647,10 @@
'sync_driver/tab_node_pool_unittest.cc',
'sync_driver/ui_data_type_controller_unittest.cc',
],
+ 'syncable_prefs_unittest_sources': [
+ 'syncable_prefs/pref_model_associator_unittest.cc',
+ 'syncable_prefs/pref_service_syncable_unittest.cc',
+ ],
'tracing_unittest_sources': [
'tracing/trace_config_file_unittest.cc',
],
@@ -836,6 +840,7 @@
'<@(signin_unittest_sources)',
'<@(suggestions_unittest_sources)',
'<@(sync_driver_unittest_sources)',
+ '<@(syncable_prefs_unittest_sources)',
'<@(translate_unittest_sources)',
'<@(undo_unittest_sources)',
'<@(update_client_unittest_sources)',
@@ -952,6 +957,7 @@
'components.gyp:signin_core_browser_test_support',
'components.gyp:suggestions',
'components.gyp:sync_driver_test_support',
+ 'components.gyp:syncable_prefs_test_support',
'components.gyp:translate_core_browser',
'components.gyp:translate_core_common',
'components.gyp:translate_core_language_detection',
« no previous file with comments | « components/components.gyp ('k') | components/search_engines/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698