summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/tools/DEPS
blob: 5fa3c5920e6230f64a299183cf0f4bc91a07b5dc (plain)
1
2
3
4
5
6
7
8
9
include_rules = [
  # sync_tools needs to manage its own BrowserThreads.
  "+content/browser",
  # sync_tools depends on the google cache invalidation API.
  "+google/cacheinvalidation",
  # sync_tools depends on libjingle.
  "+talk/base",
  "+talk/xmpp",
]