Index: sync/internal_api/DEPS |
diff --git a/sync/internal_api/DEPS b/sync/internal_api/DEPS |
index 42ab18e52e83d0cb807f1d2bc6ede232e58ceb32..56e203d5c0dfab40fe5094bfae1a18efdcb704e3 100644 |
--- a/sync/internal_api/DEPS |
+++ b/sync/internal_api/DEPS |
@@ -5,6 +5,10 @@ include_rules = [ |
"+net/test", |
"+net/url_request", |
"+sql", |
+ # For accessing attachment primitives like Attachment and AttachmentId. This |
+ # dependency is OK because sync/api/attachments is "leafy" and won't depend on |
+ # sync/internal_api/. |
+ "+sync/api/attachments", |
"+sync/base", |
"+sync/engine", |
"+sync/js", |