diff --git a/BUILD.gn b/BUILD.gn index fa4fcace49..aaa1260088 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -81,6 +81,13 @@ if (!build_with_chromium) { # see bugs.webrtc.org/11027#c5. deps += [ ":webrtc_lib_link_test" ] } + if (is_ios) { + deps += [ + "examples:apprtcmobile_tests", + "sdk:sdk_framework_unittests", + "sdk:sdk_unittests", + ] + } if (is_android) { deps += [ "examples:android_examples_junit_tests", @@ -92,7 +99,7 @@ if (!build_with_chromium) { } if (rtc_enable_protobuf) { deps += [ - "audio:low_bandwidth_audio_test", + "audio:low_bandwidth_audio_perf_test", "logging:rtc_event_log_rtp_dump", "tools_webrtc/perf:webrtc_dashboard_upload", ]