Added test dependency factory.

Bug: b/113654555
Change-Id: I6879d0e7dcbfbb04ad7a5179c4f4fbe8d31cf3d4
Reviewed-on: https://webrtc-review.googlesource.com/101601
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24855}
diff --git a/video/BUILD.gn b/video/BUILD.gn
index a01f6ec..cecdd38 100644
--- a/video/BUILD.gn
+++ b/video/BUILD.gn
@@ -207,6 +207,7 @@
     ]
     deps = [
       "../api:fec_controller_api",
+      "../api:test_dependency_factory",
       "../api:video_quality_test_fixture_api",
       "../call:fake_network",
       "../call:simulated_network",
@@ -252,6 +253,7 @@
     ]
     deps = [
       ":video_quality_test",
+      "../api:test_dependency_factory",
       "../media:rtc_vp9_profile",
       "../modules/pacing:pacing",
       "../modules/video_coding:webrtc_vp9",