| Index: components/display_compositor/DEPS
|
| diff --git a/components/display_compositor/DEPS b/components/display_compositor/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..51cd0b032dc737c2bd9925d8381142faf07ccce9
|
| --- /dev/null
|
| +++ b/components/display_compositor/DEPS
|
| @@ -0,0 +1,17 @@
|
| +include_rules = [
|
| + "+cc/output",
|
| + "+cc/test",
|
| + "+gpu/GLES2",
|
| + "+gpu/command_buffer/client",
|
| + "+gpu/command_buffer/common",
|
| + "+third_party/khronos/GLES2",
|
| + "+third_party/skia",
|
| + "+ui/gfx",
|
| + "+ui/gl",
|
| +]
|
| +
|
| +specific_include_rules = {
|
| + "yuv_readback_unittest\.cc": [
|
| + "+media/base",
|
| + ],
|
| +}
|
|
|