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

Unified Diff: webrtc/api/DEPS

Issue 2653343003: Add CreatePeerConnectionFactory overloads that take audio codec factory args (Closed)
Patch Set: . 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 | « no previous file | webrtc/api/peerconnectioninterface.h » ('j') | webrtc/api/peerconnectioninterface.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/DEPS
diff --git a/webrtc/api/DEPS b/webrtc/api/DEPS
index 01d719a129fbddec1e6f34d9ebe56a2439f845c5..4543a44d751936ac56990e0963eae51f7d1cacca 100644
--- a/webrtc/api/DEPS
+++ b/webrtc/api/DEPS
@@ -11,4 +11,10 @@ specific_include_rules = {
"peerconnection_jni\.cc": [
"+webrtc/voice_engine",
],
+
+ # TODO(kwiberg): Remove this exception when audio_decoder_factory.h
+ # has moved to api/.
+ "peerconnectioninterface\.h": [
+ "+webrtc/modules/audio_coding/codecs/audio_decoder_factory.h",
+ ],
}
« no previous file with comments | « no previous file | webrtc/api/peerconnectioninterface.h » ('j') | webrtc/api/peerconnectioninterface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698