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