Chromium Code Reviews| Index: media/gpu/DEPS |
| diff --git a/media/gpu/DEPS b/media/gpu/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..182085c3748da55515f31e2e2f27ec62264ff72e |
| --- /dev/null |
| +++ b/media/gpu/DEPS |
| @@ -0,0 +1,13 @@ |
| +# Do NOT add net/ or ui/base without a great reason, they're huge! |
| +include_rules = [ |
| + "+third_party/angle", |
| + "+third_party/libva", |
| + "+third_party/libyuv", |
| + "+third_party/v4l-utils", |
| + "+ui/display/chromeos", |
| + "+ui/display/types", |
| + "+ui/platform_window", |
| + |
| + # media/gpu is not part of "media" target and should not use MEDIA_EXPORT. |
| + "-media/base/media_export.h" |
| +] |