blob: ec5c93e1307e4e2fbf64efdfb56b894390c334f2 (
plain)
1
2
3
4
5
6
7
8
9
|
include_rules = [
"+components/invalidation",
"+jingle/notifier/base",
"+net",
"+sync/internal_api/public",
"+sync/js",
# TODO(akalin): Remove this when we use the system encryptor.
"+sync/test/fake_encryptor.h",
]
|