| 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",
|
| "+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",
|
| ]
|
|
|