diff options
Diffstat (limited to 'chrome/browser/sync/notifier/DEPS')
-rw-r--r-- | chrome/browser/sync/notifier/DEPS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/browser/sync/notifier/DEPS b/chrome/browser/sync/notifier/DEPS new file mode 100644 index 0000000..42e481e --- /dev/null +++ b/chrome/browser/sync/notifier/DEPS @@ -0,0 +1,9 @@ +include_rules = [ + # notifier depends on libjingle. + "+talk/base", + "+talk/xmpp", + "+talk/xmllite", + "+talk/p2p/base", # TODO(ncarter): Determine if this is necessary/proper. + + "+third_party/smartany", +] |