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

Unified Diff: components/history.gypi

Issue 903493002: Componentize ScoredHistoryMatch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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/core/browser/BUILD.gn » ('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 7c1a57c66dab997495212e853e3dba298a889aec..6168206e37ce660993b7030404b1ecaf6b9de685 100644
--- a/components/history.gypi
+++ b/components/history.gypi
@@ -62,6 +62,10 @@
'history/core/browser/keyword_search_term.h',
'history/core/browser/page_usage_data.cc',
'history/core/browser/page_usage_data.h',
+ 'history/core/browser/scored_history_match.cc',
+ 'history/core/browser/scored_history_match.h',
+ 'history/core/browser/scored_history_match_client.cc',
+ 'history/core/browser/scored_history_match_client.h',
'history/core/browser/thumbnail_database.cc',
'history/core/browser/thumbnail_database.h',
'history/core/browser/top_sites.cc',
@@ -167,6 +171,8 @@
'history/core/test/history_unittest_base.h',
'history/core/test/test_history_database.cc',
'history/core/test/test_history_database.h',
+ 'history/core/test/test_scored_history_match_client.cc',
+ 'history/core/test/test_scored_history_match_client.h',
],
},
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698