blob: 0eff51e87509bc1008b0cbdd9b33329a8534edb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include_rules = [
"+native_client",
"+third_party/angle",
"+../../gpu_export.h",
"+../command_buffer",
"+../client",
"+../common",
"+../GLES2",
"+../service",
"+crypto",
"+ui/gfx",
]
|