| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index 766d3d4636ebf4f7471d9f8ca782617b823b3c11..2781a97195a811709ee2198e9e5e3abeda5b5dc7 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -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) {
|
|
|