Declaring rtc_base_approved dep on webrtc_common
BUG=None NOTRY=True Review-Url: https://codereview.webrtc.org/2941453003 Cr-Commit-Position: refs/heads/master@{#18562}
This commit is contained in:
parent
7339712256
commit
fdfeb8361e
@ -370,9 +370,6 @@ rtc_static_library("webrtc_common") {
|
||||
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
||||
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
|
||||
}
|
||||
deps = [
|
||||
"base:rtc_base_approved",
|
||||
]
|
||||
}
|
||||
|
||||
if (use_libfuzzer || use_drfuzz || use_afl) {
|
||||
|
||||
@ -185,6 +185,8 @@ rtc_static_library("rtc_base_approved") {
|
||||
"type_traits.h",
|
||||
]
|
||||
|
||||
deps += [ "..:webrtc_common" ]
|
||||
|
||||
if (is_android) {
|
||||
libs += [ "log" ]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user