Bug 514953: unbranded fennec builds should point to unbranded about:rights, r=mfinkle

--HG--
extra : rebase_source : 5e06fb215723a038f3ed465326531bb77cd85be2
This commit is contained in:
Gavin Sharp 2009-09-06 21:13:38 -04:00
parent 04c514ad7b
commit 8cb8940c41
2 changed files with 5 additions and 3 deletions

View File

@ -50,7 +50,11 @@ let modules = {
privileged: false
},
rights: {
#ifdef MOZ_OFFICIAL_BRANDING
uri: "chrome://global/content/aboutRights.xhtml",
#else
uri: "chrome://global/content/aboutRights-unbranded.xhtml",
#endif
privileged: false
}
}

View File

@ -46,11 +46,9 @@ include $(DEPTH)/config/autoconf.mk
MODULE = browsercomps
XPIDL_MODULE = browsercompsbase
#XPIDLSRCS = \
# $(NULL)
EXTRA_PP_COMPONENTS = AboutRedirector.js
EXTRA_COMPONENTS = \
AboutRedirector.js \
geolocationPrompt.js \
alertsService.js \
xpiDialogService.js \