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

Unified Diff: webrtc/media/BUILD.gn

Issue 2705093002: Injectable audio encoders: WebRtcVoiceEngine and company (Closed)
Patch Set: Rebase (and removed 'virtual' from Channel::ModifyEncoder) 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
Index: webrtc/media/BUILD.gn
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
index 25bf806b3142d2fe0214b6979d5da4c05edf6e83..24667f90afbefd108b56575f30c7a18a90b486e7 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -42,7 +42,10 @@ rtc_static_library("rtc_media_base") {
check_includes = false
defines = []
libs = []
- deps = []
+ deps = [
+ "../modules/audio_coding:audio_encoder_factory_interface",
the sun 2017/04/07 11:52:56 Why isn't there anything else in this deps array?
ossu 2017/04/10 10:18:39 Probably an ocular failure on my behalf. I'll move
+ "../modules/audio_coding:builtin_audio_encoder_factory",
+ ]
sources = [
"base/adaptedvideotracksource.cc",
"base/adaptedvideotracksource.h",

Powered by Google App Engine
This is Rietveld 408576698