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

Unified Diff: components/omnibox/browser/BUILD.gn

Issue 2583763003: Factor out AutocompleteMatch creation from BookmarkProvider (Closed)
Patch Set: copyright years, bookmarks namespace Created 3 years, 11 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/omnibox/browser/BUILD.gn
diff --git a/components/omnibox/browser/BUILD.gn b/components/omnibox/browser/BUILD.gn
index be1ac412a053e841a921809df1c5ae6591a5fb58..7ba8379bd257f5789421c58e4ed15676704b9cb9 100644
--- a/components/omnibox/browser/BUILD.gn
+++ b/components/omnibox/browser/BUILD.gn
@@ -95,6 +95,8 @@ static_library("browser") {
"shortcuts_provider.h",
"suggestion_answer.cc",
"suggestion_answer.h",
+ "titled_url_match_utils.cc",
+ "titled_url_match_utils.h",
"url_index_private_data.cc",
"url_index_private_data.h",
"url_prefix.cc",
@@ -243,6 +245,7 @@ source_set("unit_tests") {
"shortcuts_database_unittest.cc",
"shortcuts_provider_unittest.cc",
"suggestion_answer_unittest.cc",
+ "titled_url_match_utils_unittest.cc",
"url_prefix_unittest.cc",
"zero_suggest_provider_unittest.cc",
]
« no previous file with comments | « components/bookmarks/browser/titled_url_match_unittest.cc ('k') | components/omnibox/browser/bookmark_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698