Chromium Code Reviews| Index: chrome/browser/sync/encryption/DEPS |
| diff --git a/chrome/browser/sync/encryption/DEPS b/chrome/browser/sync/encryption/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f2fca8b1145daaaca95b02864386738035d3b536 |
| --- /dev/null |
| +++ b/chrome/browser/sync/encryption/DEPS |
| @@ -0,0 +1,14 @@ |
| +include_rules = [ |
| + "-chrome", |
| + |
| + "+chrome/browser/sync/engine", |
| + "++chrome/browser/sync/internal_api", |
|
Nicolas Zea
2011/11/17 21:04:30
++?
|
| + "+chrome/browser/sync/protocol", |
| + "+chrome/browser/sync/sessions", |
| + "+chrome/browser/sync/syncable", |
| + "+chrome/browser/sync/util", |
| + |
| + # unittests need this for mac osx keychain overriding |
| + "+chrome/browser/password_manager/encryptor.h", |
| +] |
| + |