Index: webrtc/modules/BUILD.gn |
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn |
index 1708c15988250a1c57fd390a69f085cf5269886c..3437e6e30cbd578e37816c287e62f0a18b48e892 100644 |
--- a/webrtc/modules/BUILD.gn |
+++ b/webrtc/modules/BUILD.gn |
@@ -74,8 +74,8 @@ if (rtc_include_tests) { |
"../modules/video_coding", |
"../modules/video_coding:video_codecs_test_framework", |
"../system_wrappers", |
+ "../test:test_main", |
"../test:test_support", |
- "../test:test_support_main", |
"//testing/gmock", |
"//testing/gtest", |
] |
@@ -649,8 +649,8 @@ if (rtc_include_tests) { |
"../system_wrappers", |
"../test:rtp_test_utils", |
"../test:test_common", |
+ "../test:test_main", |
"../test:test_support", |
- "../test:test_support_main", |
"../test:video_test_common", |
"audio_coding", |
"audio_coding:acm_receive_test", |
@@ -750,7 +750,7 @@ if (rtc_include_tests) { |
"..:webrtc_common", |
"../base:rtc_base_approved", |
"../test:test_common", |
- "../test:test_support_main", |
+ "../test:test_main", |
"remote_bitrate_estimator:bwe_simulator_lib", |
"video_capture", |
"//testing/gmock", |