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", |
7 "+third_party/openmax", | 8 "+third_party/openmax", |
8 "+third_party/mesa", | 9 "+third_party/mesa", |
9 | 10 |
10 # For single process mode | 11 # For single process mode |
11 "+content/child/child_thread.h", | 12 "+content/child/child_thread.h", |
12 ] | 13 ] |
OLD | NEW |