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

Unified Diff: chrome/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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index d1c77283426194bd549cffb5ed320aaddbaadf1a..805552dddbb6de8d5a0628651f8c0db8b446a54f 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1,4 +1,3 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
Mark P 2017/07/17 23:36:11 I don't think we're supposed to remove lines that
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -83,6 +82,8 @@ split_static_library("browser") {
"autocomplete/chrome_autocomplete_provider_client.h",
"autocomplete/chrome_autocomplete_scheme_classifier.cc",
"autocomplete/chrome_autocomplete_scheme_classifier.h",
+ "autocomplete/contextual_suggestions_service_factory.cc",
+ "autocomplete/contextual_suggestions_service_factory.h",
"autocomplete/in_memory_url_index_factory.cc",
"autocomplete/in_memory_url_index_factory.h",
"autocomplete/shortcuts_backend_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698