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/audio/BUILD.gn

Issue 2799033006: Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. (Closed)
Patch Set: More backwards-compatibility! 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/api/peerconnectioninterface.h ('k') | webrtc/audio/audio_send_stream_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/BUILD.gn
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index c5bd2e73a1523d728291b406f43dc6b7f72f18a5..897c65f10baecfa5d7ba502b6bfae17ad2620268 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",
« no previous file with comments | « webrtc/api/peerconnectioninterface.h ('k') | webrtc/audio/audio_send_stream_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698