Index: webrtc/modules/video_coding/BUILD.gn |
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn |
index 1ef5c5d2a6b207787018b8db349d41ca2a5a9588..33cd58bfe98399a22fce6dcab03411481180013a 100644 |
--- a/webrtc/modules/video_coding/BUILD.gn |
+++ b/webrtc/modules/video_coding/BUILD.gn |
@@ -326,6 +326,7 @@ if (rtc_include_tests) { |
":webrtc_vp8", |
"../..:webrtc_common", |
"../../base:rtc_base_approved", |
+ "../../base:rtc_task_queue", |
"../../common_video:common_video", |
"../../system_wrappers:system_wrappers", |
"../../test:test_support", |
@@ -350,7 +351,9 @@ if (rtc_include_tests) { |
":webrtc_vp9", |
"../..:webrtc_common", |
"../../base:rtc_base_approved", |
+ "../../base:rtc_task_queue", |
"../../media:rtc_media", |
+ "../../system_wrappers:system_wrappers", |
"../../test:test_support", |
"../../test:video_test_support", |
] |