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

Unified Diff: chrome/browser/sync/notifier/DEPS

Issue 3054018: Made CacheInvalidationPacketHandler aware of XmppClient state changes. (Closed)
Patch Set: fixed deps Created 10 years, 5 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 | « no previous file | chrome/browser/sync/notifier/cache_invalidation_packet_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/notifier/DEPS
diff --git a/chrome/browser/sync/notifier/DEPS b/chrome/browser/sync/notifier/DEPS
index dd31bd45efef37a6536d32d1ba2b1b9db18b3a8c..e9658b7d294d5356b04e397877f5b9f46e50caa3 100644
--- a/chrome/browser/sync/notifier/DEPS
+++ b/chrome/browser/sync/notifier/DEPS
@@ -3,6 +3,8 @@ include_rules = [
"+google/cacheinvalidation",
# sync_notifier depends on the common jingle notifier classes.
"+jingle/notifier",
+ # sync_notifier (temporarily) on the base part of libjingle.
+ "+talk/base",
# sync_notifier depends on the xmpp part of libjingle.
"+talk/xmpp",
]
« no previous file with comments | « no previous file | chrome/browser/sync/notifier/cache_invalidation_packet_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698