| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+cc/output", | 2 "+cc/output", |
| 3 "+cc/test", | 3 "+cc/test", |
| 4 "+gpu/GLES2", | 4 "+gpu/GLES2", |
| 5 "+gpu/command_buffer/client", | 5 "+gpu/command_buffer/client", |
| 6 "+gpu/command_buffer/common", | 6 "+gpu/command_buffer/common", |
| 7 "+gpu/ipc/common", | 7 "+gpu/ipc/common", |
| 8 "+third_party/khronos/GLES2", | 8 "+third_party/khronos/GLES2", |
| 9 "+third_party/skia", | 9 "+third_party/skia", |
| 10 "+ui/gfx", | 10 "+ui/gfx", |
| 11 "+ui/gl", | 11 "+ui/gl", |
| 12 "+ui/ozone/public", |
| 12 ] | 13 ] |
| 13 | 14 |
| 14 specific_include_rules = { | 15 specific_include_rules = { |
| 15 "yuv_readback_unittest\.cc": [ | 16 "yuv_readback_unittest\.cc": [ |
| 16 "+media/base", | 17 "+media/base", |
| 17 ], | 18 ], |
| 18 } | 19 } |
| OLD | NEW |