Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(554)

Unified Diff: components/invalidation/DEPS

Issue 294123004: Move some sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/invalidation.gypi ('k') | components/invalidation/fake_invalidation_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « components/invalidation.gypi ('k') | components/invalidation/fake_invalidation_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698