Chromium Code Reviews| Index: components/sync/engine/DEPS |
| diff --git a/components/sync/engine/DEPS b/components/sync/engine/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..468d1dc1035e28cadfaf3d9574954df7eee6366b |
| --- /dev/null |
| +++ b/components/sync/engine/DEPS |
| @@ -0,0 +1,9 @@ |
| +include_rules = [ |
| + "+components/sync/base", |
| + # TODO(maxbogue): Move to engine. |
|
Nicolas Zea
2016/07/19 18:21:06
Why move this? This is an interface to access the
maxbogue
2016/07/19 18:58:19
As I mentioned offline, I think in the end it will
|
| + "+components/sync/core/sync_encryption_handler.h", |
| + "+components/sync/protocol", |
| + # TODO(maxbogue): Move events to engine_impl. |
| + "+components/sync/sessions_impl", |
| +] |
| + |