Make WebRTC use third_party/libevent rather than base/third_party/libevent
Bug: chromium:1335194
Change-Id: I084b391b42e2496163ea625c0bdc9255177e5603
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/266680
Auto-Submit: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37375}
diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn
index c8e23a8..c997073 100644
--- a/rtc_base/BUILD.gn
+++ b/rtc_base/BUILD.gn
@@ -649,7 +649,7 @@
"//third_party/abseil-cpp/absl/strings",
]
if (rtc_build_libevent) {
- deps += [ "//base/third_party/libevent" ]
+ deps += [ "//third_party/libevent" ]
}
}
}