| Index: webrtc/video/BUILD.gn
|
| diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
|
| index 08abe685dce6f664a6e6d0b0545f7cd22eaa1ae6..33a604fcc30ba537daabef5b0702fa67afb1bb78 100644
|
| --- a/webrtc/video/BUILD.gn
|
| +++ b/webrtc/video/BUILD.gn
|
| @@ -111,11 +111,13 @@ if (rtc_include_tests) {
|
| "../test:test_renderer",
|
| "../test:test_renderer",
|
| "../test:test_support",
|
| + "../test:test_support_test_output",
|
| "../test:video_test_common",
|
| "../test:video_test_common",
|
| "../test:video_test_support",
|
| "../voice_engine",
|
| "//testing/gtest",
|
| + "//third_party/gflags",
|
| ]
|
| if (!build_with_chromium && is_clang) {
|
| # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
|
|