Chromium Code Reviews| Index: remoting/codec/BUILD.gn |
| diff --git a/remoting/codec/BUILD.gn b/remoting/codec/BUILD.gn |
| index 6863038533fd6044564db055248264352a1cc1d5..5c5707bdde4287c066eb5c8ed5121c9dfc9c009a 100644 |
| --- a/remoting/codec/BUILD.gn |
| +++ b/remoting/codec/BUILD.gn |
| @@ -142,4 +142,8 @@ source_set("unit_tests") { |
| "//testing/gtest", |
| "//third_party/webrtc/modules/desktop_capture", |
| ] |
| + |
| + if (is_ios) { |
| + sources -= [ "audio_encoder_opus_unittest.cc" ] |
| + } |
| } |