blob: 024a4ef0fe30a53791474f394803afb350e9f0bc (
plain)
1
2
3
4
5
6
7
8
9
|
include_rules = [
"+ppapi",
# Files in this directory must not depend on the proxy, because the proxy
# depends on IPC which we don't want to have in /webkit.
"-ppapi/proxy",
"+printing",
]
|