Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index 38112211e05bd6efe59e11fbd02f6f9450fae74e..f8e0e8de15ee49cf10059cc0aa4fde27086d8210 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -435,6 +435,9 @@ if (rtc_include_tests) { |
deps = [ |
"audio:audio_tests", |
"base:rtc_base_tests_utils", |
+ |
+ # TODO(eladalon): call_tests aren't actually video-specific, so we |
+ # should move them to a more appropriate test suite. |
"call:call_tests", |
"modules/video_capture", |
"test:test_common", |