Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-sync", | |
| 3 "+components/sync/api", | 2 "+components/sync/api", |
| 4 "+components/sync/base", | 3 "+components/sync/base", |
| 5 "+components/sync/core", | 4 "+components/sync/core_impl", |
| 5 "+components/sync/engine", | |
| 6 "+components/sync/engine_impl", | |
|
Nicolas Zea
2016/07/19 18:21:06
it seems odd to allow depending on impl folders fr
maxbogue
2016/07/19 18:58:19
Right now the _impl folders really mean "don't use
| |
| 6 "+components/sync/protocol", | 7 "+components/sync/protocol", |
| 7 | 8 "+components/sync/sessions", |
| 8 # TODO(tim): Remove. Bug 131130 | 9 "+components/sync/sessions_impl", |
| 9 "+components/sync/base/cryptographer.h" | 10 "+components/sync/syncable", |
| 11 "+components/sync/test", | |
| 12 "+net", | |
| 13 "+sql", | |
| 14 "+third_party/leveldatabase", | |
| 10 ] | 15 ] |
| OLD | NEW |