mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1170075 - Remove Print Progress UI and view source XUL files from Android. r=snorp
This commit is contained in:
parent
4d232d2853
commit
8eabb8cf1e
@ -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']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user