Index: webrtc/modules/video_coding/BUILD.gn |
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn |
index 32410f60d95d21b0aeaf870e86b6ff532483d14f..3af09ea23285c135b369ccc371d89d69b2a4dbaf 100644 |
--- a/webrtc/modules/video_coding/BUILD.gn |
+++ b/webrtc/modules/video_coding/BUILD.gn |
@@ -325,34 +325,6 @@ if (rtc_include_tests) { |
] |
} |
- rtc_executable("video_quality_measurement") { |
- testonly = true |
- |
- sources = [ |
- "codecs/tools/video_quality_measurement.cc", |
- ] |
- |
- if (!build_with_chromium && is_clang) { |
- # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
- suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
- } |
- |
- deps = [ |
- ":video_codecs_test_framework", |
- ":video_coding", |
- ":webrtc_vp8", |
- "../..:webrtc_common", |
- "../../rtc_base:rtc_base_approved", |
- "../../system_wrappers:field_trial_default", |
- "../../system_wrappers:metrics_default", |
- "../../system_wrappers:system_wrappers", |
- "../../test:test_support", |
- "../../test:video_test_common", |
- "../../test:video_test_support", |
- "../video_capture", |
- ] |
- } # video_quality_measurement |
- |
rtc_source_set("video_codecs_test_framework") { |
testonly = true |
sources = [ |