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

Unified Diff: components/history.gypi

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/history.gypi
diff --git a/components/history.gypi b/components/history.gypi
index e1b251647193e8553d04fe6a9ba3b8a3fcaa6c9c..c38056f6cf03ba2f44c8c66ccc3234481a09d914 100644
--- a/components/history.gypi
+++ b/components/history.gypi
@@ -14,6 +14,7 @@
'dependencies': [
'../base/base.gyp:base',
'../net/net.gyp:net',
+ '../skia/skia.gyp:skia',
'../sql/sql.gyp:sql',
'../third_party/sqlite/sqlite.gyp:sqlite',
'../ui/base/ui_base.gyp:ui_base',
@@ -61,8 +62,14 @@
'history/core/browser/page_usage_data.h',
'history/core/browser/thumbnail_database.cc',
'history/core/browser/thumbnail_database.h',
+ 'history/core/browser/top_sites.cc',
+ 'history/core/browser/top_sites.h',
+ 'history/core/browser/top_sites_backend.cc',
+ 'history/core/browser/top_sites_backend.h',
'history/core/browser/top_sites_cache.cc',
'history/core/browser/top_sites_cache.h',
+ 'history/core/browser/top_sites_database.cc',
+ 'history/core/browser/top_sites_database.h',
'history/core/browser/top_sites_observer.h',
'history/core/browser/url_database.cc',
'history/core/browser/url_database.h',
@@ -150,6 +157,8 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'history/core/test/database_test_utils.cc',
+ 'history/core/test/database_test_utils.h',
'history/core/test/history_client_fake_bookmarks.cc',
'history/core/test/history_client_fake_bookmarks.h',
'history/core/test/history_unittest_base.cc',

Powered by Google App Engine
This is Rietveld 408576698