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

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

Issue 2583763003: Factor out AutocompleteMatch creation from BookmarkProvider (Closed)
Patch Set: add unit test Created 4 years 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..0ac07bc2133c6dffc75ee0873889636f50a97c72 100644
--- a/components/omnibox/browser/BUILD.gn
+++ b/components/omnibox/browser/BUILD.gn
@@ -25,6 +25,8 @@ static_library("browser") {
"autocomplete_match_type.h",
"autocomplete_provider.cc",
"autocomplete_provider.h",
+ "autocomplete_provider_utils.cc",
+ "autocomplete_provider_utils.h",
"autocomplete_result.cc",
"autocomplete_result.h",
"autocomplete_scheme_classifier.h",
@@ -223,6 +225,7 @@ source_set("unit_tests") {
"autocomplete_input_unittest.cc",
"autocomplete_match_unittest.cc",
"autocomplete_provider_unittest.cc",
+ "autocomplete_provider_utils_unittest.cc",
"autocomplete_result_unittest.cc",
"base_search_provider_unittest.cc",
"bookmark_provider_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698