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

Unified Diff: chrome/renderer/media/DEPS

Issue 1624703002: Implement support for vp9 in ISO-BMFF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a flag ENABLE_MP4_VP8_VP9_DEMUXING for this change. Created 4 years, 11 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: chrome/renderer/media/DEPS
diff --git a/chrome/renderer/media/DEPS b/chrome/renderer/media/DEPS
index 657bdead304fb58d488462d06dc3c4578e113d8d..afde08e58d692b165533caff231d7b9bb8e00b2d 100644
--- a/chrome/renderer/media/DEPS
+++ b/chrome/renderer/media/DEPS
@@ -1,6 +1,7 @@
include_rules = [
- "+media/audio", # For basic audio functions.
- "+media/video", # For basic video functions.
- "+media/base", # For basic media functions.
- "+media/cast", # For cast streaming library.
+ "+media/audio", # For basic audio functions.
+ "+media/video", # For basic video functions.
+ "+media/base", # For basic media functions.
+ "+media/cast", # For cast streaming library.
+ "+media/media_features.h", # For flag definitions.
]

Powered by Google App Engine
This is Rietveld 408576698