blob: 322ec2640087eedebb1dca4d0900b03b94867839 (
plain)
1
2
3
4
5
6
7
8
9
|
include_rules = [
"+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",
]
|