| Index: chrome/browser/sync/DEPS
|
| diff --git a/chrome/browser/sync/DEPS b/chrome/browser/sync/DEPS
|
| index 96849fc59bbe164c7123578ecb7ff64d2b1a9571..6f0afec8a8cb5e4a25c60f90dd79963d456151ba 100644
|
| --- a/chrome/browser/sync/DEPS
|
| +++ b/chrome/browser/sync/DEPS
|
| @@ -1,23 +1,8 @@
|
| include_rules = [
|
| + "+components/invalidation",
|
| "+components/sync_driver",
|
| "+components/sync_sessions",
|
| "+components/wifi_sync",
|
| -
|
| - # Used by tests.
|
| "+google/cacheinvalidation",
|
| -
|
| - # For files not in a subdirectory.
|
| "+sync/internal_api/public",
|
| - "+sync/js",
|
| -
|
| - # TODO(tim): Remove everything below. Bug 131130.
|
| - "+sync/util/cryptographer.h",
|
| - # Used by tests.
|
| - "+sync/syncable",
|
| - # Used by autofill tests, which should use the public sync API instead.
|
| - "+sync/test/engine/test_id_factory.h",
|
| - # TODO(zea): Needed for bookmark title comparison.
|
| - "+sync/internal_api/syncapi_internal.h",
|
| -
|
| - "+components/invalidation",
|
| ]
|
|
|