| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index b444e80c3a9634fd4d85c687d4bdbb119d70c646..e0d51d6a939f98f4f89731a81f66c3c4172fd8d7 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -703,10 +703,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" ]
|
|
|