Chromium Code Reviews| Index: components/image_decoder/DEPS |
| diff --git a/components/image_decoder/DEPS b/components/image_decoder/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fb595d05dc762b13f9f3b15ef77012d1f5d7b8b3 |
| --- /dev/null |
| +++ b/components/image_decoder/DEPS |
| @@ -0,0 +1,8 @@ |
| +include_rules = [ |
| + "+content/public/child", |
| + "+ipc", |
| + "+skia", |
| + "+third_party/mojo/src/mojo/public", |
| + "+third_party/skia", |
| + "+ui/gfx", |
| +] |