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

Unified Diff: webrtc/pc/DEPS

Issue 2653343003: Add CreatePeerConnectionFactory overloads that take audio codec factory args (Closed)
Patch Set: We need actual factories Created 3 years, 11 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 | « webrtc/api/peerconnectioninterface.h ('k') | webrtc/pc/peerconnectionfactory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/DEPS
diff --git a/webrtc/pc/DEPS b/webrtc/pc/DEPS
index 5da778c5f71e7b97da6bf2ada177b70bca1b5cb2..5b8f9556c5b88e1b000734b98adda35a22f003bb 100644
--- a/webrtc/pc/DEPS
+++ b/webrtc/pc/DEPS
@@ -23,7 +23,13 @@ specific_include_rules = {
"srtpfilter_unittest\.cc": [
"+crypto",
],
+
+ # TODO(kwiberg): Remove these exceptions when audio_decoder_factory.h
+ # has moved to api/.
"peerconnectionfactory\.cc": [
"+webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h",
],
+ "peerconnectioninterface_unittest\.cc": [
+ "+webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h",
+ ],
}
« no previous file with comments | « webrtc/api/peerconnectioninterface.h ('k') | webrtc/pc/peerconnectionfactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698