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

Unified Diff: webrtc/audio/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 | « webrtc/BUILD.gn ('k') | webrtc/audio/test/low_bandwidth_audio_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/BUILD.gn
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index 4858c46571e06fd2ed04acfb7cb29759702c47a1..0b4b580207c623320d90643a25cf74f998d8f684 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -78,9 +78,6 @@ if (rtc_include_tests) {
"//testing/gmock",
"//testing/gtest",
]
- if (rtc_enable_protobuf) {
- deps += [ ":low_bandwidth_audio_test" ]
- }
if (!build_with_chromium && is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
@@ -89,7 +86,7 @@ if (rtc_include_tests) {
}
if (rtc_enable_protobuf) {
- rtc_executable("low_bandwidth_audio_test") {
+ rtc_test("low_bandwidth_audio_test") {
testonly = true
sources = [
@@ -101,7 +98,6 @@ if (rtc_include_tests) {
"../common_audio",
"../system_wrappers",
"../test:fake_audio_device",
- "../test:run_test",
"../test:test_common",
"../test:test_main",
]
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/audio/test/low_bandwidth_audio_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698