Index: components/invalidation/DEPS |
diff --git a/components/invalidation/DEPS b/components/invalidation/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f99267c7bec5916b6ef4e3bb33111ce28571b5af |
--- /dev/null |
+++ b/components/invalidation/DEPS |
@@ -0,0 +1,10 @@ |
+include_rules = [ |
+ "+components/keyed_service", |
+ |
+ "+content/public/test", |
Nicolas Zea
2014/05/01 20:25:54
hmm, I was under the impression nothing in compone
rlarocque
2014/05/01 20:45:21
I would have thought so too, but evidently not.
$
blundell
2014/05/01 20:58:00
Code that is shared by iOS cannot depend on //cont
|
+ |
+ "+google/cacheinvalidation", |
+ |
+ "+sync/internal_api/public/base", |
+ "+sync/notifier", |
+] |