Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: webrtc/modules/BUILD.gn

Issue 2540693002: Replace test_support_main by test_main and get rid of test_support_main_threaded_mac (Closed)
Patch Set: Adressed comments. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.cc ('k') | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.cc ('k') | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698