| OLD | NEW |
| 1 # Do NOT add chrome to the list below. We shouldn't be including files from | 1 # Do NOT add chrome to the list below. We shouldn't be including files from |
| 2 # src/chrome in src/webkit. | 2 # src/chrome in src/webkit. |
| 3 include_rules = [ | 3 include_rules = [ |
| 4 "+cc/output", | 4 "+cc/output", |
| 5 "+gpu/GLES2", | 5 "+gpu/GLES2", |
| 6 "+gpu/blink", |
| 6 "+gpu/command_buffer/client", | 7 "+gpu/command_buffer/client", |
| 7 "+gpu/command_buffer/common", | 8 "+gpu/command_buffer/common", |
| 8 "+gpu/command_buffer/service", | 9 "+gpu/command_buffer/service", |
| 9 "+gpu/skia_bindings", | 10 "+gpu/skia_bindings", |
| 10 "+skia", | 11 "+skia", |
| 11 "+third_party/WebKit/public/platform", | 12 "+third_party/WebKit/public/platform", |
| 12 "+third_party/khronos/GLES2", | 13 "+third_party/khronos/GLES2", |
| 13 "+third_party/skia", | 14 "+third_party/skia", |
| 14 "+ui/gfx", | 15 "+ui/gfx", |
| 15 "+ui/gl", | 16 "+ui/gl", |
| 16 ] | 17 ] |
| OLD | NEW |