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

@ -14,20 +14,10 @@ EXTRA_JS_MODULES += [
'PushDB.jsm',
'PushRecord.jsm',
'PushService.jsm',
'PushServiceHttp2.jsm',
'PushServiceWebSocket.jsm',
]
if not CONFIG['MOZ_FENNEC']:
# Everything but Fennec.
EXTRA_JS_MODULES += [
'PushServiceHttp2.jsm',
'PushServiceWebSocket.jsm',
]
else:
# Fennec only.
EXTRA_JS_MODULES += [
'PushServiceAndroidGCM.jsm',
]
MOCHITEST_MANIFESTS += [
'test/mochitest.ini',
]