Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/sync/base", | 2 "+components/sync/base", |
| 3 # TODO(crbug.com/631271): Core should be split into driver/engine/api. | 3 # TODO(crbug.com/631271): Core should be split into driver/engine/api. |
| 4 "+components/sync/core", | 4 "+components/sync/core", |
| 5 "+components/sync/engine_impl", | |
| 5 "+components/sync/protocol", | 6 "+components/sync/protocol", |
| 6 # TODO(maxbogue): Move events to engine_impl. | |
| 7 "+components/sync/sessions_impl", | |
| 8 ] | 7 ] |
| 9 | 8 |
| OLD | NEW |