| Index: components/sync/core/DEPS
|
| diff --git a/components/sync/core/DEPS b/components/sync/core/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..641711decc33fbd33551a56a5f3858e9611639a2
|
| --- /dev/null
|
| +++ b/components/sync/core/DEPS
|
| @@ -0,0 +1,15 @@
|
| +include_rules = [
|
| + "+components/sync/api",
|
| + "+components/sync/base",
|
| + "+components/sync/core_impl",
|
| + "+components/sync/engine",
|
| + "+components/sync/engine_impl",
|
| + "+components/sync/protocol",
|
| + "+components/sync/sessions",
|
| + "+components/sync/sessions_impl",
|
| + "+components/sync/syncable",
|
| + "+components/sync/test",
|
| + "+net",
|
| + "+sql",
|
| + "+third_party/leveldatabase",
|
| +]
|
|
|