blob: 9d46a8a6a63e76dde7572b79e4710a88473e6cec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include_rules = [
# Invalidations headers depend on this. We should move them to sync/notifier
# then remove this rule.
"+google/cacheinvalidation",
"-sync",
"+sync/base",
"+sync/internal_api/public/base",
"+sync/internal_api/public/util",
"+sync/notifier",
"+sync/protocol",
]
|