summaryrefslogtreecommitdiffstats
path: root/ipc/chromium/src/third_party/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/chromium/src/third_party/moz.build')
-rw-r--r--ipc/chromium/src/third_party/moz.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipc/chromium/src/third_party/moz.build b/ipc/chromium/src/third_party/moz.build
index 989e2aafc..2b99e53b3 100644
--- a/ipc/chromium/src/third_party/moz.build
+++ b/ipc/chromium/src/third_party/moz.build
@@ -54,6 +54,11 @@ if os_linux:
'libevent/epoll_sub.c',
]
+if os_solaris:
+ SOURCES += [
+ 'libevent/devpoll.c',
+ ]
+
# We allow warnings for third-party code that can be updated from upstream.
ALLOW_COMPILER_WARNINGS = True