Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/invalidation", | |
| 2 "+jingle/notifier/base", | 3 "+jingle/notifier/base", |
| 3 "+net", | 4 "+net", |
| 4 "+sync/internal_api/public", | 5 "+sync/internal_api/public", |
| 5 "+sync/js", | 6 "+sync/js", |
| 6 "+sync/notifier", | 7 "+sync/notifier", |
| 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 |