blob: 768eadbbe34f933f035931f6108ba1405980850d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# ppapi/cpp should not be dependent on other parts of chromium; it should stay
# browser-neutral as much as possible.
include_rules = [
"-base",
"-build",
"-ipc",
"-ppapi",
"+ppapi/c",
"-ppapi/c/private",
"-ppapi/c/trusted",
"+ppapi/cpp",
"-ppapi/cpp/private",
"-ppapi/cpp/trusted",
"+ppapi/utility",
]
|