Chromium Code Reviews| Index: webrtc/modules/utility/BUILD.gn |
| diff --git a/webrtc/modules/utility/BUILD.gn b/webrtc/modules/utility/BUILD.gn |
| index ec11b9fdf14eb01c09258c4ed04d96e2516764be..a93d424b06741b2e28d6b0394e8e3e9889dc4160 100644 |
| --- a/webrtc/modules/utility/BUILD.gn |
| +++ b/webrtc/modules/utility/BUILD.gn |
| @@ -31,13 +31,13 @@ rtc_static_library("utility") { |
| deps = [ |
| "../..:webrtc_common", |
| + "../../api/audio_codec:builtin_audio_decoder_factory", |
|
the sun
2017/02/02 21:02:29
Why needed here?
kwiberg-webrtc
2017/02/03 09:50:11
Not needed anymore. Removed.
|
| "../../audio/utility:audio_frame_operations", |
| "../../base:rtc_task_queue", |
| "../../common_audio", |
| "../../system_wrappers", |
| "../audio_coding", |
|
the sun
2017/02/02 21:02:29
Looks like this and the other audio_coding deps ca
kwiberg-webrtc
2017/02/03 09:50:11
Yes. Done.
|
| "../audio_coding:audio_format_conversion", |
| - "../audio_coding:builtin_audio_decoder_factory", |
| "../audio_coding:rent_a_codec", |
| "../media_file", |
| ] |