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

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

Issue 2885005: Move chrome/common/net/notifier to jingle/notifier so that it can be used by remoting/remoting.gyp. (Closed) Base URL: git://codf21.jail.google.com/chromium.git
Patch Set: rebased 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 unified diff | Download patch
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.
5 "+jingle/notifier",
4 # sync_notifier depends on the xmpp part of libjingle. 6 # sync_notifier depends on the xmpp part of libjingle.
5 "+talk/xmpp", 7 "+talk/xmpp",
6 ] 8 ]
OLDNEW
« no previous file with comments | « chrome/browser/sync/engine/syncer_thread.cc ('k') | chrome/browser/sync/notifier/cache_invalidation_packet_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698