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

Unified Diff: content/renderer/media/webrtc/DEPS

Issue 183113004: Make sure MediaStreamVideoSource support cropping. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed extra spaces in content_unittests Created 6 years, 9 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: content/renderer/media/webrtc/DEPS
diff --git a/content/common/gpu/media/DEPS b/content/renderer/media/webrtc/DEPS
similarity index 54%
copy from content/common/gpu/media/DEPS
copy to content/renderer/media/webrtc/DEPS
index 987a2b152a857be5df1c2f23a3c378ab8788a091..9d1e38610a8182fcfbc55033c145ce84ae609973 100644
--- a/content/common/gpu/media/DEPS
+++ b/content/renderer/media/webrtc/DEPS
@@ -1,5 +1,5 @@
include_rules = [
- "+media",
- "+third_party/libva",
+ # For video cropping and scaling.
"+third_party/libyuv",
]
+

Powered by Google App Engine
This is Rietveld 408576698