Chromium Code Reviews| Index: components/sync/core/DEPS |
| diff --git a/components/sync/core/DEPS b/components/sync/core/DEPS |
| index 44ab319a620b11756e5ccac72e903735a2669b12..641711decc33fbd33551a56a5f3858e9611639a2 100644 |
| --- a/components/sync/core/DEPS |
| +++ b/components/sync/core/DEPS |
| @@ -1,10 +1,15 @@ |
| include_rules = [ |
| - "-sync", |
| "+components/sync/api", |
| "+components/sync/base", |
| - "+components/sync/core", |
| + "+components/sync/core_impl", |
| + "+components/sync/engine", |
| + "+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
|
| "+components/sync/protocol", |
| - |
| - # TODO(tim): Remove. Bug 131130 |
| - "+components/sync/base/cryptographer.h" |
| + "+components/sync/sessions", |
| + "+components/sync/sessions_impl", |
| + "+components/sync/syncable", |
| + "+components/sync/test", |
| + "+net", |
| + "+sql", |
| + "+third_party/leveldatabase", |
| ] |