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

Unified Diff: components/history/core/browser/BUILD.gn

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/history.gypi ('k') | components/history/core/browser/scored_history_match.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index 1520ae8bb2f8a910bb4759232c880e5868691e00..ab47e75189b005bbd5090c76d993dbd573f3cf78 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -41,6 +41,10 @@ static_library("browser") {
"keyword_search_term.h",
"page_usage_data.cc",
"page_usage_data.h",
+ "scored_history_match.cc",
+ "scored_history_match.h",
+ "scored_history_match_client.cc",
+ "scored_history_match_client.h",
"thumbnail_database.cc",
"thumbnail_database.h",
"top_sites.cc",
« no previous file with comments | « components/history.gypi ('k') | components/history/core/browser/scored_history_match.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698