Index: components/history.gypi |
diff --git a/components/history.gypi b/components/history.gypi |
index 63dae2eaf0e0f726c813fcec08e4d7276fceeba1..868d9feaeace96ef3cf24042584037e12e4d9e24 100644 |
--- a/components/history.gypi |
+++ b/components/history.gypi |
@@ -15,7 +15,9 @@ |
'../base/base.gyp:base', |
'../net/net.gyp:net', |
'../sql/sql.gyp:sql', |
+ '../ui/gfx/gfx.gyp:gfx', |
'../url/url.gyp:url_lib', |
+ 'favicon_base', |
'keyed_service_core', |
'query_parser', |
], |
@@ -23,6 +25,8 @@ |
# Note: sources list duplicated in GN build. |
'history/core/browser/history_client.cc', |
'history/core/browser/history_client.h', |
+ 'history/core/browser/history_types.cc', |
+ 'history/core/browser/history_types.h', |
'history/core/browser/history_match.cc', |
'history/core/browser/history_match.h', |
'history/core/browser/in_memory_database.cc', |
@@ -30,6 +34,8 @@ |
'history/core/browser/keyword_id.h', |
'history/core/browser/keyword_search_term.cc', |
'history/core/browser/keyword_search_term.h', |
+ 'history/core/browser/page_usage_data.cc', |
+ 'history/core/browser/page_usage_data.h', |
'history/core/browser/url_database.cc', |
'history/core/browser/url_database.h', |
'history/core/browser/url_row.cc', |