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