Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(428)

Unified Diff: media/gpu/DEPS

Issue 1882373004: Migrate content/common/gpu/media code to media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix several more bot-identified build issues Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
]

Powered by Google App Engine
This is Rietveld 408576698