OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/sync/api", |
2 "+components/sync/base", | 3 "+components/sync/base", |
3 # TODO(crbug.com/631271): Core should be split into driver/engine/api. | 4 # TODO(crbug.com/631271): Core should be split into driver/engine/api. |
4 "+components/sync/core", | 5 "+components/sync/core", |
5 "+components/sync/engine", | 6 "+components/sync/engine", |
6 "+components/sync/protocol", | 7 "+components/sync/protocol", |
7 "+components/sync/syncable", | 8 "+components/sync/syncable", |
8 "+components/sync/test", | 9 "+components/sync/test", |
9 ] | 10 ] |
OLD | NEW |