blob: 172c6e02cd061cbed2d172f747d6b267291f7b27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include_rules = [
"+device/screen_orientation/public/interfaces",
]
specific_include_rules = {
".*\.cc": [
"+content/browser",
"-content/browser/loader",
# TODO: content/browser/loader is being separated out of content, and this
# file will be moved elsewhere. See http://crbug.com/598073.
"!content/browser/loader/resource_dispatcher_host_impl.h",
],
}
|