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