| Index: chrome/browser/sync/DEPS
|
| diff --git a/chrome/browser/sync/DEPS b/chrome/browser/sync/DEPS
|
| index 7dba439aaaaeb62949dea09eae3a194bb95e0171..f9f6c1e184888681ac06d07e3ec44c472c009654 100644
|
| --- a/chrome/browser/sync/DEPS
|
| +++ b/chrome/browser/sync/DEPS
|
| @@ -1,8 +1,11 @@
|
| include_rules = [
|
| - # For files not in a subdirectory (what a mess!).
|
| + # Used by tests.
|
| + "+google/cacheinvalidation",
|
| +
|
| + # For files not in a subdirectory.
|
| "+sync/internal_api/public",
|
| "+sync/js",
|
| - "+sync/notifier/invalidation_state_tracker.h",
|
| + "+sync/notifier",
|
|
|
| # TODO(tim): Remove everything below. Bug 131130.
|
| "+sync/util/cryptographer.h",
|
|
|