blob: 9c39f613fbdb9fee3b4366630ba93960142500b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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/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",
]
|