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

Unified Diff: components/omnibox/BUILD.gn

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 | « 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 428e9a5f4954cc4f2a0c44ce574e2165f913ce84..bddc8bc2ee915470b230c9351ad6fda63ffbeee3 100644
--- a/components/omnibox/BUILD.gn
+++ b/components/omnibox/BUILD.gn
@@ -8,6 +8,11 @@ static_library("omnibox") {
sources = [
"answers_cache.cc",
"answers_cache.h",
+ "autocomplete_classifier.cc",
+ "autocomplete_classifier.h",
+ "autocomplete_controller.cc",
+ "autocomplete_controller.h",
+ "autocomplete_controller_delegate.h",
"autocomplete_input.cc",
"autocomplete_input.h",
"autocomplete_match.cc",
@@ -23,6 +28,8 @@ static_library("omnibox") {
"base_search_provider.h",
"bookmark_provider.cc",
"bookmark_provider.h",
+ "builtin_provider.cc",
+ "builtin_provider.h",
"history_provider.cc",
"history_provider.h",
"history_quick_provider.cc",
@@ -63,6 +70,8 @@ static_library("omnibox") {
"url_index_private_data.h",
"url_prefix.cc",
"url_prefix.h",
+ "zero_suggest_provider.cc",
+ "zero_suggest_provider.h",
]
public_deps = [
@@ -75,6 +84,7 @@ static_library("omnibox") {
"//base:i18n",
"//components/bookmarks/browser",
"//components/keyed_service/core",
+ "//components/pref_registry",
"//components/query_parser",
"//components/resources",
"//components/search",
« 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