This CL removes //build/config/clang:find_bad_constructs from the suppressed_configs list, which means that clang:find_bad_constructs is now enabled on these translation units. TBR: magjed@webrtc.org Bug: webrtc:9251, webrtc:163 Change-Id: Ida449dae66ed5a9e1b36b14a988dee8ecfbea18f Reviewed-on: https://webrtc-review.googlesource.com/89582 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24052}
21 lines
635 B
Plaintext
21 lines
635 B
Plaintext
# Copyright (c) 2018 The WebRTC project authors. All Rights Reserved.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license
|
|
# that can be found in the LICENSE file in the root of the source
|
|
# tree. An additional intellectual property rights grant can be found
|
|
# in the file PATENTS. All contributing project authors may
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
|
|
import("../../../webrtc.gni")
|
|
|
|
rtc_source_set("rtc_api_video_unittests") {
|
|
testonly = true
|
|
sources = [
|
|
"video_bitrate_allocation_unittest.cc",
|
|
]
|
|
deps = [
|
|
"..:video_bitrate_allocation",
|
|
"../../../test:test_support",
|
|
]
|
|
}
|