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', |