Index: chrome/browser/sync/syncable/DEPS |
diff --git a/chrome/browser/sync/syncable/DEPS b/chrome/browser/sync/syncable/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..05b419e2a784ad15738458f0155d7a11b3edd0d9 |
--- /dev/null |
+++ b/chrome/browser/sync/syncable/DEPS |
@@ -0,0 +1,22 @@ |
+include_rules = [ |
+ "-chrome", |
+ "+chrome/test/base", |
+ "+chrome/test/sync", |
+ |
+ # TODO(tim): Restrict this further. |
+ "+chrome/browser/sync", |
+ "-chrome/browser/sync/api", |
+ "-chrome/browser/sync/engine", |
+ "-chrome/browser/sync/glue", |
+ "-chrome/browser/sync/notifier", |
+ |
+ # this file is wierd. |
+ "+chrome/browser/sync/engine/syncproto.h", |
+ |
+ # maybe this file should live in syncable? |
+ "+chrome/browser/sync/engine/model_safe_worker.h", |
+ |
+ "+chrome/common/random.h", |
+ "+chrome/common/sqlite_utils.h", |
+] |
+ |