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