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

Unified Diff: components/omnibox.gypi

Issue 1191373002: Componentize AutocompleteController and its supporting cast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prep_builtin_provider_for_c14n
Patch Set: Rebase Created 5 years, 6 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 | « chrome/test/base/ui_test_utils.cc ('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 3a60d9934fee9df8e46bcd41e0d89056967a2bc6..b83819f9f8da9c543e15020b238bced21a889f94 100644
--- a/components/omnibox.gypi
+++ b/components/omnibox.gypi
@@ -23,6 +23,7 @@
'history_core_browser',
'keyed_service_core',
'omnibox_in_memory_url_index_cache_proto',
+ 'pref_registry',
'query_parser',
'search',
'search_engines',
@@ -40,6 +41,11 @@
# Note: sources list duplicated in GN build.
'omnibox/answers_cache.cc',
'omnibox/answers_cache.h',
+ 'omnibox/autocomplete_classifier.cc',
+ 'omnibox/autocomplete_classifier.h',
+ 'omnibox/autocomplete_controller.cc',
+ 'omnibox/autocomplete_controller.h',
+ 'omnibox/autocomplete_controller_delegate.h',
'omnibox/autocomplete_input.cc',
'omnibox/autocomplete_input.h',
'omnibox/autocomplete_match.cc',
@@ -57,6 +63,8 @@
'omnibox/base_search_provider.h',
'omnibox/bookmark_provider.cc',
'omnibox/bookmark_provider.h',
+ 'omnibox/builtin_provider.cc',
+ 'omnibox/builtin_provider.h',
'omnibox/history_provider.cc',
'omnibox/history_provider.h',
'omnibox/history_quick_provider.cc',
@@ -97,6 +105,8 @@
'omnibox/url_index_private_data.h',
'omnibox/url_prefix.cc',
'omnibox/url_prefix.h',
+ 'omnibox/zero_suggest_provider.cc',
+ 'omnibox/zero_suggest_provider.h',
],
},
{
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | components/omnibox/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698