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

Unified Diff: components/history.gypi

Issue 439713004: Partially move history_types.{cc,h} to //components/history (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 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',

Powered by Google App Engine
This is Rietveld 408576698