Stop using public_deps in voice_engine.
TBR=phoglund@webrtc.org Bug: webrtc:8603 Change-Id: I37bd54f538a2d4ebec5d07e38de6690de3488d56 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/29760 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21087}
This commit is contained in:
parent
5e849cf9eb
commit
4e4e75668c
@ -46,9 +46,6 @@ rtc_static_library("voice_engine") {
|
||||
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
|
||||
}
|
||||
|
||||
public_deps = [
|
||||
"../modules/audio_coding",
|
||||
]
|
||||
deps = [
|
||||
":audio_level",
|
||||
"..:webrtc_common",
|
||||
@ -65,6 +62,7 @@ rtc_static_library("voice_engine") {
|
||||
"../common_audio",
|
||||
"../logging:rtc_event_log_api",
|
||||
"../modules:module_api",
|
||||
"../modules/audio_coding",
|
||||
"../modules/audio_coding:audio_format_conversion",
|
||||
"../modules/audio_coding:audio_network_adaptor_config",
|
||||
"../modules/audio_device",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user