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

Unified Diff: components/omnibox/BUILD.gn

Issue 1181113005: Componentize HistoryURLProvider/ScoredHistoryMatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prepare_history_url_provider_for_c14n
Patch Set: Rebase Created 5 years, 6 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/omnibox.gypi ('k') | components/omnibox/history_url_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/BUILD.gn
diff --git a/components/omnibox/BUILD.gn b/components/omnibox/BUILD.gn
index a7f9b1966d211ff1692aef5da3aee6521e83c373..07e041182a209e00853af76153436a8846b11f01 100644
--- a/components/omnibox/BUILD.gn
+++ b/components/omnibox/BUILD.gn
@@ -23,6 +23,8 @@ static_library("omnibox") {
"bookmark_provider.h",
"history_provider.cc",
"history_provider.h",
+ "history_url_provider.cc",
+ "history_url_provider.h",
"in_memory_url_index_types.cc",
"in_memory_url_index_types.h",
"keyword_extensions_delegate.cc",
@@ -35,6 +37,8 @@ static_library("omnibox") {
"omnibox_log.h",
"omnibox_switches.cc",
"omnibox_switches.h",
+ "scored_history_match.cc",
+ "scored_history_match.h",
"search_provider.cc",
"search_provider.h",
"search_suggestion_parser.cc",
@@ -91,6 +95,7 @@ source_set("unit_tests") {
"in_memory_url_index_types_unittest.cc",
"keyword_provider_unittest.cc",
"omnibox_field_trial_unittest.cc",
+ "scored_history_match_unittest.cc",
"suggestion_answer_unittest.cc",
]
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/history_url_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698