blob: c3cbc8ccdb50b09bb936512fcf9d3729a3b5d2cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
"+app",
"+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",
"+skia",
]
|