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