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

Unified Diff: components/omnibox/browser/BUILD.gn

Issue 2965173002: Add ContextualSuggestionsService to Omnibox (Closed)
Patch Set: Move contextual suggestions service to c/o/b Created 3 years, 5 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
Index: components/omnibox/browser/BUILD.gn
diff --git a/components/omnibox/browser/BUILD.gn b/components/omnibox/browser/BUILD.gn
index a6fc236517cd64d0042bc032506e210818e734e4..bd9a6a8cbb14f15318225f90eae4e45dc844385f 100644
--- a/components/omnibox/browser/BUILD.gn
+++ b/components/omnibox/browser/BUILD.gn
@@ -52,6 +52,8 @@ static_library("browser") {
"builtin_provider.h",
"clipboard_url_provider.cc",
"clipboard_url_provider.h",
+ "contextual_suggestions_service.cc",
+ "contextual_suggestions_service.h",
"history_provider.cc",
"history_provider.h",
"history_quick_provider.cc",
@@ -150,6 +152,7 @@ static_library("browser") {
"//components/search",
"//components/search_engines",
"//components/sessions",
+ "//components/signin/core/browser",
"//components/strings",
"//components/toolbar",
"//components/url_formatter",

Powered by Google App Engine
This is Rietveld 408576698