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

Unified Diff: components/components_tests.gyp

Issue 410673002: [Suggestions] Moving suggestions code to a new component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean Created 6 years, 5 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index f2c6b9e389e481bdbf27883754a0aa9349efb417..0fbd5d282b74d193d37ea9d810e2eadb11029054 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -184,6 +184,9 @@
'storage_monitor/storage_monitor_mac_unittest.mm',
'storage_monitor/storage_monitor_unittest.cc',
'storage_monitor/storage_monitor_win_unittest.cc',
+ 'suggestions/blacklist_store_unittest.cc',
+ 'suggestions/suggestions_service_unittest.cc',
+ 'suggestions/suggestions_store_unittest.cc',
'sync_driver/non_ui_data_type_controller_unittest.cc',
'sync_driver/data_type_manager_impl_unittest.cc',
'sync_driver/generic_change_processor_unittest.cc',
@@ -362,6 +365,9 @@
'components.gyp:signin_core_browser_test_support',
'../google_apis/google_apis.gyp:google_apis_test_support',
+ # Dependencies of suggestions
+ 'components.gyp:suggestions',
+
# Dependencies of sync_driver
'components.gyp:sync_driver_test_support',
@@ -755,7 +761,7 @@
'components.gyp:autofill_content_browser',
'components.gyp:dom_distiller_content',
'components.gyp:dom_distiller_core',
- 'components.gyp:pref_registry_test_support',
+ 'components.gyp:pref_registry_test_support',
'components_resources.gyp:components_resources',
'../content/content.gyp:content_common',
'../content/content.gyp:content_gpu',

Powered by Google App Engine
This is Rietveld 408576698