Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Unified Diff: webrtc/rtc_base/BUILD.gn

Issue 3006243002: Removing WEBRTC_BUILD_LIBEVENT macro definition (Closed)
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/BUILD.gn
diff --git a/webrtc/rtc_base/BUILD.gn b/webrtc/rtc_base/BUILD.gn
index 9572f179d2dceb8627f7d85de27ffb389744aa1a..902024f3f1afd3e4e786fb54e91a3655571a1e69 100644
--- a/webrtc/rtc_base/BUILD.gn
+++ b/webrtc/rtc_base/BUILD.gn
@@ -289,10 +289,6 @@ rtc_static_library("rtc_base_approved") {
}
}
-config("enable_libevent_config") {
- defines = [ "WEBRTC_BUILD_LIBEVENT" ]
-}
-
rtc_source_set("rtc_task_queue") {
deps = [
":rtc_base_approved",
@@ -346,7 +342,6 @@ rtc_source_set("rtc_task_queue_impl") {
"task_queue_posix.cc",
"task_queue_posix.h",
]
- all_dependent_configs = [ ":enable_libevent_config" ]
} else {
if (is_mac || is_ios) {
sources = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698