diff options
Diffstat (limited to 'chrome/browser/sync/notifier/DEPS')
-rw-r--r-- | chrome/browser/sync/notifier/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/sync/notifier/DEPS b/chrome/browser/sync/notifier/DEPS index dd31bd4..346b3b5 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", + # unit tests depend on talk/base. + "+talk/base", # sync_notifier depends on the xmpp part of libjingle. "+talk/xmpp", ] |