blob: 013d2acfddeb3ef241178accbb4a396ec857d29c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include_rules = [
"+base",
"+gpu",
"+skia",
"+webkit/glue",
# Since this is used by the implementation in /webkit, we don't want it to
# depend on IPC.
"-ipc",
"-ppapi/cpp",
]
|