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

Unified Diff: components/omnibox/browser/DEPS

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/DEPS
diff --git a/components/omnibox/browser/DEPS b/components/omnibox/browser/DEPS
index 8403b4f979607b9215a0c76ef6c66e1444564897..12eebed0f81586a43a3ef69868d15d09e86f3adc 100644
--- a/components/omnibox/browser/DEPS
+++ b/components/omnibox/browser/DEPS
@@ -1,6 +1,7 @@
include_rules = [
"+components/bookmarks/browser",
"+components/bookmarks/test",
+ "+components/contextual_suggestions",
Mark P 2017/07/17 23:36:12 This isn't necessary anymore.
"+components/data_use_measurement/core",
"+components/grit/components_scaled_resources.h",
"+components/history/core/browser",
@@ -15,6 +16,7 @@ include_rules = [
"+components/search",
"+components/search_engines",
"+components/sessions",
+ "+components/signin/core/browser",
Mark P 2017/07/17 23:36:12 I'm not sure it's okay to include components/.../b
blundell 2017/07/18 15:21:14 This should be absolutely fine unless there's some
Mark P 2017/07/18 19:11:28 No, you're not missing something. I'm missing som
"+components/strings/grit/components_strings.h",
"+components/toolbar",
"+components/url_formatter",

Powered by Google App Engine
This is Rietveld 408576698