Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove MOZ_FENNEC

This commit is contained in:
Matt A. Tobin 2019-04-23 15:56:35 -04:00 • committed by Roy Tam
commit 97059c1b48
15 changed files with 11 additions and 361 deletions

View file

@ -752,7 +752,7 @@ if CONFIG['MOZ_BUILD_APP'] in ['xulrunner'] or CONFIG['MOZ_PHOENIX'] or CONFIG['
'BrowserFeedWriter.webidl',
]
if CONFIG['MOZ_PHOENIX'] or CONFIG['MOZ_FENNEC'] or CONFIG['MOZ_XULRUNNER']:
if CONFIG['MOZ_PHOENIX'] or CONFIG['MOZ_XULRUNNER']:
WEBIDL_FILES += [
'External.webidl',
]