| Index: webrtc/common_video/BUILD.gn
|
| diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn
|
| index b3e6c4234f4ba42c2236626a3784533c2a6c71da..152f98b089f2d0937cca81e87aec8676fbbc1cf4 100644
|
| --- a/webrtc/common_video/BUILD.gn
|
| +++ b/webrtc/common_video/BUILD.gn
|
| @@ -57,6 +57,7 @@ rtc_static_library("common_video") {
|
|
|
| deps = [
|
| "..:webrtc_common",
|
| + "../base:rtc_base",
|
| "../base:rtc_task_queue",
|
| "../system_wrappers",
|
| ]
|
| @@ -119,6 +120,8 @@ if (rtc_include_tests) {
|
|
|
| deps = [
|
| ":common_video",
|
| + "../base:rtc_base",
|
| + "../base:rtc_base_approved",
|
| "../modules/video_capture:video_capture",
|
| "../system_wrappers:system_wrappers",
|
| "../test:test_main",
|
|
|