Bug 1170075 - Remove Print Progress UI and view source XUL files from Android. r=snorp

This commit is contained in:
Makoto Kato 2015-06-08 16:08:29 +09:00
parent 4d232d2853
commit 8eabb8cf1e

View File

@ -51,12 +51,17 @@ DIRS += [
'typeaheadfind',
'urlformatter',
'viewconfig',
'viewsource',
'workerloader',
'workerlz4',
'xulstore'
]
if CONFIG['MOZ_BUILD_APP'] != 'mobile/android':
DIRS += ['viewsource'];
if CONFIG['NS_PRINTING']:
DIRS += ['printing']
if CONFIG['MOZ_CRASHREPORTER']:
DIRS += ['crashes']
@ -72,9 +77,6 @@ if CONFIG['MOZ_FEEDS']:
if CONFIG['MOZ_HELP_VIEWER']:
DIRS += ['help']
if CONFIG['NS_PRINTING']:
DIRS += ['printing']
if CONFIG['MOZ_XUL']:
DIRS += ['autocomplete', 'satchel']