Chromium Code Reviews| Index: sync/util/DEPS |
| diff --git a/sync/util/DEPS b/sync/util/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..77fef3e5babd18448c554fe47f9f786d897f250d |
| --- /dev/null |
| +++ b/sync/util/DEPS |
| @@ -0,0 +1,10 @@ |
| +include_rules = [ |
| + # Self. |
| + "+sync/util", |
|
tim (not reviewing)
2012/03/15 06:21:10
Is this really needed? You don't seem to have to d
akalin
2012/03/15 07:38:26
Done. It's not needed; I don't know why I put it
|
| + |
| + "+crypto", |
| + "+sync/protocol", |
| + "+sync/syncable/model_type.h", |
| + "+sync/syncable/model_type_test_util.h", |
| + "+sync/test/fake_encryptor.h", |
| +] |