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/blink", |
4 "+cc/output", | 5 "+cc/output", |
5 "+gpu/GLES2", | 6 "+gpu/GLES2", |
6 "+gpu/blink", | 7 "+gpu/blink", |
7 "+gpu/command_buffer/client", | 8 "+gpu/command_buffer/client", |
8 "+gpu/command_buffer/common", | 9 "+gpu/command_buffer/common", |
9 "+gpu/command_buffer/service", | 10 "+gpu/command_buffer/service", |
10 "+gpu/skia_bindings", | 11 "+gpu/skia_bindings", |
11 "+skia", | 12 "+skia", |
12 "+third_party/WebKit/public/platform", | 13 "+third_party/WebKit/public/platform", |
13 "+third_party/khronos/GLES2", | 14 "+third_party/khronos/GLES2", |
14 "+third_party/skia", | 15 "+third_party/skia", |
15 "+ui/gfx", | 16 "+ui/gfx", |
16 "+ui/gl", | 17 "+ui/gl", |
17 ] | 18 ] |
OLD | NEW |