Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Unified Diff: webrtc/modules/video_coding/BUILD.gn

Issue 3005993002: Delete video_quality_measurement. (Closed)
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/video_coding/codecs/test/videoprocessor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « no previous file | webrtc/modules/video_coding/codecs/test/videoprocessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698