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

Unified Diff: webrtc/modules/rtp_rtcp/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/rtp_rtcp/BUILD.gn
diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
index 50d8b193ed7512c70a29b85ea0a8b72abe16ae97..80f79c1764b84d3fd0a24fd42cb9ec5818942bac 100644
--- a/webrtc/modules/rtp_rtcp/BUILD.gn
+++ b/webrtc/modules/rtp_rtcp/BUILD.gn
@@ -203,7 +203,7 @@ if (rtc_include_tests) {
deps = [
":rtp_rtcp",
"//testing/gtest",
- "//webrtc/test:test_support_main",
+ "//webrtc/test:test_main",
]
} # test_packet_masks_metrics
}

Powered by Google App Engine
This is Rietveld 408576698