| Index: webrtc/modules/video_coding/BUILD.gn
|
| diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
|
| index 02b01079eead57a5fba3c750cbf10c3a1dcc87e1..d46fd113c8be96b9d5c104f12d3b396318c76d7e 100644
|
| --- a/webrtc/modules/video_coding/BUILD.gn
|
| +++ b/webrtc/modules/video_coding/BUILD.gn
|
| @@ -303,6 +303,9 @@ if (rtc_include_tests) {
|
| "../../system_wrappers:metrics_default",
|
| "../../system_wrappers:system_wrappers",
|
| "../../test:test_support",
|
| + "../../test:video_test_common",
|
| + "../../test:video_test_support",
|
| + "../video_capture",
|
| "//third_party/gflags",
|
| ]
|
| } # video_quality_measurement
|
| @@ -334,6 +337,7 @@ if (rtc_include_tests) {
|
| "../../common_video:common_video",
|
| "../../system_wrappers:system_wrappers",
|
| "../../test:test_support",
|
| + "../../test:video_test_support",
|
| ]
|
| }
|
|
|
| @@ -356,6 +360,8 @@ if (rtc_include_tests) {
|
| "../../media:rtc_media_base",
|
| "../../test:test_support",
|
| "../../test:video_test_common",
|
| + "../../test:video_test_support",
|
| + "../video_capture",
|
| ]
|
| if (rtc_use_h264) {
|
| defines = [ "WEBRTC_VIDEOPROCESSOR_H264_TESTS" ]
|
| @@ -431,6 +437,7 @@ if (rtc_include_tests) {
|
| "../../test:field_trial",
|
| "../../test:test_support",
|
| "../../test:video_test_common",
|
| + "../../test:video_test_support",
|
| "../rtp_rtcp:rtp_rtcp",
|
| "//testing/gmock",
|
| ]
|
|
|