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