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

Unified Diff: webrtc/common_video/BUILD.gn

Issue 2540693002: Replace test_support_main by test_main and get rid of test_support_main_threaded_mac (Closed)
Patch Set: Added missing flags and GoogleMock initialization. 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/common_video/BUILD.gn
diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn
index 34cb6d6a3d0b937a789454b0d2cdf09b9182f1e7..0aefefd193b2014bca1f8d34757260423733c781 100644
--- a/webrtc/common_video/BUILD.gn
+++ b/webrtc/common_video/BUILD.gn
@@ -119,7 +119,7 @@ if (rtc_include_tests) {
deps = [
":common_video",
"../system_wrappers:system_wrappers",
- "../test:test_support_main",
+ "../test:test_main",
"../test:video_test_common",
"//testing/gmock",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698