| Index: components/invalidation/DEPS
|
| diff --git a/components/invalidation/DEPS b/components/invalidation/DEPS
|
| index 0cefc0787f06992957670a54f040156504983cb4..279d079a8161ab5486765afd4f45c0f21e732e0c 100644
|
| --- a/components/invalidation/DEPS
|
| +++ b/components/invalidation/DEPS
|
| @@ -6,9 +6,20 @@ include_rules = [
|
|
|
| "+google/cacheinvalidation",
|
| "+google_apis/gaia",
|
| + "+google_apis/gcm",
|
| "+jingle/notifier",
|
| + "+net/base/backoff_entry.h",
|
| + "+net/base/mock_host_resolver.h",
|
| + "+net/base/network_change_notifier.h",
|
| + "+net/http/http_status_code.h",
|
| "+net/url_request",
|
|
|
| + # sync_notifier depends on the xmpp part of libjingle.
|
| + "+talk/xmpp",
|
| +
|
| + #TODO(rlarocque): Move these dependencies into this component.
|
| + # See crbug.com/259559.
|
| "+sync/internal_api/public/base",
|
| + "+sync/internal_api/public/util",
|
| "+sync/notifier",
|
| ]
|
|
|