Reland: Add Alpha Channel Support For WebRTC Unity Plugin
This CL make webrtc unity plugin compatible with alpha channel support.
TBR=gyzhou@chromium.org,magjed@webrtc.org
Bug: webrtc:8645
Change-Id: Ic1c11f8c82f8244b84b8ab67c623ad2002b940e8
Reviewed-on: https://webrtc-review.googlesource.com/35421
Reviewed-by: George Zhou <gyzhou@chromium.org>
Reviewed-by: Qiang Chen <qiangchen@chromium.org>
Commit-Queue: Qiang Chen <qiangchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#21398}
diff --git a/examples/DEPS b/examples/DEPS
index 4b6aa07..9606652 100644
--- a/examples/DEPS
+++ b/examples/DEPS
@@ -4,6 +4,7 @@
"+media",
"+modules/audio_device",
"+modules/video_capture",
+ "+modules/audio_processing",
"+p2p",
"+pc",
"+third_party/libyuv",