mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
Issue #1053 - Remove android support from ipc except for ipc/chromium
This does not include android in the imported chromium code as specific research needs done on defines and logic.
This commit is contained in:
parent
a890ecd06f
commit
dd6048d3ec
13 changed files with 15 additions and 359 deletions
|
|
@ -78,15 +78,7 @@ else:
|
|||
'CrossProcessMutex_unimplemented.cpp',
|
||||
]
|
||||
|
||||
# Android has its own,
|
||||
# almost-but-not-quite-compatible-with-POSIX-or-/dev/shm shared memory
|
||||
# impl.
|
||||
if CONFIG['OS_TARGET'] == 'Android':
|
||||
EXPORTS.mozilla.ipc += ['SharedMemoryBasic_android.h']
|
||||
UNIFIED_SOURCES += [
|
||||
'SharedMemoryBasic_android.cpp',
|
||||
]
|
||||
elif CONFIG['OS_ARCH'] == 'Darwin':
|
||||
if CONFIG['OS_ARCH'] == 'Darwin':
|
||||
EXPORTS.mozilla.ipc += ['SharedMemoryBasic_mach.h']
|
||||
SOURCES += [
|
||||
'SharedMemoryBasic_mach.mm',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue