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

Unified Diff: webrtc/BUILD.gn

Issue 2767383005: Add Windows, Mac, Android support to low bandwidth audio test (Closed)
Patch Set: Fix Android build errors 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
« no previous file with comments | « tools-webrtc/download_tools.py ('k') | webrtc/audio/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 5ac31323b0f25176eb6df487cf45b10717a149cd..c520e6e2d93b7cb52d7c6f3f2836a4a895b6eeac 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -316,7 +316,10 @@ if (!build_with_chromium) {
]
}
if (rtc_enable_protobuf) {
- deps += [ "logging:rtc_event_log2rtp_dump" ]
+ deps += [
+ "audio:low_bandwidth_audio_test",
+ "logging:rtc_event_log2rtp_dump",
+ ]
}
}
}
« no previous file with comments | « tools-webrtc/download_tools.py ('k') | webrtc/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698