blob: d702961b5aa719db0d1a0546cc3530f9361ccbc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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",
"+skia",
"+ui/base",
]
|