| Index: webrtc/audio/utility/BUILD.gn
|
| diff --git a/webrtc/audio/utility/BUILD.gn b/webrtc/audio/utility/BUILD.gn
|
| index 2ef5eba33818cea7bf0990e69d99b9368c03cf90..ac477e4f25ceed3f269b83ef00c6823397ee1ead 100644
|
| --- a/webrtc/audio/utility/BUILD.gn
|
| +++ b/webrtc/audio/utility/BUILD.gn
|
| @@ -22,6 +22,7 @@ rtc_static_library("audio_frame_operations") {
|
| deps = [
|
| "../..:webrtc_common",
|
| "../../base:rtc_base_approved",
|
| + "../../modules:module_api",
|
| "../../modules/audio_coding:audio_format_conversion",
|
| ]
|
| }
|
| @@ -35,6 +36,7 @@ if (rtc_include_tests) {
|
| deps = [
|
| ":audio_frame_operations",
|
| "../../base:rtc_base_approved",
|
| + "../../modules:module_api",
|
| "../../test:test_support",
|
| "//testing/gtest",
|
| ]
|
|
|