blob: 4b47d9c32eab888251749ab36b932e59cb02cc3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include_rules = [
"+gpu/command_buffer",
"+ppapi/c",
"+ppapi/shared_impl",
"+ppapi/thunk",
"+printing",
"+media/video",
"+skia",
"+ui/base",
# 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",
]
|