Index: chrome/browser/sync/engine/DEPS |
diff --git a/chrome/browser/sync/engine/DEPS b/chrome/browser/sync/engine/DEPS |
index ef45a95546ced0c333c99d28652510ecf0727de3..ce9fd8ac933a8a603a53827c4971453531e22aea 100644 |
--- a/chrome/browser/sync/engine/DEPS |
+++ b/chrome/browser/sync/engine/DEPS |
@@ -3,10 +3,16 @@ include_rules = [ |
"+chrome/test/base", |
"+chrome/test/sync", |
- # TODO(tim): Restrict this further. |
- "+chrome/browser/sync", |
- "-chrome/browser/sync/api", |
- "-chrome/browser/sync/glue", |
+ "+chrome/browser/sync/engine", |
+ "+chrome/browser/sync/js", |
+ "+chrome/browser/sync/notifier", |
+ "+chrome/browser/sync/protocol", |
+ "+chrome/browser/sync/sessions", |
+ "+chrome/browser/sync/syncable", |
+ "+chrome/browser/sync/util", |
+ |
+ # this should live in base |
+ "+chrome/browser/sync/weak_handle.h", |
# unittests need this for mac osx keychain overriding |
"+chrome/browser/password_manager/encryptor.h", |