blob: aa6e7d0f8e6b55e5daf084dbbcc2927eabe61465 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# ppapi/c should not be dependent on other parts of chromium; it should stay
# browser-neutral as much as possible.
include_rules = [
"-base",
"-build",
"-ipc",
"-uncode",
"-testing",
"-ppapi",
"+ppapi/c",
]
|