| 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..642227e7409ee7c0eb9f8f9ca6767276a52bd0d9
|
| --- /dev/null
|
| +++ b/chrome/browser/sync/encryption/DEPS
|
| @@ -0,0 +1,12 @@
|
| +include_rules = [
|
| + "-chrome",
|
| +
|
| + "+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",
|
| +]
|
| +
|
|
|