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

Unified Diff: webrtc/pc/DEPS

Issue 2695243005: Injectable audio encoders: BuiltinAudioEncoderFactory (Closed)
Patch Set: Fix build problems on Windows, Android and downstream. Created 3 years, 8 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/modules/audio_coding/neteq/audio_decoder_unittest.cc ('k') | webrtc/pc/peerconnectionfactory.cc » ('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 5b8f9556c5b88e1b000734b98adda35a22f003bb..4468e6ba108d5cdb657e637dc0891b967a828f97 100644
--- a/webrtc/pc/DEPS
+++ b/webrtc/pc/DEPS
@@ -24,12 +24,12 @@ specific_include_rules = {
"+crypto",
],
- # TODO(kwiberg): Remove these exceptions when audio_decoder_factory.h
+ # TODO(ossu): Remove these exceptions when audio_encoder_factory.h
# has moved to api/.
"peerconnectionfactory\.cc": [
- "+webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h",
+ "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
],
"peerconnectioninterface_unittest\.cc": [
- "+webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h",
+ "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
],
}
« no previous file with comments | « webrtc/modules/audio_coding/neteq/audio_decoder_unittest.cc ('k') | webrtc/pc/peerconnectionfactory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698