| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index 8321bcd50123bf39d93a204c0be6a53147ed7777..13f74f85ea794079231fb03691ca5a03ac443ac8 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -705,7 +705,10 @@
|
| "//build/config/compiler:enable_arc",
|
| ]
|
|
|
| - sources += [ "audio_device/ios/objc/RTCAudioSessionTest.mm" ]
|
| + sources += [
|
| + "audio_device/ios/objc/RTCAudioSessionTest.mm",
|
| + "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
|
| + ]
|
|
|
| if (target_cpu != "x64") {
|
| sources += [ "audio_device/ios/audio_device_unittest_ios.cc" ]
|
|
|