Index: webrtc/video/BUILD.gn |
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn |
index 54464cf8d940d289583f1a6250c864cc761b55ee..87a9800b85f8c1a0ac484707f52629bce10829d4 100644 |
--- a/webrtc/video/BUILD.gn |
+++ b/webrtc/video/BUILD.gn |
@@ -89,7 +89,6 @@ |
"../media:rtc_media_base", |
"../system_wrappers", |
"//testing/gtest", |
- "//webrtc/test:test_renderer", |
] |
if (!is_android) { |
deps += [ "../modules/video_capture:video_capture_internal_impl" ] |
@@ -97,25 +96,6 @@ |
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" ] |
- } |
- } |
- |
- rtc_source_set("video_full_stack_tests") { |
- testonly = true |
- sources = [ |
- "full_stack_tests.cc", |
- ] |
- deps = [ |
- ":video_quality_test", |
- "//testing/gtest", |
- "//webrtc/test:test_common", |
- ] |
- 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" ] |
- } |
- if (rtc_use_h264) { |
- defines = [ "WEBRTC_USE_H264" ] |
} |
} |