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", |
+] |