Chromium Code Reviews| Index: components/display_compositor/DEPS |
| diff --git a/components/display_compositor/DEPS b/components/display_compositor/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ba18a3faee88c977ab950cc76eaff4f7a4b31d82 |
| --- /dev/null |
| +++ b/components/display_compositor/DEPS |
| @@ -0,0 +1,12 @@ |
| +include_rules = [ |
| + "+cc/output", |
| + "+cc/test", |
| + "+gpu/GLES2", |
| + "+gpu/command_buffer/client", |
| + "+gpu/command_buffer/common", |
| + "+media/base", |
|
xhwang
2016/04/20 16:20:47
Please add a comment that this is used for test on
xhwang
2016/04/20 16:24:57
Even better, can you use a specific_include_rules
Fady Samuel
2016/04/20 17:38:28
Done.
|
| + "+third_party/khronos/GLES2", |
| + "+third_party/skia", |
| + "+ui/gfx", |
| + "+ui/gl", |
| +] |