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

Unified Diff: webrtc/DEPS

Issue 1991233004: Moved creation of AudioDecoderFactory to inside PeerConnectionFactory. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@audio-decoder-factory-injections-3
Patch Set: Parental Advisory: Explicit Content Created 4 years, 6 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
« no previous file with comments | « no previous file | webrtc/api/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/DEPS
diff --git a/webrtc/DEPS b/webrtc/DEPS
index 40ec7a3d622d0b524cd110973ea66d6cdffd6ab8..5fab15ccfde20b5508fdbacb19569e142c87d3e6 100644
--- a/webrtc/DEPS
+++ b/webrtc/DEPS
@@ -40,6 +40,9 @@ specific_include_rules = {
"audio_send_stream\.h": [
"+webrtc/modules/audio_coding",
],
+ "audio_receive_stream\.h": [
+ "+webrtc/modules/audio_coding/codecs/audio_decoder_factory.h",
+ ],
"video_frame\.h": [
"+webrtc/common_video",
],
« no previous file with comments | « no previous file | webrtc/api/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698