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

Unified Diff: webrtc/modules/audio_coding/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/modules/BUILD.gn ('k') | webrtc/modules/audio_coding/acm2/acm_receiver_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 7bd8adfd8d3664e69a946f5bf62b7bb914dea1f1..77a9c3e2641a2d91427f87e03109b5f7ffa3ff9b 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1075,7 +1075,7 @@ if (rtc_include_tests) {
":neteq",
":neteq_unittest_tools",
"../../common_audio",
- "../../test:test_support_main",
+ "../../test:test_main",
"//testing/gtest",
]
@@ -1173,7 +1173,7 @@ if (rtc_include_tests) {
":isac_fix",
":webrtc_opus",
"../../system_wrappers:system_wrappers_default",
- "../../test:test_support_main",
+ "../../test:test_main",
"../audio_processing",
"//testing/gtest",
]
@@ -1451,7 +1451,7 @@ if (rtc_include_tests) {
":neteq_quality_test_support",
":neteq_unittest_tools",
":webrtc_opus",
- "../../test:test_support_main",
+ "../../test:test_main",
"//testing/gtest",
"//third_party/gflags",
]
@@ -1498,7 +1498,7 @@ if (rtc_include_tests) {
":neteq_quality_test_support",
":neteq_unittest_tools",
"../../system_wrappers:system_wrappers_default",
- "../../test:test_support_main",
+ "../../test:test_main",
"//testing/gtest",
"//third_party/gflags",
]
@@ -1515,7 +1515,7 @@ if (rtc_include_tests) {
":isac_fix",
":neteq",
":neteq_quality_test_support",
- "../../test:test_support_main",
+ "../../test:test_main",
"//testing/gtest",
"//third_party/gflags",
]
@@ -1532,7 +1532,7 @@ if (rtc_include_tests) {
":g711",
":neteq",
":neteq_quality_test_support",
- "../../test:test_support_main",
+ "../../test:test_main",
"//testing/gtest",
"//third_party/gflags",
]
@@ -1678,8 +1678,8 @@ if (rtc_include_tests) {
":webrtc_opus",
"../../base:rtc_base_approved",
"../../common_audio",
+ "../../test:test_main",
"../../test:test_support",
- "../../test:test_support_main",
"//testing/gtest",
]
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/audio_coding/acm2/acm_receiver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698