blob: a2b6af669f1856921751333e92dc5f75db0f3237 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include_rules = [
"+ppapi/c",
"+ppapi/shared_impl",
"+ppapi/thunk",
"+printing",
"+media/video",
"+ui/base/ime",
# This should technically not be allowed. Brett is refactoring this and will
# move this file to a more proper shared location in a future iteration.
"+ppapi/proxy/interface_id.h",
]
|