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