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

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: gn fix 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 e655cb84185180b458d25cc21889cda03fbfc135..456556326a44a90cd44a3d3b2c5c75e81a6e2315 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -186,6 +186,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',
@@ -367,6 +370,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',
@@ -761,7 +767,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