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

Unified Diff: webrtc/test/BUILD.gn

Issue 2694203002: Low-bandwidth audio testing (Closed)
Patch Set: Move call_test dependency where it belongs 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/audio/test/low_bandwidth_audio_test.py ('k') | webrtc/test/call_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index 267d1e2d0598386297caf0cd2b4a71fc04e4da24..4920a5c6f2cc56599e38d63fdb29cae9205f36e8 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -254,6 +254,7 @@ if (is_ios) {
rtc_test("test_support_unittests") {
deps = []
sources = [
+ "fake_audio_device_unittest.cc",
"fake_network_pipe_unittest.cc",
"frame_generator_unittest.cc",
"rtp_file_reader_unittest.cc",
@@ -408,6 +409,9 @@ rtc_source_set("test_common") {
"//testing/gmock",
"//testing/gtest",
]
+ if (!is_android) {
+ deps += [ "../modules/video_capture:video_capture_internal_impl" ]
kjellander_webrtc 2017/03/21 08:31:49 I'm still curious about this. Does it come from :v
kjellander_webrtc 2017/03/21 08:43:41 Let's keep this as is if you're willing to just ha
oprypin_webrtc 2017/03/23 09:37:01 OK
+ }
}
config("test_renderer_exported_config") {
« no previous file with comments | « webrtc/audio/test/low_bandwidth_audio_test.py ('k') | webrtc/test/call_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698