Bug 1402851 - ipc/chromium/moz.build needs some stuff for Solaris too. r=glandium

This commit is contained in:
Petr Sumbera 2017-09-25 06:53:41 -07:00
parent 728ee9036d
commit cd2a716e79

View File

@ -142,6 +142,13 @@ if os_bsd or os_linux:
'src/base/message_pump_glib.cc',
]
if os_solaris:
SOURCES += [
'src/base/atomicops_internals_x86_gcc.cc',
'src/base/process_util_linux.cc',
'src/base/time_posix.cc',
]
ost = CONFIG['OS_TEST']
if '86' not in ost and 'arm' not in ost and 'aarch64' != ost and 'mips' not in ost:
SOURCES += [