Chromium Code Reviews| Index: sync/util/DEPS |
| diff --git a/sync/util/DEPS b/sync/util/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d72656b5e7b0e8c08a839b53c0c2cd769f3c44c5 |
| --- /dev/null |
| +++ b/sync/util/DEPS |
| @@ -0,0 +1,7 @@ |
| +include_rules = [ |
| + "+crypto", |
| + "+sync/protocol", |
| + "+sync/syncable/model_type.h", |
| + "+sync/syncable/model_type_test_util.h", |
| + "+sync/test/fake_encryptor.h", |
| +] |