summaryrefslogtreecommitdiffstats
path: root/media/DEPS
diff options
context:
space:
mode:
authormcasas <mcasas@chromium.org>2016-02-18 12:11:36 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-18 20:12:55 +0000
commit7db2a519b8121924ae9b86599e493a0fd68ad4ea (patch)
tree6f72bca7136e63ab3329c2f64aa788af29b91fd5 /media/DEPS
parent724f2baac94ce55ea4d38f5f7efe067bc86590df (diff)
downloadchromium_src-7db2a519b8121924ae9b86599e493a0fd68ad4ea.zip
chromium_src-7db2a519b8121924ae9b86599e493a0fd68ad4ea.tar.gz
chromium_src-7db2a519b8121924ae9b86599e493a0fd68ad4ea.tar.bz2
Move media/capture/webm_muxer* to media/muxers
WebmMuxer is used to multiplex incoming encoded video and audio into a webm live stream. It is only used from content's MediaRecorderHandler. This CL moves WebmMuxer to media/muxers where it belongs, since it has nothing to do with capture/; that is made even more relevant in a parallel CL (http://crrev.com/1699553002) that isolates the said media/capture. This CL doesn't modify code (except a minor style reformatting caught by the presubmit). Narrowed some DEPS too. BUG=584797 Review URL: https://codereview.chromium.org/1710713002 Cr-Commit-Position: refs/heads/master@{#376243}
Diffstat (limited to 'media/DEPS')
-rw-r--r--media/DEPS1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/DEPS b/media/DEPS
index c3a4f49..29edae3 100644
--- a/media/DEPS
+++ b/media/DEPS
@@ -8,7 +8,6 @@ include_rules = [
"+jni",
"+skia/ext",
"+third_party/ffmpeg",
- "+third_party/libwebm",
"+third_party/libvpx_new",
"+third_party/libyuv",
"+third_party/opus",