blob: 14d2f7be5c85c1a462573576963460a3b997f0ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
include_rules = [
"!content/public/common/common_param_traits.h",
# TODO(joi): Perhaps PrefRegistrySyncable should be a separate
# component since it is currently in the same component as
# UserPrefs, which uses content::BrowserContext.
"+components/user_prefs/pref_registry_syncable.h",
"+components/webdata/encryptor",
# TODO(blundell): Bring this list to zero.
#
# Do not add to the list of temporarily-allowed dependencies below,
# and please do not introduce more #includes of these files.
"!content/public/common/common_param_traits_macros.h",
"!third_party/WebKit/public/web/WebFormElement.h",
]
|