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

Unified Diff: components/suggestions/DEPS

Issue 410673002: [Suggestions] Moving suggestions code to a new component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean Created 6 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
« no previous file with comments | « components/suggestions/BUILD.gn ('k') | components/suggestions/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/suggestions/DEPS
diff --git a/components/suggestions/DEPS b/components/suggestions/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..06305d1d3b15558d838d4eeb43d062bad2a407a3
--- /dev/null
+++ b/components/suggestions/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "+content/public",
blundell 2014/07/22 15:55:19 If this component is intended to be shared by iOS
Mathieu 2014/07/22 16:56:31 Yes, it's for BrowserThread. Does iOS have the con
Mathieu 2014/07/22 17:12:42 If not possible, I can put this CL on hold and try
+ "+components/keyed_service",
+ "+components/pref_registry",
+ "+components/variations",
+ "+net",
+ "+ui",
+ "+url",
+]
« no previous file with comments | « components/suggestions/BUILD.gn ('k') | components/suggestions/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698