OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+gpu/command_buffer", | 2 "+gpu/command_buffer", |
3 "+libEGL", | 3 "+libEGL", |
4 "+libGLESv2", | 4 "+libGLESv2", |
5 "+media/video/video_decode_accelerator.h", | 5 "+media/video/video_decode_accelerator.h", |
6 "+skia", | 6 "+skia", |
7 "+third_party/angle/include", | |
8 "+third_party/openmax", | 7 "+third_party/openmax", |
9 "+third_party/mesa", | 8 "+third_party/mesa", |
10 | 9 |
11 # For single process mode | 10 # For single process mode |
12 "+content/child/child_thread.h", | 11 "+content/child/child_thread.h", |
13 ] | 12 ] |
OLD | NEW |