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

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2668523004: Move AudioDecoder and related stuff to the api/ directory (Closed)
Patch Set: sort #includes + git cl format Created 3 years, 11 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/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index cb97693232def1a3bec699c9d76c850ceceaca36..d808f245dcb4aef4f5ca05cf9526a0096c04b509 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -15,9 +15,9 @@ rtc_static_library("audio_coder") {
]
deps = [
"..:webrtc_common",
+ "../api/audio_codec:builtin_audio_decoder_factory",
"../modules/audio_coding",
"../modules/audio_coding:audio_format_conversion",
- "../modules/audio_coding:builtin_audio_decoder_factory",
"../modules/audio_coding:rent_a_codec",
]
@@ -152,13 +152,13 @@ rtc_static_library("voice_engine") {
"../api:audio_mixer_api",
"../api:call_api",
"../api:transport_api",
+ "../api/audio_codec:audio_decoder_factory_interface",
+ "../api/audio_codec:builtin_audio_decoder_factory",
"../audio/utility:audio_frame_operations",
"../base:rtc_base_approved",
"../common_audio",
"../logging:rtc_event_log_api",
- "../modules/audio_coding:audio_decoder_factory_interface",
"../modules/audio_coding:audio_format_conversion",
- "../modules/audio_coding:builtin_audio_decoder_factory",
"../modules/audio_coding:rent_a_codec",
"../modules/audio_conference_mixer",
"../modules/audio_device",

Powered by Google App Engine
This is Rietveld 408576698