blob: 3ebbd9e80ce07b6691a21239240ea20de1899fa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include_rules = [
"+app", # app/win/iat_patch_function.h
"+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",
]
|