OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/sync/base", |
| 3 "+components/sync/core", |
| 4 "+components/sync/test/android", # For sync test tools |
2 "+jni", | 5 "+jni", |
3 "+third_party/cacheinvalidation", # For imports in sync/notifier. | 6 "+third_party/cacheinvalidation", # For imports in sync/notifier. |
4 "+net", # For imports in sync/signin. | 7 "+net", # For imports in sync/signin. |
5 "+sync/base", | |
6 "+sync/internal_api/public", | |
7 "+sync/test/android", # For sync test tools | |
8 ] | 8 ] |
OLD | NEW |