mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 12:20:56 +00:00
Bug 1402851 - ipc/chromium/moz.build needs some stuff for Solaris too. r=glandium
This commit is contained in:
parent
728ee9036d
commit
cd2a716e79
@ -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 += [
|
||||
|
Loading…
x
Reference in New Issue
Block a user