Index: chrome/browser/sync/engine/DEPS |
diff --git a/chrome/browser/sync/engine/DEPS b/chrome/browser/sync/engine/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ef45a95546ced0c333c99d28652510ecf0727de3 |
--- /dev/null |
+++ b/chrome/browser/sync/engine/DEPS |
@@ -0,0 +1,20 @@ |
+include_rules = [ |
+ "-chrome", |
+ "+chrome/test/base", |
+ "+chrome/test/sync", |
+ |
+ # TODO(tim): Restrict this further. |
+ "+chrome/browser/sync", |
+ "-chrome/browser/sync/api", |
+ "-chrome/browser/sync/glue", |
+ |
+ # unittests need this for mac osx keychain overriding |
+ "+chrome/browser/password_manager/encryptor.h", |
+ |
+ "+chrome/common/net/gaia/google_service_auth_error.h", |
+ "+chrome/common/net/http_return.h", |
+ |
+ # various command line flags |
+ "+chrome/common/chrome_switches.h", |
+] |
+ |