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

Unified Diff: components/omnibox.gypi

Issue 489353004: Componentize SearchProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« 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 314fccdb44cdb5969807b5ce22a666cddc05812d..49d27e46c1ae214c349f72c850c2097e0ccb0482 100644
--- a/components/omnibox.gypi
+++ b/components/omnibox.gypi
@@ -26,6 +26,8 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'omnibox/answers_cache.h',
+ 'omnibox/answers_cache.cc',
'omnibox/autocomplete_input.cc',
'omnibox/autocomplete_input.h',
'omnibox/autocomplete_match.cc',
@@ -39,6 +41,8 @@
'omnibox/autocomplete_result.cc',
'omnibox/autocomplete_result.h',
'omnibox/autocomplete_scheme_classifier.h',
+ 'omnibox/base_search_provider.cc',
+ 'omnibox/base_search_provider.h',
'omnibox/keyword_extensions_delegate.cc',
'omnibox/keyword_extensions_delegate.h',
'omnibox/keyword_provider.cc',
@@ -47,6 +51,8 @@
'omnibox/omnibox_field_trial.h',
'omnibox/omnibox_switches.cc',
'omnibox/omnibox_switches.h',
+ 'omnibox/search_provider.cc',
+ 'omnibox/search_provider.h',
'omnibox/search_suggestion_parser.cc',
'omnibox/search_suggestion_parser.h',
'omnibox/url_prefix.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