| Index: webrtc/modules/video_coding/BUILD.gn
|
| diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
|
| index d333264d93a72e197a453601bdc9162f354a98c7..80110868215e628f24801235f928c28165d06cbb 100644
|
| --- a/webrtc/modules/video_coding/BUILD.gn
|
| +++ b/webrtc/modules/video_coding/BUILD.gn
|
| @@ -336,6 +336,8 @@ if (rtc_include_tests) {
|
| "../..:webrtc_common",
|
| "../../api/video_codecs:video_codecs_api",
|
| "../../base:rtc_base_approved",
|
| + "../../base:rtc_task_queue",
|
| + "../../base:sequenced_task_checker",
|
| "../../common_video:common_video",
|
| "../../system_wrappers:system_wrappers",
|
| "../../test:test_support",
|
| @@ -360,7 +362,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",
|
| ]
|
|
|