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

Unified Diff: components/omnibox.gypi

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/components_tests.gyp ('k') | components/omnibox/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox.gypi
diff --git a/components/omnibox.gypi b/components/omnibox.gypi
index 4024f8ccf49853ad54e3bbb52555be97f33a6dfe..f7401b58533f7e2c65303bea554e47df5bf05aec 100644
--- a/components/omnibox.gypi
+++ b/components/omnibox.gypi
@@ -11,12 +11,14 @@
'dependencies': [
'../base/base.gyp:base',
'../net/net.gyp:net',
+ '../ui/base/ui_base.gyp:ui_base',
'../url/url.gyp:url_lib',
'search',
'search_engines',
'variations',
'component_metrics_proto',
'components_resources.gyp:components_resources',
+ 'components_strings.gyp:components_strings',
'url_fixer',
],
'include_dirs': [
@@ -36,6 +38,10 @@
'omnibox/autocomplete_result.cc',
'omnibox/autocomplete_result.h',
'omnibox/autocomplete_scheme_classifier.h',
+ 'omnibox/keyword_extensions_delegate.cc',
+ 'omnibox/keyword_extensions_delegate.h',
+ 'omnibox/keyword_provider.cc',
+ 'omnibox/keyword_provider.h',
'omnibox/omnibox_field_trial.cc',
'omnibox/omnibox_field_trial.h',
'omnibox/omnibox_switches.cc',
« no previous file with comments | « components/components_tests.gyp ('k') | components/omnibox/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698