diff --git a/mobile/components/Makefile.in b/mobile/components/Makefile.in index f21350aef70..3d5d9d9be14 100644 --- a/mobile/components/Makefile.in +++ b/mobile/components/Makefile.in @@ -52,6 +52,7 @@ XPIDLSRCS = \ $(NULL) EXTRA_PP_COMPONENTS = \ + MobileComponents.manifest \ AboutRedirector.js \ BrowserCLH.js \ DirectoryProvider.js\ @@ -61,7 +62,7 @@ EXTRA_PP_COMPONENTS = \ $(NULL) EXTRA_COMPONENTS = \ - MobileComponents.manifest \ + AlertsService.js \ BrowserStartup.js \ ContentPermissionPrompt.js \ XPIDialogService.js \ @@ -80,8 +81,6 @@ ifdef MOZ_UPDATER EXTRA_COMPONENTS += UpdatePrompt.js endif -EXTRA_COMPONENTS += AlertsService.js - ifneq (Android,$(OS_TARGET)) DIRS = phone \ $(NULL) diff --git a/mobile/installer/package-manifest.in b/mobile/installer/package-manifest.in index dcb98fa0902..9a39376a90c 100644 --- a/mobile/installer/package-manifest.in +++ b/mobile/installer/package-manifest.in @@ -615,9 +615,7 @@ bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@ @BINPATH@/chrome/chrome.manifest @BINPATH@/components/AboutRedirector.js @BINPATH@/components/AddonUpdateService.js -#ifndef ANDROID @BINPATH@/components/AlertsService.js -#endif @BINPATH@/components/AutoCompleteCache.js @BINPATH@/components/BlocklistPrompt.js @BINPATH@/components/BrowserCLH.js