blob: 42fcce5440d2f17bcdd2da8d195ec89459a5c2df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
include_rules = [
"+native_client/src/include",
"+third_party/angle",
"+third_party/amd",
"+third_party/smhasher",
"+../../gpu_export.h",
"+../command_buffer",
"+../client",
"+../common",
"+../GLES2",
"+../service",
"+crypto",
"+ui/gfx",
"+ui/gl",
"+ui/surface",
]
|