commit | 69807e8871cc51a76995d65ef712caa840450673 | [log] [tgz] |
---|---|---|
author | Yves Gerey <yvesg@webrtc.org> | Tue Oct 30 21:23:02 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 31 10:21:40 2018 |
tree | 6932d3fb1e273b500582e0a2ee40c45c86c8b9a3 | |
parent | a8fa2d061fd401d53b4208d06a231ca7b3478fa7 [diff] [blame] |
Depend directly on destination targets. Makes 'gn check' happy. Followup to https://webrtc-review.googlesource.com/c/src/+/106820 Bug: webrtc:5876, webrtc:9855 Change-Id: I33fa2c31ba26dc10c9a9c17da0ffed255c1f4d5b Reviewed-on: https://webrtc-review.googlesource.com/c/108760 Commit-Queue: Yves Gerey <yvesg@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25447}
diff --git a/logging/BUILD.gn b/logging/BUILD.gn index f22f612..27977d3 100644 --- a/logging/BUILD.gn +++ b/logging/BUILD.gn
@@ -352,6 +352,7 @@ "../test:test_support", "//testing/gtest", "//third_party/abseil-cpp/absl/memory", + "//third_party/abseil-cpp/absl/types:optional", ] if (!build_with_chromium && is_clang) { # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).