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

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2421483002: Cleanup of voice_engine includes. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | webrtc/voice_engine/voice_engine.gyp » ('j') | webrtc/voice_engine/voice_engine.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index 0b6bb783b5ed01d7e10ab09c77ac7de92f2df238..9b6fe0cfed257697c1f16acbe7a507d10c2dd24e 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -92,6 +92,9 @@ rtc_static_library("voice_engine") {
"../base:rtc_base_approved",
"../common_audio",
"../logging:rtc_event_log_api",
+ "../modules/audio_coding:audio_decoder_factory_interface",
+ "../modules/audio_coding:builtin_audio_decoder_factory",
the sun 2016/10/13 13:46:57 I would think this includes the above interface -
+ "../modules/audio_coding:rent_a_codec",
"../modules/audio_conference_mixer",
"../modules/audio_device",
"../modules/audio_processing",
« no previous file with comments | « no previous file | webrtc/voice_engine/voice_engine.gyp » ('j') | webrtc/voice_engine/voice_engine.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698