| Index: webrtc/modules/utility/BUILD.gn
|
| diff --git a/webrtc/modules/utility/BUILD.gn b/webrtc/modules/utility/BUILD.gn
|
| index 849ea0239c3f240297ab3852013ed7f3d9c86d7c..5437e4f5f78d59f3837897e8bc45c1b3c07e3f0a 100644
|
| --- a/webrtc/modules/utility/BUILD.gn
|
| +++ b/webrtc/modules/utility/BUILD.gn
|
| @@ -39,6 +39,10 @@ source_set("utility") {
|
| configs -= [ "//build/config/clang:find_bad_constructs" ]
|
| }
|
|
|
| + if (is_ios) {
|
| + libs = [ "AVFoundation.framework" ]
|
| + }
|
| +
|
| deps = [
|
| "../..:webrtc_common",
|
| "../../base:rtc_task_queue",
|
|
|