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

Unified Diff: webrtc/modules/audio_device/BUILD.gn

Issue 2540693002: Replace test_support_main by test_main and get rid of test_support_main_threaded_mac (Closed)
Patch Set: Created 4 years, 1 month 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
Index: webrtc/modules/audio_device/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index 7a0bce0736848319b14941cf60d05eaa678e3ab5..1dee9437d3717bd160ee5b72d48cb80523f60a51 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -282,8 +282,8 @@ if (rtc_include_tests && !is_ios) {
":audio_device",
"../..:webrtc_common",
"../../system_wrappers",
+ "../../test:test_main",
"../../test:test_support",
- "../../test:test_support_main",
"../rtp_rtcp",
"../utility",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698