summaryrefslogtreecommitdiffstats
path: root/uriloader/exthandler/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-22 19:22:01 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-22 19:22:01 -0500
commitce21c398d784870214884d6c600a77b068f1c397 (patch)
treebc8b3324df35e13d570287e31de0f4f04c709758 /uriloader/exthandler/moz.build
parentc895d35a7aa1979978cc9c019b464bb57caa6e82 (diff)
downloadUXP-ce21c398d784870214884d6c600a77b068f1c397.tar
UXP-ce21c398d784870214884d6c600a77b068f1c397.tar.gz
UXP-ce21c398d784870214884d6c600a77b068f1c397.tar.lz
UXP-ce21c398d784870214884d6c600a77b068f1c397.tar.xz
UXP-ce21c398d784870214884d6c600a77b068f1c397.zip
Issue #1053 - Remove android support from uriloader
Diffstat (limited to 'uriloader/exthandler/moz.build')
-rw-r--r--uriloader/exthandler/moz.build17
1 files changed, 2 insertions, 15 deletions
diff --git a/uriloader/exthandler/moz.build b/uriloader/exthandler/moz.build
index 714b275f1..0cd2340a9 100644
--- a/uriloader/exthandler/moz.build
+++ b/uriloader/exthandler/moz.build
@@ -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',