| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+cc", | 2 "+cc", |
| 3 "-cc/blink", | 3 "-cc/blink", |
| 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/skia_bindings", | 7 "+gpu/skia_bindings", |
| 8 "+mc/scheduler", |
| 8 "+skia/ext", | 9 "+skia/ext", |
| 9 "+third_party/khronos/GLES2", | 10 "+third_party/khronos/GLES2", |
| 10 "+third_party/skia/include", | 11 "+third_party/skia/include", |
| 11 "+ui/gfx", | 12 "+ui/gfx", |
| 12 ] | 13 ] |
| OLD | NEW |