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

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: Fix typo 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
« no previous file with comments | « chrome/tools/profiles/thumbnail-inl.h ('k') | components/history.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 f4f7484ff902acad1cc0d8e32b033099e5fd1fb9..87097936aaa72079c56c9cd77cbdbdc01b58aeba 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -145,6 +145,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',
@@ -366,6 +367,9 @@
'components.gyp:google_core_browser',
'components.gyp:history_core_browser',
'components.gyp:history_core_common',
+ 'components.gyp:history_core_test_support',
+
+ # Dependencies of invalidation
'components.gyp:invalidation',
'components.gyp:invalidation_test_support',
'components.gyp:json_schema',
« no previous file with comments | « chrome/tools/profiles/thumbnail-inl.h ('k') | components/history.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698