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

Unified Diff: components/history.gypi

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 | « components/components_tests.gyp ('k') | components/history/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history.gypi
diff --git a/components/history.gypi b/components/history.gypi
index 11976bc1f2126dad2c5a4f68285b6ad3b673e972..7c1a57c66dab997495212e853e3dba298a889aec 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',
@@ -63,8 +64,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',
@@ -152,6 +159,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',
« no previous file with comments | « components/components_tests.gyp ('k') | components/history/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698