1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
include_rules = [
"+net/base",
"+net/cookies",
"+net/http",
"+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",
"+sync/protocol",
"+sync/sessions",
"+sync/syncable",
"+sync/test",
"+sync/util",
"+third_party/zlib", # For UniquePosition compression
]
|