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

Unified Diff: media/gpu/DEPS

Issue 1939683002: Test X11 header pollution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « media/gpu/BUILD.gn ('k') | media/gpu/accelerated_video_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
+]
« no previous file with comments | « media/gpu/BUILD.gn ('k') | media/gpu/accelerated_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698