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

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: Move tests 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
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/DEPS » ('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 fa873aa9490dab99d37a67833703c47658af3e21..0712ef091be614be92537393ccdffff89f145439 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",
]
@@ -58,6 +64,7 @@ source_set("unit_tests") {
"autocomplete_input_unittest.cc",
"autocomplete_match_unittest.cc",
"autocomplete_result_unittest.cc",
+ "keyword_provider_unittest.cc",
"omnibox_field_trial_unittest.cc",
]
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698