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

Unified Diff: webrtc/api/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 | « webrtc/DEPS ('k') | webrtc/api/peerconnectionfactory.h » ('j') | no next file with comments »
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 956d4d95c8c4fa701d7f3cb4aa34c662379ff622..fcb506dc004b94cc5202d7f0e3d08f78d44e45f3 100644
--- a/webrtc/api/DEPS
+++ b/webrtc/api/DEPS
@@ -19,5 +19,8 @@ specific_include_rules = {
],
"peerconnection_jni\.cc": [
"+webrtc/voice_engine",
+ ],
+ "peerconnectionfactory.\cc": [
+ "+webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h",
]
}
« no previous file with comments | « webrtc/DEPS ('k') | webrtc/api/peerconnectionfactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698