blob: d852de52bea17b8b431290745f6fe4103748f324 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
include_rules = [
"-chrome",
"+chrome/browser/sync/protocol",
"+chrome/browser/sync/sessions",
"+chrome/browser/sync/syncable",
"+chrome/browser/sync/util",
# this file is weird.
"+chrome/browser/sync/engine/syncproto.h",
# unittests need this for mac osx keychain overriding
"+chrome/browser/password_manager/encryptor.h",
# ExtensionsActivityMonitor
"+chrome/browser/bookmarks/bookmark_extension_api.h",
"+chrome/common/extensions",
"+chrome/common/chrome_notification_types.h",
"+chrome/common/chrome_switches.h",
"+chrome/common/net/gaia/gaia_constants.h",
"+chrome/common/random.h",
]
|