summaryrefslogtreecommitdiffstats
path: root/ipc/chromium/src/third_party/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-23 13:08:02 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-23 13:08:02 +0100
commit90c5288fef22004d6e4d441b3ae10b9cd1836103 (patch)
tree14d4a0e5588e0a04ec4cca52805599ed4abb27fe /ipc/chromium/src/third_party/moz.build
parent3624078103303adf0b934734d95a1ed9eb7bfefd (diff)
downloadUXP-90c5288fef22004d6e4d441b3ae10b9cd1836103.tar
UXP-90c5288fef22004d6e4d441b3ae10b9cd1836103.tar.gz
UXP-90c5288fef22004d6e4d441b3ae10b9cd1836103.tar.lz
UXP-90c5288fef22004d6e4d441b3ae10b9cd1836103.tar.xz
UXP-90c5288fef22004d6e4d441b3ae10b9cd1836103.zip
Issue #1342 - Remove support for system libevent
Diffstat (limited to 'ipc/chromium/src/third_party/moz.build')
-rw-r--r--ipc/chromium/src/third_party/moz.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipc/chromium/src/third_party/moz.build b/ipc/chromium/src/third_party/moz.build
index 2b99e53b3..20a5043fb 100644
--- a/ipc/chromium/src/third_party/moz.build
+++ b/ipc/chromium/src/third_party/moz.build
@@ -10,9 +10,6 @@ include(libevent_path_prefix + '/libeventcommon.mozbuild')
if os_win:
error('should not reach here on Windows')
-if CONFIG['MOZ_SYSTEM_LIBEVENT']:
- error('should not reach here if we are using a native libevent')
-
UNIFIED_SOURCES += [
'libevent/buffer.c',
'libevent/bufferevent.c',