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_impl", | 6 "+components/sync/engine_impl", |
6 "+components/sync/protocol", | 7 "+components/sync/protocol", |
7 ] | 8 ] |
8 | 9 |
OLD | NEW |