blob: 7d19c095ceccb8799655a436fb652cd84ef3b5ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include_rules = [
"+gpu/command_buffer",
"+libEGL",
"+libGLESv2",
"+media/video/video_decode_accelerator.h",
"+media/video/video_encode_accelerator.h",
"+skia",
"+third_party/mesa",
# For single process mode
"+content/child/child_thread.h",
]
|