summaryrefslogtreecommitdiffstats
path: root/sync/notifier/DEPS
blob: fe689b921954a68e201fcaa330cf716629107fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include_rules = [
  "+google/cacheinvalidation",
  "+jingle/notifier",
  "+net/base/mock_host_resolver.h",
  "+net/url_request/url_request_context.h",
  "+net/url_request/url_request_test_util.h",

  "+sync/syncable/model_type.h",
  "+sync/syncable/model_type_payload_map.h",
  "+sync/protocol/service_constants.h",
  "+sync/util",

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