blob: 85a84acbfcbc822931ea9b257397c943862019d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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",
"-ppapi/proxy",
]
|