summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/notifier/DEPS
blob: 19b4f38373b61b5b4a0ee4847f60f5b3bec72e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include_rules = [
  "-chrome",

  "+chrome/test/base",

  "+chrome/browser/sync/notifier",
  "+chrome/browser/sync/syncable/model_type.h",
  "+chrome/browser/sync/syncable/model_type_payload_map.h",
  "+chrome/browser/sync/syncable/model_type_test_util.h",
  "+chrome/browser/sync/protocol/service_constants.h",
  "+chrome/browser/sync/util",

  "+chrome/common/chrome_switches.h",
  "+google/cacheinvalidation",
  "+jingle/notifier",

  # unit tests depend on talk/base.
  "+talk/base",
  # sync_notifier depends on the xmpp part of libjingle.
  "+talk/xmpp",

  "-chrome/browser/sync/internal_api",
]