summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-12-17 19:06:03 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-12-17 19:06:03 -0500
commita3e93d08d49d6242ae359b90c04e5566b28474d8 (patch)
treee342eb951ce673c889d1603f86bf4df39b285680 /ipc
parent07d0bcbf112a4e274905837c6ea0b0212b51e4e3 (diff)
downloadUXP-a3e93d08d49d6242ae359b90c04e5566b28474d8.tar
UXP-a3e93d08d49d6242ae359b90c04e5566b28474d8.tar.gz
UXP-a3e93d08d49d6242ae359b90c04e5566b28474d8.tar.lz
UXP-a3e93d08d49d6242ae359b90c04e5566b28474d8.tar.xz
UXP-a3e93d08d49d6242ae359b90c04e5566b28474d8.zip
No Issue - Fix indentation and account for system libevent in ipc/chromium/moz.build
Diffstat (limited to 'ipc')
-rw-r--r--ipc/chromium/moz.build7
1 files changed, 4 insertions, 3 deletions
diff --git a/ipc/chromium/moz.build b/ipc/chromium/moz.build
index ba5f4e512..dc5b4dca4 100644
--- a/ipc/chromium/moz.build
+++ b/ipc/chromium/moz.build
@@ -139,13 +139,14 @@ if os_bsd or os_linux or os_solaris:
]
if os_solaris:
- SOURCES += [
+ SOURCES += [
'src/base/atomicops_internals_x86_gcc.cc',
'src/base/process_util_linux.cc',
'src/base/time_posix.cc',
]
-
-LOCAL_INCLUDES += ['src/third_party/libevent/linux']
+
+elif not CONFIG['MOZ_SYSTEM_LIBEVENT']:
+ LOCAL_INCLUDES += ['src/third_party/libevent/linux']
ost = CONFIG['OS_TEST']
if '86' not in ost and 'arm' not in ost and 'aarch64' != ost and 'mips' not in ost: