summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/DEPS')
-rw-r--r--chrome/browser/sync/DEPS11
1 files changed, 8 insertions, 3 deletions
diff --git a/chrome/browser/sync/DEPS b/chrome/browser/sync/DEPS
index c906c06..0c72dea 100644
--- a/chrome/browser/sync/DEPS
+++ b/chrome/browser/sync/DEPS
@@ -1,9 +1,14 @@
include_rules = [
# For files not in a subdirectory (what a mess!).
- "+sync/internal_api",
+ "+sync/internal_api/public",
"+sync/js",
"+sync/notifier/invalidation_state_tracker.h",
+
+ # TODO(tim): Remove everything below. Bug 131130.
+ "+sync/util/cryptographer.h",
+ # Used by tests.
"+sync/syncable/syncable.h",
- "+sync/test",
- "+sync/util",
+ # Used by autofill tests, which should use sync_api instead.
+ "+sync/test/engine/test_id_factory.h",
+
]