Chromium Code Reviews| Index: sync/syncable/DEPS |
| diff --git a/sync/syncable/DEPS b/sync/syncable/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cb86572b7e2db5951a50aa10707d9de58120df9e |
| --- /dev/null |
| +++ b/sync/syncable/DEPS |
| @@ -0,0 +1,13 @@ |
| +include_rules = [ |
| + "+net/base/escape.h", |
| + "+sql", |
| + "+sync/protocol", |
| + "+sync/test", |
| + "+sync/util", |
| + |
| + # this file is weird. |
| + "+sync/engine/syncproto.h", |
| + |
| + # maybe this file should live in syncable? |
| + "+sync/engine/model_safe_worker.h", |
| +] |