diff --git a/webrtc.gni b/webrtc.gni index d52497d151..421acd1cea 100644 --- a/webrtc.gni +++ b/webrtc.gni @@ -498,10 +498,10 @@ template("rtc_test") { ] } - # Build //base/test:google_test_runner when the test is not a real XCTest. + # Build //test:test_support 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 = "//base/test:google_test_runner" + xctest_module_target = "//test:test_support" } }