Removing WEBRTC_BUILD_LIBEVENT macro definition
This seems to be unused in WebRTC and a search in cs.chromium.orm shows that it is never used in chromium too. Interesting CL about this macro: https://codereview.webrtc.org/2153563003 BUG=None Review-Url: https://codereview.webrtc.org/3006243002 Cr-Commit-Position: refs/heads/master@{#19747}
This commit is contained in:
parent
8ec568a9ff
commit
63f968e0ce
@ -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 = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user