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

Unified Diff: components/components_tests.gyp

Issue 870063002: Componentize TopSites, TopSitesBackend, TopSitesDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@815983002
Patch Set: Created 5 years, 11 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 bc2dab2dac83bb8fa8bf63ea5e98c195f177d490..85cf04571f139d4c1820599688a7199038c04804 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -150,6 +150,7 @@
'history/core/browser/history_types_unittest.cc',
'history/core/browser/in_memory_url_index_types_unittest.cc',
'history/core/browser/top_sites_cache_unittest.cc',
+ 'history/core/browser/top_sites_database_unittest.cc',
'history/core/browser/url_database_unittest.cc',
'history/core/browser/url_utils_unittest.cc',
'history/core/browser/visit_database_unittest.cc',
@@ -401,6 +402,7 @@
# Dependencies of history
'components.gyp:history_core_browser',
'components.gyp:history_core_common',
+ 'components.gyp:history_core_test_support',
# Dependencies of invalidation
'components.gyp:invalidation',

Powered by Google App Engine
This is Rietveld 408576698