Stop using public_deps in audio/utility.
TBR=phoglund@webrtc.org Bug: webrtc:8603 Change-Id: Ifb8df25ccb0358abcf92499a87b497cee2ab81b0 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/29103 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21086}
This commit is contained in:
parent
5c6a606767
commit
5e849cf9eb
@ -8,7 +8,7 @@
|
||||
import("../../webrtc.gni")
|
||||
|
||||
group("utility") {
|
||||
public_deps = [
|
||||
deps = [
|
||||
":audio_frame_operations",
|
||||
]
|
||||
}
|
||||
|
||||
@ -61,7 +61,7 @@ rtc_static_library("audio_frame_manipulator") {
|
||||
|
||||
deps = [
|
||||
"..:module_api",
|
||||
"../../audio/utility",
|
||||
"../../audio/utility:audio_frame_operations",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user