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

Unified Diff: webrtc/audio/BUILD.gn

Issue 2799033006: Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. (Closed)
Patch Set: 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/audio/BUILD.gn
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index d20f3e96d7fb7363637f90ed1ae86eafc9192f69..876250bd7f47385cb3a1f38eb9f3156adcf90079 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -35,12 +35,12 @@ rtc_static_library("audio") {
"..:webrtc_common",
"../api:audio_mixer_api",
"../api:call_api",
+ "../api/audio_codecs:audio_codecs_api",
+ "../api/audio_codecs:builtin_audio_encoder_factory",
"../base:rtc_base_approved",
"../base:rtc_task_queue",
"../call:call_interfaces",
"../common_audio",
- "../modules/audio_coding:audio_encoder_factory_interface",
- "../modules/audio_coding:builtin_audio_encoder_factory",
"../modules/audio_coding:cng",
"../modules/audio_device",
"../modules/audio_processing",

Powered by Google App Engine
This is Rietveld 408576698