Fix Basilisk packaging when not using WebExtensions enabled Add-on Manager

This commit is contained in:
NTD 2018-02-11 09:41:53 -05:00 • committed by Roy Tam
commit 250390c7a4
2 changed files with 14 additions and 0 deletions

View file

@ -417,10 +417,14 @@
@RESPATH@/components/addonManager.js
@RESPATH@/components/amContentHandler.js
@RESPATH@/components/amInstallTrigger.js
#ifdef MOZ_WEBEXTENSIONS
@RESPATH@/components/amWebAPI.js
#endif
@RESPATH@/components/amWebInstallListener.js
@RESPATH@/components/nsBlocklistService.js
#ifdef MOZ_WEBEXTENSIONS
@RESPATH@/components/nsBlocklistServiceContent.js
#endif
#ifdef MOZ_UPDATER
@RESPATH@/components/nsUpdateService.manifest
@RESPATH@/components/nsUpdateService.js
@ -569,9 +573,11 @@
@RESPATH@/components/TestInterfaceJSMaplike.js
#endif
#ifdef MOZ_WEBEXTENSIONS
; [Extensions]
@RESPATH@/components/extensions-toolkit.manifest
@RESPATH@/browser/components/extensions-browser.manifest
#endif
; Modules
@RESPATH@/browser/modules/*