OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+cc/base", | 2 "+cc/base", |
3 "+cc/ipc", | 3 "+cc/ipc", |
4 "+cc/output", | 4 "+cc/output", |
| 5 "+cc/resources", |
5 "+cc/surfaces", | 6 "+cc/surfaces", |
6 "+cc/test", | 7 "+cc/test", |
7 "+gpu/GLES2", | 8 "+gpu/GLES2", |
8 "+gpu/command_buffer/client", | 9 "+gpu/command_buffer/client", |
9 "+gpu/command_buffer/common", | 10 "+gpu/command_buffer/common", |
10 "+gpu/ipc", | 11 "+gpu/ipc", |
11 "+gpu/ipc/common", | 12 "+gpu/ipc/common", |
12 "+mojo/public/cpp/bindings", | 13 "+mojo/public/cpp/bindings", |
| 14 "+mojo/public/cpp/system", |
13 "+third_party/khronos/GLES2", | 15 "+third_party/khronos/GLES2", |
14 "+third_party/skia", | 16 "+third_party/skia", |
15 "+ui/display", | 17 "+ui/display", |
16 "+ui/gfx", | 18 "+ui/gfx", |
17 "+ui/gl", | 19 "+ui/gl", |
18 "+ui/ozone/public", | 20 "+ui/ozone/public", |
19 ] | 21 ] |
20 | 22 |
21 specific_include_rules = { | 23 specific_include_rules = { |
22 "yuv_readback_unittest\.cc": [ | 24 "yuv_readback_unittest\.cc": [ |
23 "+media/base", | 25 "+media/base", |
24 ], | 26 ], |
25 } | 27 } |
OLD | NEW |