mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Issue #1053 - Remove android support from uriloader
This commit is contained in:
parent
a0b7617ca0
commit
8e0b45eb4a
12 changed files with 2 additions and 927 deletions
|
|
@ -24,8 +24,8 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
|||
LOCAL_INCLUDES += ['win']
|
||||
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
||||
osdir = 'mac'
|
||||
elif CONFIG['MOZ_WIDGET_TOOLKIT'] in ('android', 'uikit'):
|
||||
osdir = CONFIG['MOZ_WIDGET_TOOLKIT']
|
||||
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'uikit':
|
||||
osdir = 'uikit'
|
||||
else:
|
||||
osdir = 'unix'
|
||||
|
||||
|
|
@ -38,12 +38,6 @@ EXPORTS += [
|
|||
'nsExternalHelperAppService.h',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
|
||||
EXPORTS += [ '%s/%s' % (osdir, f) for f in [
|
||||
'nsExternalSharingAppService.h',
|
||||
'nsExternalURLHandlerService.h',
|
||||
]]
|
||||
|
||||
EXPORTS.mozilla.dom += [
|
||||
'ExternalHelperAppChild.h',
|
||||
'ExternalHelperAppParent.h',
|
||||
|
|
@ -85,13 +79,6 @@ if 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
|
|||
'unix/nsGNOMERegistry.cpp',
|
||||
'unix/nsMIMEInfoUnix.cpp',
|
||||
]
|
||||
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
|
||||
UNIFIED_SOURCES += [
|
||||
'android/nsAndroidHandlerApp.cpp',
|
||||
'android/nsExternalSharingAppService.cpp',
|
||||
'android/nsExternalURLHandlerService.cpp',
|
||||
'android/nsMIMEInfoAndroid.cpp',
|
||||
]
|
||||
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
||||
UNIFIED_SOURCES += [
|
||||
'win/nsMIMEInfoWin.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue