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..aeb8bfd1708a3b1ac1330c9b326b514198738e16 |
--- /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 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", |
+] |
+ |