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

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: fix deps 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
« no previous file with comments | « components/components.gyp ('k') | components/suggestions.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 e0117f952e49ead10b7ff709dc246b074a720a5d..b031db576efde5d580738d2e29beb05f58f828d3 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',
@@ -767,7 +773,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',
« no previous file with comments | « components/components.gyp ('k') | components/suggestions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698