| Index: webrtc/video/BUILD.gn
|
| diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
|
| index 980145b460082c6c8e257a9addf2e533fae168ff..82156e5959b410f0bee570fb09a5da9ef3224459 100644
|
| --- a/webrtc/video/BUILD.gn
|
| +++ b/webrtc/video/BUILD.gn
|
| @@ -103,6 +103,7 @@ if (rtc_include_tests) {
|
| "../modules/video_coding:webrtc_h264",
|
| "../modules/video_coding:webrtc_vp8",
|
| "../modules/video_coding:webrtc_vp9",
|
| + "../rtc_base:rtc_base_approved",
|
| "../rtc_base:rtc_base_tests_utils",
|
| "../rtc_base:rtc_task_queue",
|
| "../system_wrappers",
|
| @@ -117,7 +118,6 @@ if (rtc_include_tests) {
|
| "../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).
|
| @@ -170,7 +170,6 @@ if (rtc_include_tests) {
|
| "../test:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| - "//third_party/gflags",
|
| ]
|
| if (!build_with_chromium && is_clang) {
|
| # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
|
|