Index: components/invalidation/DEPS |
diff --git a/components/invalidation/DEPS b/components/invalidation/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3e98d05567ce128f83edd0bfa01634940e4256c3 |
--- /dev/null |
+++ b/components/invalidation/DEPS |
@@ -0,0 +1,8 @@ |
+include_rules = [ |
+ "+components/keyed_service", |
blundell
2014/05/05 08:48:41
These dependencies should be present in the gypfil
blundell
2014/05/05 08:48:41
There should be a -content rule here (see e.g. //c
rlarocque
2014/05/05 17:39:10
Added gyp dependencies for keyed_service and cache
rlarocque
2014/05/05 17:39:10
Done. I would have thought that "-content" was th
|
+ |
+ "+google/cacheinvalidation", |
+ |
+ "+sync/internal_api/public/base", |
+ "+sync/notifier", |
+] |