Chromium Code Reviews| Index: chrome/browser/sync/util/DEPS |
| diff --git a/chrome/browser/sync/util/DEPS b/chrome/browser/sync/util/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..610cc005b94cb1ef2268fd5febddd91bb33cc58a |
| --- /dev/null |
| +++ b/chrome/browser/sync/util/DEPS |
| @@ -0,0 +1,22 @@ |
| +include_rules = [ |
| + "-chrome", |
| + |
| + "+chrome/browser/sync/protocol", |
| + "+chrome/browser/sync/sessions", |
| + "+chrome/browser/sync/syncable", |
| + "+chrome/browser/sync/util", |
| + |
| + # this file is wierd. |
|
akalin
2011/08/12 17:33:22
weird
|
| + "+chrome/browser/sync/engine/syncproto.h", |
| + |
| + # unittests need this for mac osx keychain overriding |
| + "+chrome/browser/password_manager/encryptor.h", |
| + |
| + # ExtensionsActivityMonitor |
| + "+chrome/browser/extensions", |
| + "+chrome/common/extensions", |
| + "+chrome/common/chrome_notification_types.h", |
| + |
| + "+chrome/common/random.h", |
| +] |
| + |