diff options
Diffstat (limited to 'uriloader/exthandler/moz.build')
-rw-r--r-- | uriloader/exthandler/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uriloader/exthandler/moz.build b/uriloader/exthandler/moz.build index 6a3ca08af..714b275f1 100644 --- a/uriloader/exthandler/moz.build +++ b/uriloader/exthandler/moz.build @@ -24,7 +24,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': LOCAL_INCLUDES += ['win'] elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': osdir = 'mac' -elif CONFIG['MOZ_WIDGET_TOOLKIT'] in ('android', 'gonk', 'uikit'): +elif CONFIG['MOZ_WIDGET_TOOLKIT'] in ('android', 'uikit'): osdir = CONFIG['MOZ_WIDGET_TOOLKIT'] else: osdir = 'unix' |