blob: 42e481e48953ac486e915e8455b3ddec8f6460c0 (
plain)
1
2
3
4
5
6
7
8
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",
]
|