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

Unified Diff: components/contextual_suggestions/DEPS

Issue 2965173002: Add ContextualSuggestionsService to Omnibox (Closed)
Patch Set: 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/contextual_suggestions/DEPS
diff --git a/components/contextual_suggestions/DEPS b/components/contextual_suggestions/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..5479dae66ec0f078e7b583161501df292f1f1950
--- /dev/null
+++ b/components/contextual_suggestions/DEPS
@@ -0,0 +1,11 @@
+include_rules = [
+ "+base",
+ "+components/signin/core/browser",
+ "+components/data_use_measurement/core",
+ "+components/keyed_service/core",
+ "+components/search_engines",
+ "+components/variations/net",
+ "+google_apis",
+ "+net",
+ "+url",
+]

Powered by Google App Engine
This is Rietveld 408576698