mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Bug 374723: also update installer manifests so that builds aren't broken, and change module name to avoid conflicts, r=me
This commit is contained in:
parent
8c56c98c87
commit
d4c02bb41c
@ -141,7 +141,7 @@ bin/components/necko_strconv.xpt
|
||||
bin/components/necko_viewsource.xpt
|
||||
bin/components/necko.xpt
|
||||
bin/components/oji.xpt
|
||||
bin/components/passwordmgr.xpt
|
||||
bin/components/loginmgr.xpt
|
||||
bin/components/places.xpt
|
||||
bin/components/plugin.xpt
|
||||
bin/components/prefetch.xpt
|
||||
@ -195,6 +195,10 @@ bin/components/nsSetDefaultBrowser.js
|
||||
bin/components/nsMicrosummaryService.js
|
||||
bin/components/nsSearchService.js
|
||||
bin/components/nsSearchSuggestions.js
|
||||
bin/components/nsLoginInfo.js
|
||||
bin/components/nsLoginManager.js
|
||||
bin/components/nsLoginManagerPrompter.js
|
||||
bin/components/storage-Legacy.js
|
||||
bin/components/jsconsole-clhandler.js
|
||||
bin/components/nsCloseAllWindows.js
|
||||
bin/components/nsDictionary.js
|
||||
|
@ -148,7 +148,7 @@ bin\components\necko_res.xpt
|
||||
bin\components\necko_socket.xpt
|
||||
bin\components\necko_viewsource.xpt
|
||||
bin\components\oji.xpt
|
||||
bin\components\passwordmgr.xpt
|
||||
bin\components\loginmgr.xpt
|
||||
bin\components\places.xpt
|
||||
bin\components\plugin.xpt
|
||||
bin\components\pref.xpt
|
||||
@ -217,6 +217,10 @@ bin\components\nsExtensionManager.js
|
||||
bin\components\nsUpdateService.js
|
||||
bin\components\nsMicrosummaryService.js
|
||||
bin\components\nsPostUpdateWin.js
|
||||
bin\components\nsLoginInfo.js
|
||||
bin\components\nsLoginManager.js
|
||||
bin\components\nsLoginManagerPrompter.js
|
||||
bin\components\storage-Legacy.js
|
||||
bin\components\pluginGlue.js
|
||||
bin\components\extensions.xpt
|
||||
bin\components\update.xpt
|
||||
|
@ -41,8 +41,8 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = passwordmgr
|
||||
XPIDL_MODULE = passwordmgr
|
||||
MODULE = loginmgr
|
||||
XPIDL_MODULE = loginmgr
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsILoginInfo.idl \
|
||||
|
Loading…
Reference in New Issue
Block a user