diff --git a/api/video/test/BUILD.gn b/api/video/test/BUILD.gn index 60609b3bda..cba42458d2 100644 --- a/api/video/test/BUILD.gn +++ b/api/video/test/BUILD.gn @@ -10,16 +10,9 @@ import("../../../webrtc.gni") rtc_source_set("rtc_api_video_unittests") { testonly = true - sources = [ "video_bitrate_allocation_unittest.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_bitrate_allocation", "../../../test:test_support",