| Index: webrtc/logging/BUILD.gn
|
| diff --git a/webrtc/logging/BUILD.gn b/webrtc/logging/BUILD.gn
|
| index ffc64a368fe50e0ac15628ac70511e3e5c821933..9c944a199b227534955edfd55255a3e0212222e0 100644
|
| --- a/webrtc/logging/BUILD.gn
|
| +++ b/webrtc/logging/BUILD.gn
|
| @@ -143,7 +143,6 @@ if (rtc_enable_protobuf) {
|
| "../system_wrappers:field_trial_default",
|
| "../system_wrappers:metrics_default",
|
| "../test:rtp_test_utils",
|
| - "//third_party/gflags",
|
| ]
|
| if (!build_with_chromium && is_clang) {
|
| # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
| @@ -167,7 +166,6 @@ if (rtc_enable_protobuf) {
|
| # TODO(kwiberg): Remove this dependency.
|
| "../api/audio_codecs:audio_codecs_api",
|
| "../modules/rtp_rtcp:rtp_rtcp",
|
| - "//third_party/gflags",
|
| ]
|
| if (!build_with_chromium && is_clang) {
|
| # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
|
|