mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +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
|
|
@ -7,9 +7,7 @@
|
|||
#ifndef mozilla_ipc_SharedMemoryBasic_h
|
||||
#define mozilla_ipc_SharedMemoryBasic_h
|
||||
|
||||
#ifdef ANDROID
|
||||
# include "mozilla/ipc/SharedMemoryBasic_android.h"
|
||||
#elif defined(XP_DARWIN)
|
||||
#ifdef XP_DARWIN
|
||||
# include "mozilla/ipc/SharedMemoryBasic_mach.h"
|
||||
#else
|
||||
# include "mozilla/ipc/SharedMemoryBasic_chromium.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue