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

Unified Diff: components/omnibox/BUILD.gn

Issue 469623004: Move KeywordProvider to components/omnibox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/BUILD.gn
diff --git a/components/omnibox/BUILD.gn b/components/omnibox/BUILD.gn
index fa873aa9490dab99d37a67833703c47658af3e21..a265484a124c6c4be689800f2db615ec9c7e732c 100644
--- a/components/omnibox/BUILD.gn
+++ b/components/omnibox/BUILD.gn
@@ -15,6 +15,10 @@ static_library("omnibox") {
"autocomplete_result.cc",
"autocomplete_result.h",
"autocomplete_scheme_classifier.h",
+ "keyword_extensions_delegate.cc",
+ "keyword_extensions_delegate.h",
+ "keyword_provider.cc",
+ "keyword_provider.h",
"omnibox_field_trial.cc",
"omnibox_field_trial.h",
"omnibox_switches.cc",
@@ -30,8 +34,10 @@ static_library("omnibox") {
"//components/metrics/proto",
"//components/resources",
"//components/search_engines",
+ "//components/strings",
"//components/url_fixer",
"//net",
+ "//ui/base",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698