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

Unified Diff: content/renderer/media/DEPS

Issue 1406113002: Add AudioTrackRecorder for audio component of MediaStream recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 5 years, 2 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/DEPS
diff --git a/content/renderer/media/DEPS b/content/renderer/media/DEPS
index 19fad4beea5d122f099a1a5c4dcbc12ba17ecb79..c7f6f642fb73b5152214761b9eaac3a9cd3890b6 100644
--- a/content/renderer/media/DEPS
+++ b/content/renderer/media/DEPS
@@ -3,5 +3,6 @@ include_rules = [
# For video copying, cropping and scaling.
# TODO(wuchengli): remove this when RTCVideoEncoder supports zero copy.
"+third_party/libyuv",
+ '+third_party/opus',
'+third_party/webrtc_overrides',
]

Powered by Google App Engine
This is Rietveld 408576698