Index: chrome/browser/sync/DEPS |
diff --git a/chrome/browser/sync/DEPS b/chrome/browser/sync/DEPS |
index 570fa4849742ee95de0efd022e13197bf2342320..6128ec61a2737c607a58aede200f51a4518ad0e2 100644 |
--- a/chrome/browser/sync/DEPS |
+++ b/chrome/browser/sync/DEPS |
@@ -1,5 +1,17 @@ |
include_rules = [ |
# sync_notifier depends on the common jingle notifier classes. |
"+jingle/notifier", |
-] |
+ # For files not in a subdirectory (what a mess!). |
+ "+sync/js", |
+ "+sync/engine/model_changing_syncer_command.h", |
+ "+sync/engine/model_safe_worker.h", |
+ "+sync/engine/polling_constants.h", |
+ "+sync/sessions/session_state.h", |
+ "+sync/syncable/model_type.h", |
+ "+sync/syncable/model_type_payload_map.h", |
+ "+sync/syncable/model_type_test_util.h", |
+ "+sync/syncable/syncable.h", |
+ "+sync/test", |
+ "+sync/util", |
+] |