blob: 50494208a21885a4066b32c8438b03924da8725e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
# 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.h",
"!content/public/common/common_param_traits_macros.h",
"!content/public/common/password_form.h",
"!content/public/common/ssl_status.h",
"!third_party/WebKit/public/web/WebFormElement.h",
]
|