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

Unified Diff: webrtc/system_wrappers/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/system_wrappers/BUILD.gn
diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn
index 8bed25e2748fa6933130177d8d4d53a1c81303aa..df6de0ad4712304dd2d21d5e706dc19e955bf9aa 100644
--- a/webrtc/system_wrappers/BUILD.gn
+++ b/webrtc/system_wrappers/BUILD.gn
@@ -196,7 +196,7 @@ if (rtc_include_tests) {
deps = [
":metrics_default",
":system_wrappers",
- "../test:test_support_main",
+ "../test:test_main",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698