diff --git a/webrtc.gni b/webrtc.gni index 421acd1cea..d52497d151 100644 --- a/webrtc.gni +++ b/webrtc.gni @@ -498,10 +498,10 @@ template("rtc_test") { ] } - # Build //test:test_support when the test is not a real XCTest. + # Build //base/test:google_test_runner when the test is not a real XCTest. if (is_ios && rtc_include_tests) { if (!defined(invoker.is_xctest) || !invoker.is_xctest) { - xctest_module_target = "//test:test_support" + xctest_module_target = "//base/test:google_test_runner" } }