| Index: media/gpu/DEPS
|
| diff --git a/content/common/gpu/media/DEPS b/media/gpu/DEPS
|
| similarity index 46%
|
| rename from content/common/gpu/media/DEPS
|
| rename to media/gpu/DEPS
|
| index dac3d1ca5be22538aa31005e39535b2fbd21dcd6..182085c3748da55515f31e2e2f27ec62264ff72e 100644
|
| --- a/content/common/gpu/media/DEPS
|
| +++ b/media/gpu/DEPS
|
| @@ -1,9 +1,13 @@
|
| +# Do NOT add net/ or ui/base without a great reason, they're huge!
|
| include_rules = [
|
| - "+media",
|
| + "+third_party/angle",
|
| "+third_party/libva",
|
| "+third_party/libyuv",
|
| + "+third_party/v4l-utils",
|
| "+ui/display/chromeos",
|
| "+ui/display/types",
|
| "+ui/platform_window",
|
| - "+third_party/v4l-utils",
|
| +
|
| + # media/gpu is not part of "media" target and should not use MEDIA_EXPORT.
|
| + "-media/base/media_export.h"
|
| ]
|
|
|