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

Side by Side Diff: chrome/browser/sync/notifier/DEPS

Issue 3054018: Made CacheInvalidationPacketHandler aware of XmppClient state changes. (Closed)
Patch Set: fixed deps Created 10 years, 4 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # sync_notifier depends on cacheinvalidation. 2 # sync_notifier depends on cacheinvalidation.
3 "+google/cacheinvalidation", 3 "+google/cacheinvalidation",
4 # sync_notifier depends on the common jingle notifier classes. 4 # sync_notifier depends on the common jingle notifier classes.
5 "+jingle/notifier", 5 "+jingle/notifier",
6 # sync_notifier (temporarily) on the base part of libjingle.
7 "+talk/base",
6 # sync_notifier depends on the xmpp part of libjingle. 8 # sync_notifier depends on the xmpp part of libjingle.
7 "+talk/xmpp", 9 "+talk/xmpp",
8 ] 10 ]
OLDNEW
« 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