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

Unified Diff: webrtc/audio/BUILD.gn

Issue 2767383005: Add Windows, Mac, Android support to low bandwidth audio test (Closed)
Patch Set: Remove unnecessary addition of .exe Created 3 years, 9 months 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/audio/BUILD.gn
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index 4858c46571e06fd2ed04acfb7cb29759702c47a1..cb84a6d3377390feaec146340fdd041179abc840 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -89,7 +89,7 @@ if (rtc_include_tests) {
}
if (rtc_enable_protobuf) {
- rtc_executable("low_bandwidth_audio_test") {
+ rtc_test("low_bandwidth_audio_test") {
testonly = true
sources = [

Powered by Google App Engine
This is Rietveld 408576698